aboutsummaryrefslogtreecommitdiff
path: root/web/simple/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/simple/app.js')
-rw-r--r--web/simple/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/simple/app.js b/web/simple/app.js
index 5ae8ac2..d622e5c 100644
--- a/web/simple/app.js
+++ b/web/simple/app.js
@@ -45,7 +45,7 @@ var map = new ol.Map({
],
target: 'map',
view: new ol.View({
- center: [0, 0],
+ center: ol.proj.fromLonLat([0, 0]),
zoom: 2
})
});