On Oct 8, 6:38 pm, Tim G <[email protected]> wrote:
> Berry,
>
> Here you go, as simple as it gets (hopefully!). I set the stroke to
> 300px. Typically I'd use a ~300px stroke when you're zoomed in pretty
> close. Zooming in further, I'd just remove the poly so you get a
> clear map view. Zooming out, I'd make the stroke more narrow,
> eliminating the issue in most cases.
>
> http://www.dgcoursereview.com/google_simple/beta_cluster_simple.php
>
> I did notice the issues started to show up at 129px. At 128px you
> could zoom in to any level without issue. 129px started to show
> rendering issues.
I have a "stop-gap" fix. Set the tile size to 1024 pixels by adding
the following statement:
cluster.setPixel(10);
It is still a PolyCluster bug. I am working on correcting it.
--
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.