Releases: felt/tippecanoe
Releases · felt/tippecanoe
Fix crash when the first bin gets clipped away
2.69.0
- Fix crash when the first bin gets clipped away
test-1e9be2f7
Avoid crash if the first bin gets clipped away
Optimizations for binning
- Adds
--no-tile-compression
option totippecanoe-overzoom
- Makes
tippecanoe-overzoom
clip the output tile to the tile buffer after assigning points to bins - Adds
--include
/-y
option totippecanoe-decode
to decode only specified attributes - Cleans up some inconsistent handling of variable tile extents in overzooming code
- Speeds up overzooming slightly in
tile-join
by doing less preflighting to discover which child tiles contain features
test-157e935f
Add --no-tile-compression option to tippecanoe-overzoom
test-e452b584
Missed some tests
Reduce memory consumption of accumulated attributes
2.67.0
- Reduce memory consumption of duplicate attribute names in
serial_feature
- The maxzoom guess calculation now takes into account the number of duplicate feature locations
test-e4b16fc6
Adjust calculated maxzoom to account for duplicate feature locations
test-7670174
More plumbing for key_pool
Speed up binning in tippecanoe-overzoom
2.66.0
- Only bin by ID, not by geometry, if --bin-by-id-list is specified
- Do attribute accumulation in overzoom in mvt_value instead of converting to serial_val
- Fix bool values read from flatgeobuf sources (#289)
test-0123e9bd
Replace duplicated code with template