Releases: felt/tippecanoe
Releases · felt/tippecanoe
Make feature ordering cooperate with --retain-points-multiplier
2.41.1
- Make --preserve-input-order, --order-by, --order-descending-by, --order-smallest-first, and --order-largest-first cooperate with --retain-points-multiplier. The clusters will be ordered by their lead feature in the specified sequence. The other features in each cluster will continue to be physically near the lead feature, but ordered as specified within the cluster.
Add point retention multiplier
2.41.0
- Add Felt-style expression support for -j feature filters
- Add --retain-points-multiplier option
- Add tippecanoe_decisions metadata field to record basezoom, drop rate, and multiplier
- Add multiplier thinning (-m) and feature filters (-j) to tippecanoe-overzoom
Slightly reduce compression aggressiveness to improve as-needed dropping speed
2.40.0
- Slightly reduce compression aggressiveness to improve as-needed dropping speed
Reduce memory usage during tiling
2.39.0
- Reduce memory usage during tiling
Tolerate polygon rings with insufficiently many points in input
2.38.0
- Tolerate polygon rings with insuffiently many points in input
Reduce maximum memory used for vertex sorting
2.37.1
- Reduce maximum memory used for vertex sorting
Further tile-join overzooming speed and memory improvements
2.37.0
- Speed up tile-join overzooming and make it use less memory, by not including empty child tiles in the enumeration
Tile-join minzoom and maxzoom, more longitude wraparound
2.36.0
- Make tile-join distrust the source tilesets' metadata maxzoom and minzoom
- Add a special case in --detect-longitude-wraparound not to wrap around jumps of exactly 360°
Fix a bug in --detect-longitude-wraparound when there are multiple rings
2.35.0
- Fix a bug in --detect-longitude-wraparound when there are multiple rings
Further improvements to tile-join speed
2.34.1
- Further improvements to tile-join speed