felt / tippecanoe

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

Remove buggy optimization to avoid reclipping in overzoom #275

Closed e-n-f closed 1 month ago

e-n-f commented 1 month ago

There was a special case to avoid spending time clipping the geometries when the output zxy was the same as the input zxy, but it also prevented clipping in the cases where I wanted clipping to happen and was calling tippecanoe-overzoom specifically to do it.