Releases: felt/tippecanoe
Releases · felt/tippecanoe
Fix crash in tile-join caused by wrong-way comparison
2.6.3
- Fix crash in tile-join caused by wrong-way comparison
Stop adding features to a tile if it can't possibly work, to limit memory use
2.6.2
- Stop adding features to a tile if it can't possibly work, to limit memory use
- Add --integer and --fraction options to tippecanoe-decode
- Carry
strategies
field from tileset metadata through tile-join
Better maxzoom and drop rate guessing
2.6.0
- 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
Extra coordinate precision; feature ordering by attribute; compression improvements
- 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