Skip to content

Releases: felt/tippecanoe

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

New improved polygon shard gap elimination

14 Sep 23:52
390771f
Compare
Choose a tag to compare

2.32.0

  • Extend --no-simplification-of-shared-nodes to also simplify shared polygon borders consistently

Fix tile-join crash when trying to merge empty tilesets with --overzoom

31 Aug 20:03
e6d05bc
Compare
Choose a tag to compare

2.31.0

  • Fix tile-join crash when trying to join empty tilesets
  • Add --no-tiny-polygon-reduction-at-maximum-zoom option

Fix "strategies" accounting for 0-length linestrings and degenerate polygons

29 Aug 17:55
2ec6180
Compare
Choose a tag to compare

2.30.1

  • Fix spurious reports of tiny polygons and 0-length LineStrings in "strategies"

Overzooming in tile-join for joining tilesets with mismatched maxzooms

28 Aug 17:10
6778aea
Compare
Choose a tag to compare

2.30.0

  • Add --extend-zooms-if-still-dropping-maximum option
  • Add --overzoom option to tile-join