X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/17e07539629ee8a1fdb5bebbb4c287720905066e..84db1d66b7d819a4a777d2b9e5909cffe82c514e:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 12cc1d275..150bdce4d 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -191,6 +191,10 @@ end return getMapCenter(); } + function getZoom() { + return getMapZoom(); + } + function setPosition(lat, lon, zoom, min_lon, min_lat, max_lon, max_lat) { var centre = new OpenLayers.LonLat(lon, lat);