X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9ec887ec306feff1784e804dbf328b51af6a33cb..d13f0b7088cd545a7281772598ab1171d2c35569:/app/views/site/index.html.erb 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);