summaryrefslogtreecommitdiff
path: root/api_openlayers.js
diff options
context:
space:
mode:
Diffstat (limited to 'api_openlayers.js')
-rwxr-xr-xapi_openlayers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/api_openlayers.js b/api_openlayers.js
index 3fa08fe..2383582 100755
--- a/api_openlayers.js
+++ b/api_openlayers.js
@@ -74,8 +74,8 @@ function init() {
'http://3.tiles.ump.waw.pl/ump_tiles/${z}/${x}/${y}.png']);
map.addLayer(ump);
}
- var position = new OpenLayers.LonLat(geoip_longitude(),geoip_latitude()).transform(wgs84, mercator);
- var zoom = 6;
+ var position = new OpenLayers.LonLat(0, 0, mercator);
+ var zoom = 1;
map.setCenter(position, zoom);
// init layers
layerTrack = new OpenLayers.Layer.Vector('Track');