* Add another drop rate guessing options, from the same metrics -zg uses * Reduce maxzooms being guessed a little: * Use 1.5 standard deviations, not 2, as the minimum distinguishable * Give overlapping polygons and linestrings more distinct indices
2.5.0
* Add an option to add extra detail at maxzoom that does not factor into guessing * Restore the intended behavior that tiny polygons don't get further simplified * Add an option to use single-precision floating point in tiles * Improve polygon simplification by choosing a better start/end point * Sort attribute values in tiles to make them compress a little better * Fix dropping of "largest" points when there are duplicate points * Add an option to prevent guessing a basezoom higher than the maxzoom * Add --order-by and --order-descending options
2.4.1
* Accept tilestats limiting options in tile-join, not just tippecanoe
2.4.0
* Change maxzoom guessing to take into account the standard deviation of the distances between features, so data with tight clusters will choose a higher maxzoom
2.3.2
* Add --smallest-maximum-zoom-guess to guess maxzoom starting at some minimum
2.3.1
* Track the desired tile size (the maximum size if no features were dropped) in each zoom level too.