X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c241c3c312c998c06a47417231abf5636159bb22..dc48c9a5101c263dfd0eb33fa358490fc2ad9de0:/app/views/site/index.html.erb?ds=inline diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 0c47227f8..669c3c089 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -194,14 +194,6 @@ end } } - function getPosition() { - 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);