Skip to content

Releases: mapbox/tippecanoe

Update Wagyu to version 0.5.0

26 Aug 19:52
97ace99
Compare
Choose a tag to compare

1.36.0

  • Update Wagyu to version 0.5.0

Bug fixes: taking the mean of attributes, null checks, line numbers in error messages, undefined bit-shifting behavior

07 Feb 00:27
ddb7993
Compare
Choose a tag to compare

1.35.0

  • Fix calculation of mean when accumulating attributes in clusters

1.34.6

  • Fix crash when there are null entries in the metadata table

1.34.5

  • Fix line numbers in GeoJSON feature parsing error messages

1.34.4

  • Be careful to avoid undefined behavior from shifting negative numbers

Preserving intersection nodes; consistent longitude wraparound; more efficient shell filters

16 May 17:40
b550c7b
Compare
Choose a tag to compare

1.34.3

  • Add an option to keep intersection nodes from being simplified away

1.34.2

  • Be more consistent about when longitudes beyond 180 are allowed.
    Now if the entire feature is beyond 180, it will still appear.

1.34.1

  • Don't run shell filters if the current zoom is below the minzoom
  • Fix -Z and -z for tile directories in tile-join and tippecanoe-decode
  • Return a successful error status for --help and --version

Record the command line options in the tileset metadata

05 Apr 20:46
18b6473
Compare
Choose a tag to compare

1.34.0

  • Record the command line options in the tileset metadata

Fix MultiLineStrings in Geobuf

02 Mar 00:23
945d804
Compare
Choose a tag to compare

1.33.0

  • MultiLineStrings were previously ignored in Geobuf input

1.32.12

  • Accept .mvt as well as .pbf in directories of tiles
  • Allow tippecanoe-decode and tile-join of directories with no metadata

1.32.11

  • Don't let attribute exclusion apply to the attribute that has been specified
    to become the feature ID

Fix a bug that disallowed a per-feature minzoom of 0

16 Jan 21:09
610afc2
Compare
Choose a tag to compare

1.32.10

  • Fix a bug that disallowed a per-feature minzoom of 0

Guard against missing coordinates and excessive detail; allow point coalescing and Hilbert curve feature sequencing

19 Dec 01:34
255f795
Compare
Choose a tag to compare

1.32.9

  • Limit tile detail to 30 and buffer size to 127 to prevent coordinate
    delta overflow in vector tiles.

1.32.8

  • Better error message if the output tileset already exists

1.32.7

  • Point features may now be coalesced into MultiPoint features with --coalesce.
  • Add --hilbert option to put features in Hilbert Curve sequence

1.32.6

  • Make it an error, not a warning, to have missing coordinates for a point

Use less memory for small features during tiling; Fix gridding of non-tile-aligned polygons

26 Nov 18:59
506526d
Compare
Choose a tag to compare

1.32.5

  • Use less memory on lines and polygons that are too small for the tile
  • Fix coordinate rounding problem that was causing --grid-low-zooms grids
    to be lost at low zooms if the original polygons were not aligned to
    tile boundaries

1.32.4

  • Ignore leading zeroes when converting string attributes to feature IDs

Options for using string or attribute feature IDs

07 Nov 22:46
949468e
Compare
Choose a tag to compare

1.32.3

  • Add an option to convert stringified number feature IDs to numbers
  • Add an option to use a specified feature attribute as the feature ID

1.32.2

  • Warn in tile-join if tilesets being joined have inconsistent maxzooms

Fix null pointer crash; add option to clip to a bounding box

23 Oct 19:01
d3ae485
Compare
Choose a tag to compare

1.32.1

  • Fix null pointer crash when reading filter output that does not
    tag features with their extent
  • Add --clip-bounding-box option to clip input geometry