On Jun 24, 11:35 pm, HostGIS <[email protected]> wrote:
> if I load the
> polygon one I cannot click any of the markers unless I very carefully
> click outside the polygon.
I can confirm this. It's very difficult to click on a marker without
activating the click event from the polygon.
If the report of the infowindow isn't really necessary I would try to
load the kml overlays using the option { suppressInfoWindows: true}
It's also no good idea to implement the click event in kml overlays
the way it is now because it seems that a mouseup event is used. The
result is that every time the overlay is being touched with the mouse
- for example when dragging the map - an unexpected info window pops
up at the end of dragging.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.