aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-04-19 15:33:54 +0200
committerTeddy Wing2017-04-19 15:33:54 +0200
commit8479ae44d738e1b2bf4be47f7c1a16e8888fc7b1 (patch)
tree242fcfe05e3ae10e4e94b36e376ddae2bfaa457a
parent8cd70f7da71a5824915a8848214afbd258c71cbe (diff)
downloadgeo-feature-examiner-8479ae44d738e1b2bf4be47f7c1a16e8888fc7b1.tar.bz2
index.html: Change the center & zoom of the map
Center the map on Paris and increase the zoom such that we can more easily see roads.
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index cb76a11..a5b9696 100644
--- a/index.html
+++ b/index.html
@@ -36,8 +36,8 @@
layers: [raster, vector],
target: 'map',
view: new ol.View({
- center: [2952104.0199, -3277504.823],
- zoom: 4
+ center: ol.proj.fromLonLat([2.3475075, 48.869163]),
+ zoom: 16
})
});
</script>