summaryrefslogtreecommitdiff
path: root/map.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-05 22:35:30 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-05 22:35:30 +0000
commit5a7622c8ca7d2858d722a402fbddc4a2949a832d (patch)
treeaa4698a33593663c27f9e19419914945573252ca /map.js
parenta5119f6472b8ab37bb933267594fa40823139748 (diff)
fixed distbox-and-map-zoom problem
Diffstat (limited to 'map.js')
-rw-r--r--map.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/map.js b/map.js
index 4847a0d..7964726 100644
--- a/map.js
+++ b/map.js
@@ -230,6 +230,7 @@ RulerControl.prototype.initialize = function(map) {
GEvent.addListener(marker2, "drag", function() { measure(); });
});
distBoxOuter = document.createElement("div");
+ distBoxOuter.id = "distboxouter";
distBox = document.createElement("div");
distBox.className = "box";
distBox.id = "distbox";