Releases: felt/tippecanoe
Releases · felt/tippecanoe
Tile-join minzoom and maxzoom, more longitude wraparound
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
2.35.0
- Fix a bug in --detect-longitude-wraparound when there are multiple rings
Further improvements to tile-join speed
2.34.1
- Further improvements to tile-join speed
Speed up overzooming in tile-join
2.34.0
- Improve speed of overzooming in tile-join
Find intersection nodes globally rather than individually in each tile
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
2.32.1
- Reduce memory usage of --no-simplification-of-shared-nodes for polygons
New improved polygon shard gap elimination
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
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
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
2.30.0
- Add --extend-zooms-if-still-dropping-maximum option
- Add --overzoom option to tile-join