Skip to content

Releases: felt/tippecanoe

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

Speed up overzooming in tile-join

04 Oct 19:15
cc5c1c7
Compare
Choose a tag to compare

2.34.0

  • Improve speed of overzooming in tile-join

Find intersection nodes globally rather than individually in each tile

03 Oct 17:55
26bf08d
Compare
Choose a tag to compare

2.33.0

  • Further reduce memory usage of --no-simplification-of-shared-nodes by calculating the list of shared nodes globally using temporary files rather than in memory for each individual tile
  • Make --no-simplification-of-shared-nodes behave for LineStrings as it does for Polygons, preventing simplification only at crossings, convergences, and divergences, not at every point along collinear segments

Reduce memory use of polygon shard detection

21 Sep 18:00
f7dc7fa
Compare
Choose a tag to compare

2.32.1

  • Reduce memory usage of --no-simplification-of-shared-nodes for polygons