Skip to content

Releases: felt/tippecanoe

Fix crash when using tile-join to join an empty pmtiles tileset

17 Jan 23:17
54b47a6
Compare
Choose a tag to compare

2.18.0

  • Fix crash when using tile-join to join an empty pmtiles tileset

Add support for pmtiles output format

29 Dec 21:12
3b2599f
Compare
Choose a tag to compare

2.17.0

  • Add pmtiles output format

Reduce memory usage when there are large numbers of features

20 Dec 20:55
0799297
Compare
Choose a tag to compare

2.16.0

  • During tiling, limit the size of the statistics that are kept for -as-needed calculations, because they can get quite large for sources with hundreds of millions of features.

Generate fewer duplicate label points at high zoom levels

02 Dec 19:03
f1df09f
Compare
Choose a tag to compare

2.15.0

  • Generate label points in a more straightforward checkerboard, and fewer of them at high zoom levels.

Don't preflight zoom levels for potential as-needed dropping

29 Nov 20:43
5c647cd
Compare
Choose a tag to compare

2.14.0

  • Don't preflight each zoom level if one of the as-needed options is specified. Instead, go ahead and write out the tiles, and then clear out the zoom level for another try if necessary.

Simplify geometry earlier when the in-memory representation of a tile gets large, to reduce peak memory usage

22 Nov 22:58
3095adb
Compare
Choose a tag to compare

2.13.1

  • Simplify geometry earlier when the in-memory representation of a tile gets large, to reduce peak memory usage

Improve quality of coalescing-as-needed; add options to limit feature count

17 Nov 21:10
8eec2be
Compare
Choose a tag to compare

2.13.0

  • Add --limit-tile-feature-count and --limit-tile-feature-count-at-maximum-zoom
  • Coalesce small features only onto other small features with --coalesce-smallest-as-needed, never onto large features
  • Clean coalesced-as-needed features before simplifying them, to improve simplification quality

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.