Skip to content

Releases: felt/tippecanoe

Add an option to drop more points in dense areas than in sparse areas

16 Nov 18:56
7733cce
Compare
Choose a tag to compare

2.12.0

  • Add --drop-denser option to drop points in dense clusters in preference
    to those in sparse areas.

Limit guessed maxzoom to avoid spending too many tiles on polygon fill

07 Nov 18:15
622084a
Compare
Choose a tag to compare

2.11.0

  • Change sqlite3 schema to deduplicate identical tiles
  • Limit guessed maxzoom to avoid spending too many tiles on polygon fill

2.10.0

  • Upgrade flatbuffers version

Do label generation after simplification, not before

21 Oct 21:00
5b03b18
Compare
Choose a tag to compare

2.9.1

  • Do label generation after simplification, not before.

Generate label points; order by feature size

13 Oct 21:22
b763625
Compare
Choose a tag to compare

2.9.0

  • Add an option to generate label points in place of polygons
  • Add --order-smallest-first and --order-largest-first options
  • When tiny polygons are being aggregated into dust, keep the attributes of the largest.

Visvalingam simplification; simplification option at maxzoom; winding order fix

04 Oct 17:05
182093b
Compare
Choose a tag to compare

2.8.1

  • Improve precision of polygon ring area calculations

2.8.0

  • Add the option to use a different simplification level at maxzoom

2.7.0

  • Add the option to use the Visvalingam simplification algorithm

Fix crash in tile-join caused by wrong-way comparison

27 Sep 16:18
3086838
Compare
Choose a tag to compare

2.6.3

  • Fix crash in tile-join caused by wrong-way comparison

Stop adding features to a tile if it can't possibly work, to limit memory use

24 Sep 00:04
af1a7ed
Compare
Choose a tag to compare

2.6.2

  • Stop adding features to a tile if it can't possibly work, to limit memory use
  • Add --integer and --fraction options to tippecanoe-decode
  • Carry strategies field from tileset metadata through tile-join

Better maxzoom and drop rate guessing

08 Sep 22:48
073700a
Compare
Choose a tag to compare

2.6.0

  • Add another drop rate guessing options, from the same metrics -zg uses
  • Reduce maxzooms being guessed a little:
    • Use 1.5 standard deviations, not 2, as the minimum distinguishable
    • Give overlapping polygons and linestrings more distinct indices

Extra coordinate precision; feature ordering by attribute; compression improvements

06 Sep 20:09
Compare
Choose a tag to compare
  • Add an option to add extra detail at maxzoom that does not factor into guessing
  • Restore the intended behavior that tiny polygons don't get further simplified
  • Add an option to use single-precision floating point in tiles
  • Improve polygon simplification by choosing a better start/end point
  • Sort attribute values in tiles to make them compress a little better
  • Fix dropping of "largest" points when there are duplicate points
  • Add an option to prevent guessing a basezoom higher than the maxzoom
  • Add --order-by and --order-descending options