First of all. congratulations and thanks for this yet great and very promising gmap module. I am loving this yet at its dev state.
It's a pity I am still experiencing the issue highlighted in this one: http://drupal.org/node/1298892
Tried with different templates/themes, but still unable to fire the open infowindow event ... with markermanager shitched on or off ...
Did the mentioned issue bring to some fix or solution so far?
As I am really unable to find where is my eventual fault ... if it is not module's one
Comments
Comment #1
hutch commentedI have been unable to reproduce the problems described in #1298892: Unable to fire the open infowindow event on marker and show scale bar (on adaptive theme) ... and have been unable to find a reason for this error.
Comment #2
itamair commentedI don't think it depends on the adaptive theme ... probably shold be some conflict whit something else, and not just for me, as the other issue thread seemed to be quite active and somehow crowded.
I will try to better investigate, as I would really be glad to see some infowindow from Getlocations, now or ever: as I was totally unable so far, in more than one site.
if they respect the module style, as i guess, for sure would be worth to be un covered ;-)
Comment #3
furberd commentedFWIW, I had this problem and pounded my head for a few hours. My google travels led me here:
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/threa...
Which suggested that something had changed in the google api for markers that made the previously working code stop working. The key is to add "optimized: false" to the marker options in getlocations.js line 324 so that it reads as follows:
var m = new google.maps.Marker({
icon: gs.markdone.image,
shadow: gs.markdone.shadow,
shape: gs.markdone.shape,
map: map,
position: p,
title: title,
optimized: false
});
Comment #4
armourymedia commentedConfirmed. That resolved the issue.
Comment #5
hutch commentedI have commited the fix in #3, although I cannot see any difference in behaviour. Perhaps this is OS specific and I don't have any windows boxes.
Thanks for your digging.
Comment #6
hutch commented