On Jul 2, 6:27 am, "[email protected]" <[email protected]> wrote: > On Jul 1, 8:21 pm, jim <[email protected]> wrote: > > On Jul 1, 7:49 pm, "[email protected]" <[email protected]> > > wrote: > > > On Jul 1, 3:47 pm, jim <[email protected]> wrote: > > > > > If I have my map with polygons and MarkerCluster the clusters can be > > > > clicked and expanded. > > > > > example without polygons that the clusters can be > > > > clickedhttp://jim.hollenback.org/SandBox/V2/MapCaches.html?title=header1&map... > > > > > but if I include polygons I can't click the clusters to expand them. > > > > > example with polygons and > > > > clustershttp://jim.hollenback.org/SandBox/V2/MapCaches.html?title=header1&map... > > > > > Is there a way to get these two to play together? > > > > Your polygons are "clickable". If I set clickable to false, it works > > > for me (at least in IE on a local copy). > > > > -- Larry > > > > > Jim > > > Didn't seem to help. Thanks though. > > javascript:for (i=0;i<polys.length;i++) {polys[i].hide()} > > makes the clusters clickable, > > javascript:for (i=0;i<polys.length;i++) {polys[i].show()} > > makes them unclickable again. > > Seems like the polygon is on top. Don't know what is going on.
Seems like the polygon is on top of the Cluster markers but not the regular markers. -- Larry > > -- Larry > > > > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- 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.
