> I have mouseout in my map, but it doesn't work smoothly I think the logic error here may be to do with ... which mouseout is getting triggered when. For example, if you 'mouseover' the green poly and then show another poly on top - does the green poly get a 'mouseout'? Will it get another when you mouseout from the white poly on top? If you remove the white poly will the underlying green poly get a mouseover? etc.
I'd suggest changing the logic to reduce suprises - make your white over-polys completely inert (I believe clickable:false also kills mouse events), and listen only on the green ones for mouseout/ mouseover. 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 -~----------~----~----~----~------~----~------~--~---
