Skip to content

Releases: felt/tippecanoe

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

Add tippecanoe-overzoom tool

09 Aug 18:49
430d8ed
Compare
Choose a tag to compare

2.29.0

  • Add tippecanoe-overzoom tool

Allow --set-attribute to override an existing attribute value

26 Jul 18:09
55b9aa5
Compare
Choose a tag to compare

2.28.1

  • Allow --set-attribute to override an existing attribute value

Attribute accumulation and density preservation for point clusters

17 Jul 22:34
4318e96
Compare
Choose a tag to compare

2.28.0

  • Add --preserve-point-density-threshold option to reduce blank areas of the map at low zooms
  • Fix tile-join bug where use of --read-from would also accidentally enable --quiet

2.27.0

  • Do more of line simplification in integer coordinates, to make behavior consistent across platforms
  • Reduce excessive logging during pmtiles conversion
  • Add --set-attribute option
  • Accept JSON form of --accumulate-attribute

Avoid crashing if there is a polygon ring with only one point

11 May 19:20
20eb9c8
Compare
Choose a tag to compare

2.26.1

  • Avoid crashing if there is a polygon ring with only one point

Fix bugs in --no-simplification-of-shared-nodes

08 May 22:33
523ca55
Compare
Choose a tag to compare

2.26.0

  • Fix bugs in --no-simplification-of-shared-nodes
  • Updated dockerfile (jtmiclat)
  • Set build options to use C++-17 (james2432)
  • Use std::fpclassify instead of plain fpclassify (james)
  • Fix pmtiles warnings (bdon)

2.25.0

  • Add --include/-y option to tile-join

Add antimeridian_adjusted_bounds field to tileset metadata

10 Mar 04:27
afc7ca0
Compare
Choose a tag to compare

2.24.0

  • Add --cluster-maxzoom option to limit zoom levels that receive clustering
  • Add point_count_abbreviated attribute to clustered features, for consistency with supercluster
  • Makefile changes to support FreeBSD
  • Add -r option to tile-join to provide a file containing a list of input files
  • Add antimeridian_adjusted_bounds field to tileset metadata