mapbox / tippecanoe

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

min cluster feature option added #940

Open shanekwheeler opened 2 years ago

shanekwheeler commented 2 years ago

min cluster feature option added to undo clusters that do not have at least passed min feature count. This is useful if you don't care to see clusters with 2-3 features and would rather leave them as the individual features. Set the --minimum-cluster-features=4 and only clusters with 4 or more features will be output.