From 8479ae44d738e1b2bf4be47f7c1a16e8888fc7b1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 19 Apr 2017 15:33:54 +0200 Subject: 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. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') 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 }) }); -- cgit v1.2.3