Releases: felt/tippecanoe
Releases · felt/tippecanoe
Reduce peak memory usage at the per-tile feature limit
2.53.0
- Stop trying to add features to the tile after the feature limit is reached
Fix accidental loss (at all zooms) of features with an explicit minzoom
2.52.0
- Fix accidental loss (at all zooms) of features that specify an explicit minzoom
Fix null behavior in "in" expressions
2.51.0
- Fix null behavior in "in" expressions
- But they are back to not using unidecode
Restore unidecode to FSL-style "in" expressions
2.50.0
- FSL-style "in" expressions use unidecode again
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