Update the links when the active layers change.

Closes #622.
This commit is contained in:
Tom Hughes 2008-01-02 09:54:19 +00:00
parent fb17928db1
commit 26f28764dc

View file

@ -114,6 +114,7 @@ by the OpenStreetMap project and it's contributors.
map.events.register("zoomend", map, updateKey);
map.events.register("moveend", map, updateLocation);
map.events.register("changelayer", map, updateLocation);
updateLocation();
handleResize();