> Long story short: mouseover ignores opacity.

Worse than that, it also ignores fill... If then two polygons display
only outlines, the same behavior is exhibited.

While I understand the technical difficulties of overlapping polygons
and that the implementation is simpler using z-index, that's
inconsistent with the documentation both explicit and implied:

"mouseout(): This event is fired when the mouse moves out of the
region of the polygon"

Well, no, mouseout is fired when the mouse moves out of the region of
the polygon or the polygon is below another polygon. If I query the
region of the polygon, I don't get the clipped result: I get the full
size.

If you put a marker on top of the polygon, there is no "polygon
mouseout" event when moving the cursor over the marker: It behaves as
one would expect:

1) poly1 mouseover
2) marker mouseover
3) marker mouseout
4) poly1 mouseout

So, I'm stuck with my own inPolygon() routine to check which polygons
contain current mouse position....?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to