X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c29c7cd56ce1c747a1eb2b440c1ec98f0ea65c32..f2f9d797d5925524f5d04cf5f1f4e90b181f0440:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 54f281727..53a4c9a07 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -10,14 +10,14 @@
- +
@@ -27,7 +27,7 @@ http://openstreetmap.org/ - Licensed under the Creative Commons Attribution-Share Alike 2.0 license by the OpenStreetMap project and its contributors. + <%= t 'site.index.license' %>
@@ -171,8 +171,8 @@ end var layers = getMapLayers(); var extents = getMapExtent(); - updatelinks(lonlat.lon, lonlat.lat, zoom, layers, extents); - + updatelinks(lonlat.lon, lonlat.lat, zoom, layers, extents.left, extents.bottom, extents.right, extents.top); + document.cookie = "_osm_location=" + lonlat.lon + "|" + lonlat.lat + "|" + zoom + "|" + layers; }