Skip to content

Releases: mapbox/tile-count

Fix tilestats; enable large merges

01 Nov 23:22
15bd573
Compare
Choose a tag to compare
Merge pull request #45 from mapbox/widemerge

Do a pyramid merge if there are too many counts to merge at once

Pick up tilestats fixes and other changes from Tippecanoe

23 Aug 20:34
Compare
Choose a tag to compare
Merge pull request #43 from mapbox/tippecanoe-fixes

Pick up tilestats fixes and other changes from Tippecanoe

Include tilestats in vector tileset metadata

28 Jul 00:08
Compare
Choose a tag to compare
Merge pull request #42 from mapbox/tilestats

Include tilestats in metadata

Fix polygon encoding error: close them with closepath, not lineto

05 May 17:31
Compare
Choose a tag to compare
Merge pull request #38 from mapbox/close-polygons

Close polygons with closepath instead of lineto

Add back the option to produce points instead of polygons

03 May 19:04
Compare
Choose a tag to compare
Merge pull request #37 from mapbox/points

Add back the option to produce points instead of polygons

Add option to raise threshold as needed to reduce tile size

29 Apr 00:04
Compare
Choose a tag to compare
Merge pull request #35 from mapbox/dynamic-threshold

Add option to dynamically raise threshold to make tiles small enough

Fix memory leak in tile-count-tile

26 Apr 19:01
Compare
Choose a tag to compare
Merge pull request #31 from mapbox/tile-stdio

Use stdio instead of mapped memory to read the count file when tiling

Improve documentation; fix tile-count-merge -p

20 Apr 20:59
Compare
Choose a tag to compare
v0.4.0

Make the -p option on tile-count-merge work

Add option for minimum absolute count threshold

22 Mar 20:52
Compare
Choose a tag to compare
v0.3.2

Add option for minimum absolute count threshold, and related tests

Tile size limit flag

22 Mar 16:13
Compare
Choose a tag to compare
  • Add a flag to disregard the usual 500K tile size limit