From 59b9b79aa2184f83828b1f0a90c47e73b65892f7 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Thu, 9 Aug 2012 19:33:47 +0200 Subject: [PATCH] change center back to luebeck --- html/geomap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/geomap.js b/html/geomap.js index 5af4e41..c0679bd 100644 --- a/html/geomap.js +++ b/html/geomap.js @@ -29,7 +29,7 @@ arrayOSM = ["http://otile1.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.jpg", var baseOSM = new OpenLayers.Layer.OSM("MapQuest-OSM Tiles", arrayOSM); map.addLayer(baseOSM); - var center = new OpenLayers.LonLat(10.13846, 54.32260).transform(new OpenLayers.Projection("EPSG:4326"), map.getProjectionObject()); + var center = new OpenLayers.LonLat(10.688, 53.866).transform(new OpenLayers.Projection("EPSG:4326"), map.getProjectionObject()); var zoom = 13