]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.html.erb
Rework the translatable map key to be driven by a YAML file listing the
[rails.git] / app / views / site / index.html.erb
index a69a6b4ee15ec931417cbbba9cdd763f4cc85329..ecb732c9b198d5e74daeb4014e11c0773bdff2c5 100644 (file)
@@ -139,8 +139,6 @@ end
     marker = addMarkerToMap(new OpenLayers.LonLat(<%= mlon %>, <%= mlat %>));
     <% end %>
 
-    map.events.register("zoomend", map, updateKey);
-
     map.events.register("moveend", map, updateLocation);
     map.events.register("changelayer", map, updateLocation);
     updateLocation();