summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2013-12-29 18:02:18 +0000
committerChristian Pointner <equinox@ffgraz.net>2013-12-29 18:02:18 +0000
commite0af5c91312131f26e4d9dfe282e651503694fdd (patch)
tree1a4c74dbb03161ee8b5aef331a4fe7b08647d91b
parentc2fd644eeaf65057beabfbf6910a68cd0db9b74f (diff)
test
-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);