Merge pull request #6871 from ath0mas/patch-1

Correct controls position in Center example
This commit is contained in:
Andreas Hocevar
2017-09-07 11:32:36 +02:00
committed by GitHub

View File

@@ -10,7 +10,11 @@ div.ol-zoom {
top: 178px;
left: 158px;
}
div.ol-attribution {
div.ol-rotate {
top: 178px;
right: 58px;
}
.map div.ol-attribution {
bottom: 30px;
right: 50px;
}