tippecanoe icon indicating copy to clipboard operation
tippecanoe copied to clipboard

clustering except for max zoom

Open ttomasz opened this issue 3 years ago • 0 comments

Is there a way to achieve something similar to what this parameter in Maplibre GL JS does: https://maplibre.org/maplibre-gl-js-docs/style-spec/sources/#geojson-clusterMaxZoom= ?

I would like to have points clustered except on last zoom level.

-zG is not precise enough since it leaves some features clustered.

I would like to be able to specify something like --max-zoom=12 --max-cluster-zoom=11 to indicate that above level 11 there wouldn't be clustering and to show all features.

ttomasz avatar Apr 04 '22 21:04 ttomasz