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.- Hide quoted text -


How about changing:
var poly = new GPolygon(pts,"#000000",1,0.4,"#000000",0,
{clickable:true});
to:
var poly = new GPolyline(pts,"#000000",1,0.4,{clickable:false});

  -- Larry

-- 
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