X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/00375024263970a43ea7d39e3c65dfd0f32e8869..d5a765588f5818bf46575392fa7ccbd4af0de574:/app/views/site/_potlatch.html.erb diff --git a/app/views/site/_potlatch.html.erb b/app/views/site/_potlatch.html.erb index d48fd799d..32dc99e8e 100644 --- a/app/views/site/_potlatch.html.erb +++ b/app/views/site/_potlatch.html.erb @@ -18,6 +18,15 @@ function markChanged(a) { changesaved=a; } + function updatelinks(lon,lat,zoom,layers,minlon,minlat,maxlon,maxlat,object) { + updateLinks({ lon: lon, lat: lat }, zoom); + + var hash = OSM.formatHash({ lon: lon, lat: lat, zoom: zoom }); + if (hash !== location.hash) { + location.replace(hash); + } + } + function doSWF(lat,lon,sc) { if (sc < 11) sc = 11;