Skip to content

Releases: mapbox/geojson-vt

v2.4.0

04 Dec 16:23
Compare
Choose a tag to compare
  • Fixed support of feature id property.

v2.3.0

04 Dec 16:24
Compare
Choose a tag to compare
  • Improved tiling algorithm to avoid redundant clipping when tiles are requested in an empty area.
  • Fixed issues with GeoJSON that only has data above 180 or below -180 longitude.

v2.2.0

04 Dec 16:24
Compare
Choose a tag to compare
  • Fixed ring winding order for polygons and multipolygons in accordance with vector tile specification 2.0.
  • Fixed handling of features with null geometry (now ignored instead of throwing an error).

v2.1.8

04 Dec 16:25
Compare
Choose a tag to compare
  • Fixed a bug where getTile would initially return null when requesting a child of a solid clipped square tile.