Skip to content

Releases: felt/tippecanoe

Fix crash when the first bin gets clipped away

13 Nov 18:49
6d46578
Compare
Choose a tag to compare

2.69.0

  • Fix crash when the first bin gets clipped away

test-1e9be2f7

13 Nov 06:13
Compare
Choose a tag to compare
test-1e9be2f7 Pre-release
Pre-release
Avoid crash if the first bin gets clipped away

Optimizations for binning

08 Nov 23:47
794ae2b
Compare
Choose a tag to compare
  • Adds --no-tile-compression option to tippecanoe-overzoom
  • Makes tippecanoe-overzoom clip the output tile to the tile buffer after assigning points to bins
  • Adds --include/-y option to tippecanoe-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

08 Nov 20:56
Compare
Choose a tag to compare
test-157e935f Pre-release
Pre-release
Add --no-tile-compression option to tippecanoe-overzoom

test-e452b584

07 Nov 19:46
Compare
Choose a tag to compare
test-e452b584 Pre-release
Pre-release
Missed some tests

Reduce memory consumption of accumulated attributes

05 Nov 22:40
23667bb
Compare
Choose a tag to compare

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

05 Nov 18:37
Compare
Choose a tag to compare
test-e4b16fc6 Pre-release
Pre-release
Adjust calculated maxzoom to account for duplicate feature locations

test-7670174

04 Nov 21:52
Compare
Choose a tag to compare
test-7670174 Pre-release
Pre-release
More plumbing for key_pool

Speed up binning in tippecanoe-overzoom

01 Nov 22:28
b3b89e1
Compare
Choose a tag to compare

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

01 Nov 16:59
Compare
Choose a tag to compare
test-0123e9bd Pre-release
Pre-release
Replace duplicated code with template