Merge pull request #6870 from kannes/patch-1

Center map on proper earth, not one to the left
This commit is contained in:
Andreas Hocevar
2017-06-06 15:36:43 +02:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ var map = new ol.Map({
}) })
}), }),
view: new ol.View({ view: new ol.View({
center: [-25860000, 4130000], center: [14200000, 4130000],
rotation: Math.PI / 6, rotation: Math.PI / 6,
zoom: 10 zoom: 10
}) })