> I'm having issues getting my head around multiple overlays & how their > click events fire. Specifically, I have a GPolygon with a custom > marker sat inside. The problem is, click events on the custom marker > always trigger the GPolygon click, and its's always triggered *first*.
Marker clicks don't work very well on custom marker GIcons if you don't specify the invisible click targets. You need two for full cross-browser working, in the .transparent and .imageMap properties http://econym.org.uk/gmap/custom.htm Do you get the desired behaviour with a default GIcon for the marker? I'd suspect the click handling in the ngIcon.js code isn't very cross- browser compatible, you may need to abandon that and use 'normal' custom GIcons. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
