I have created a view of type Gmap View, and while the markers appear on the map, when I click on a marker, no popup appears. I don't see any javascript errors. On the preinstalled node locations page (map/node), the popups work fine.
Is there something simple that I'm missing?
Comments
Comment #1
foxtrotcharlie commentedFigured this out - on admin/settings/gmap I needed to set "Marker action:" to "Open info window". Duh!
Also came across a weird zoom bug (nothing was displaying, or it was zoomed into a blank area) and this post sorted out the issue: http://drupal.org/node/231473#comment-764576 [it's to do with the gmap api version]
Cool module!
Comment #2
nd987 commentedWow this just saved my life. Don't know how it got set to 'Do Nothing', but that fixed it.
Comment #3
melowise commentedwow indeed, not sure how i missed that. thanks.