Skip to content

Releases: felt/tippecanoe

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

Reduce I/O thrashing during feature ingestion and tiling

14 Feb 21:16
f2127fe
Compare
Choose a tag to compare

2.23.0

  • Remove the concept of "separate metadata." Features now always directly reference their keys and values rather than going through a second level of indirection.
  • Limit the size of the string pool to 1/5 the size of memory, to prevent thrashing during feature ingestion.
  • Avoid using writeable memory maps. Instead, explicitly copy data in and out of memory.
  • Compress streams of features in the temporary files, to reduce disk usage and I/O latency

Speed up feature dropping by removing unnecessary search for other small features

27 Jan 20:06
b155b46
Compare
Choose a tag to compare

2.22.0

  • Speed up feature dropping by removing unnecessary search for other small features

Improve label placement to avoid placing labels in polygon holes

27 Jan 19:35
e615668
Compare
Choose a tag to compare

2.21.0

  • Improve label placement to avoid placing labels in polygon holes