summaryrefslogtreecommitdiff
path: root/map3.js
diff options
context:
space:
mode:
Diffstat (limited to 'map3.js')
-rw-r--r--map3.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/map3.js b/map3.js
index 1c47b1a..0f840a4 100644
--- a/map3.js
+++ b/map3.js
@@ -92,6 +92,8 @@ function onAddOverlay(overlay) {
function onMapClick(overlay, point)
{
+ debug("onMapClick called!");
+
if(!overlay) {
map.setCenter(point);
setNewMarker(point);