On click the marker, window popup labels don’t open.
I have enabled only Gmap.module and GmapMacroBuilder.module, I don’t have location and views modules installed: I think they are no dependencies when we just need to insert a map with markers (and there labels) in page, article or story.
In some reading posts, few users had mentioned the interference with the SIFr title enabled with Fancy theme, in my case disabling SIFr don’t resolve the problem, I have with the same setting Localities.module working fine with Google map and popup window label’s.
I am not sure if the Macro builder it came with text area to edit label’s markers, in my case it don’t show and need to complete to macro by hand adding markers name and label’s like this:
[gmap |zoom=17 |center=32.62329191300111,-115.4554831981659 |width=400px |height=300px |id=map1 |control=Small |type=Satellite |markers=green::32.62339131095963,-115.45575141906738:Vista de edificios |align=Center]
I am using the above code to edit a page with setting filter to php and gmap filter enabled to him.
My settings: php: 4.4.3 , mysql: 4.1.2.1, drupal: 5.1, Gmap: 5.x-1.x-dev (2007-Feb-23), theme: fancy, IE: 6.
I appreciate your help. Thanks.
Note: It’s normal that the first Clusterer settings in Marker for clusters: stuck in “numbers” choice independently of editing the gmap setting to others choices?
Comments
Comment #1
bdragon commentedNah, it's a coding error on my part.
Google allows both a tooltip and a popup, and I was erroneously treating it as the tooltip, and THEN I was forgetting to even set it as a tooltip!
Fixed that and made it themable, too. (You now have the theme function 'gmap_marker_popup' available.)
Comment #2
bdragon commentedThe fix will appear in the next snapshot.
Oh, and the cluster stuff isn't finished yet, so yeah, that's "normal" for now.
Thank you for the bug report!
--Brandon
Comment #3
geograt commentedThanks Brandon, great and very helpful work you are doing here.
Comment #4
bdragon commentedComment #5
(not verified) commented