mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-24 04:55:55 +00:00
* Add an option to limit geometry vertex count * Update docs and changelog * Track desired feature count and geometry size in strategies * Remove dead code for a long-forgotten inaccessible option * Fix the option name in changelog * Refine coalesce-smallest to only coalesce onto other small features * Clean polygons before coalescing-as-needed * Don't accumulate tiny polygon holes as negative dust * Add the option not to limit the feature count at maxzoom * Add options to limit feature count more abruptly in each tile * Revert "Add the option not to limit the feature count at maxzoom" This reverts commit ace173ab7a69688863c4c763e099f052b88911da. * Revert "Fix the option name in changelog" This reverts commit 38dbce8405beb18ca575cb7f9030568be8991e6e. * Revert "Add an option to limit geometry vertex count" This reverts commit d379fdf06b5d41ebe950cdddb4cc93f6d54071bd. * Remove test for reverted option * Remove more leftovers from geometry size limiting * Update changelog