Skip to content

Releases: felt/tippecanoe

Reduce peak memory usage at the per-tile feature limit

03 Apr 14:13
bb4f220
Compare
Choose a tag to compare

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

22 Mar 17:20
bd48ba8
Compare
Choose a tag to compare

2.52.0

  • Fix accidental loss (at all zooms) of features that specify an explicit minzoom

Fix null behavior in "in" expressions

08 Mar 21:01
e796400
Compare
Choose a tag to compare

2.51.0

  • Fix null behavior in "in" expressions
  • But they are back to not using unidecode

Restore unidecode to FSL-style "in" expressions

08 Mar 17:23
655eccf
Compare
Choose a tag to compare

2.50.0

  • FSL-style "in" expressions use unidecode again

Accept numeric values in FSL-style "in" expressions

04 Mar 18:17
021bb96
Compare
Choose a tag to compare

2.49.0

  • FSL-style "in" expressions now allow numeric comparisons, but they no longer use unidecode to remove diacritics.

Fix some undefined behavior

01 Mar 18:12
6a8f1b8
Compare
Choose a tag to compare

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

29 Feb 18:42
312e156
Compare
Choose a tag to compare

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

26 Feb 23:42
a987197
Compare
Choose a tag to compare

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

15 Feb 19:35
2b6630c
Compare
Choose a tag to compare

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

13 Feb 22:19
96f126d
Compare
Choose a tag to compare

2.44.0

  • Add --unidecode-data option to allow case-insensitive filter comparisons of transliterated strings