diff options
Diffstat (limited to 'map.js')
-rw-r--r-- | map.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |