diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-12-29 18:02:18 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-12-29 18:02:18 +0000 |
commit | e0af5c91312131f26e4d9dfe282e651503694fdd (patch) | |
tree | 1a4c74dbb03161ee8b5aef331a4fe7b08647d91b | |
parent | c2fd644eeaf65057beabfbf6910a68cd0db9b74f (diff) |
test
-rw-r--r-- | map3.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,8 @@ function onAddOverlay(overlay) { function onMapClick(overlay, point) { + debug("onMapClick called!"); + if(!overlay) { map.setCenter(point); setNewMarker(point); |