Releases: felt/tippecanoe
Releases · felt/tippecanoe
Accept numeric values in FSL-style "in" expressions
2.49.0
- FSL-style "in" expressions now allow numeric comparisons, but they no longer use unidecode to remove diacritics.
Fix some undefined behavior
2.48.0
- Fix some undefined behavior bugs, one of which results in slight changes to line simplification choices
Stabilize feature order in tippecanoe-overzoom
2.47.0
- Stabilize feature order in tippecanoe-overzoom when --preserve-feature-order is specified but the sequence attribute is not present
Don't swap attributes when reducing tiny polygon dust
2.46.0
- Polygon dust returns to having the attributes of the contributing feature nearest the placeholder instead of the contributing feature with the largest area.
Allow features that would be dropped dynamically to become multiplier features
2.45.0
- Adjust tile size limit with --retain-points-multiplier dynamically within each tile, to allow multiplier features at high zooms if other features are being dropped as-needed
Unidecode support
2.44.0
- Add --unidecode-data option to allow case-insensitive filter comparisons of transliterated strings
Consistent drop-fraction-as-needed across tiles and zoom levels
2.43.0
- Change -fraction-as-needed feature dropping to be consistent across tiles and zoom levels, and to follow the same pattern as point dropping by zoom level
- With -as-needed feature dropping, drop or retain entire multiplier clusters instead of individual features
- Sort the features within each multiplier cluster by its retention priority, for more consistency between zoom levels in filtered feature choice
Improve tiling speed
2.42.0
- Improve tiling speed
- Generate tilestats for the --retain-points-multiplier attributes
Speed up tippecanoe-overzoom; vary tile size limit with multiplier; fix decompression error; try harder in drop-smallest
2.41.3
- Performance optimizations to tile reading, writing, and overzooming
- Automatically vary the tile size limit by zoom level to match the intended retain-points-multiplier multiplication
- Fix decompression error when bailing out because a tile can't be made small enough
- Search harder for a feature size threshold to make the tile small enough before giving up
Add --accumulate-attribute to tippecanoe-overzoom
2.41.2
- Add --accumulate-attribute to tippecanoe-overzoom
- Go back to ordering features within each multiplier cluster spatially, not in the order specified for tile feature order