I have an annoying problem with bindInfoWindow/bindInfoWindowHtml. Here is a sample map that has the problem: http://decosweb.decos.nl/aspx/gmap-problem.html
Steps to reproduce problem: 1- Load the page in Internet Explorer 7 2- Click the dark blue marker near the center of the map. Notice the InfoWindow. Screenshot: http://support.decos.nl/berend/gmap-problem-before.png 3- Click the dark blue marker in the legend to the right of the marker, next to the name "Dharmesh". Overlays are recreated with only dark blue markers. 4- Click the same marker in the map again. Nothing seems to happen. 5- Move the mouse *out* of the marker rectangle. Now the InfoWindow appears (at the time it should be hidden!), but looks very strange. Screenshot: http://support.decos.nl/berend/gmap-problem-after.png Things work fine on firefox and chrome, but guess which browser the end users use most ... :( What happens if one of the legend images is clicked is: map.clearOverlays(); CreateIcons(); // creates filtered set of GIcon objects LoadPoints(); // calls function LdPt for each data point to create a GMarker overlay Functions CreateIcons and LoadPoints are generated as inline javascript from the dataset on the map. The exact same functions are also called when the map is initially created on page load. I hope someone can help me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
