* Add `--drop-denser` option to drop points in dense clusters in preference to those in sparse areas.
2.11.0
* Change sqlite3 schema to deduplicate identical tiles * Limit guessed maxzoom to avoid spending too many tiles on polygon fill
2.10.0
* Upgrade flatbuffers version
2.9.1
* Do label generation after simplification, not before.
2.9.0
* Add an option to generate label points in place of polygons * Add --order-smallest-first and --order-largest-first options * When tiny polygons are being aggregated into dust, keep the attributes of the largest.
2.8.1
* Improve precision of polygon ring area calculations