-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Thanks for tippecanoe, a marvelous piece of software.
I'm running it with the following arguments: "--force", "-r1", "-z22", "-Z0", "-aC", "--cluster-distance=26", "--layer=result", "--accumulate-attribute=meldungId:comma"
My assumption is that if I then draw circles on the clusters where their radius is cluster-distance / 2, these circles should never overlap. This does appear to work for zoom levels like 16, 15, and 14, but the more the user zooms out, the more the circles start overlapping. Below are some screenshots with these circles, they have a radius 10, so a diameter of 20. Yet around zoom levels of 13, 12, 11 etc they start overlapping more and more.
Zoom level 15, everything fine.

Zoom level 13, things start going wrong.

Is my configuration wrong for what I'm trying to achieve? Any help would be appreciated.