Erica Fischer 8eec2be462
Improve quality of coalescing-as-needed; add options to limit feature count (#25)
* 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
2022-11-17 13:09:10 -08:00
..