Skip to content

Releases: felt/tippecanoe

Make feature ordering cooperate with --retain-points-multiplier

21 Jan 20:11
679a0d6
Compare
Choose a tag to compare

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

18 Jan 23:57
5d92a17
Compare
Choose a tag to compare

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

05 Jan 19:07
e8ca6c6
Compare
Choose a tag to compare

2.40.0

  • Slightly reduce compression aggressiveness to improve as-needed dropping speed

Reduce memory usage during tiling

22 Dec 22:21
02e3bac
Compare
Choose a tag to compare

2.39.0

  • Reduce memory usage during tiling

Tolerate polygon rings with insufficiently many points in input

21 Dec 16:56
15a3e31
Compare
Choose a tag to compare

2.38.0

  • Tolerate polygon rings with insuffiently many points in input

Reduce maximum memory used for vertex sorting

30 Nov 21:49
d7bdbe3
Compare
Choose a tag to compare

2.37.1

  • Reduce maximum memory used for vertex sorting

Further tile-join overzooming speed and memory improvements

08 Nov 20:52
d359461
Compare
Choose a tag to compare

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

07 Nov 22:41
2c56187
Compare
Choose a tag to compare

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

17 Oct 19:05
e1c665b
Compare
Choose a tag to compare

2.35.0

  • Fix a bug in --detect-longitude-wraparound when there are multiple rings

Further improvements to tile-join speed

04 Oct 22:00
0ca1408
Compare
Choose a tag to compare

2.34.1

  • Further improvements to tile-join speed