mapbox / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
2.73k stars 432 forks source link

Uncluster features at a particular zoom level #927

Open Samaid2025 opened 3 years ago

Samaid2025 commented 3 years ago

I have a geojson having a large number of features. I am using tippecanoe to convert the geojson into vector. It works but one thing i want to have is that if map reaches a particular zoom level the the features should uncluster irrespective of distance between them. How can i achieve this?