On Jul 11, 8:05 am, "[email protected]" <[email protected]> wrote:
> I thought my description was pretty self-explanatory but you're > probably right - see it in practice. You didn't mention the marker manager. The problem is because you are attempting to open the infoWindow on a marker which -- at that time -- doesn't actually exist. Markermanager removes and adds markers based on the zoom level: when you change zoom, the markers currently shown are removed and the new relevant markers are added. There's a short time when the marker isn't shown. Two solutions: (a) don't use a marker manager: do you have enough markers to justify it? (b) use the "sidebar" trick at the bottom of http://www.econym.org.uk/gmap/markermanager.htm -- this is designed for situations where a sidebar brings a marker into view. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
