diff options
| author | Teddy Wing | 2017-04-19 15:33:54 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-04-19 15:33:54 +0200 | 
| commit | 8479ae44d738e1b2bf4be47f7c1a16e8888fc7b1 (patch) | |
| tree | 242fcfe05e3ae10e4e94b36e376ddae2bfaa457a | |
| parent | 8cd70f7da71a5824915a8848214afbd258c71cbe (diff) | |
| download | geo-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.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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> | 
