Skip to content

Releases: mapbox/tilebelt

v2.0.0

02 Oct 22:34
1bc6cd3
Compare
Choose a tag to compare
import * as tilebelt from '@mapbox/tilebelt';
  • Migrate to typescript
  • No default export
  • Use GitHub Actions
  • Test with vitest and Node.js 20.x

v1.0.2

10 Sep 14:51
Compare
Choose a tag to compare
  • Fix incorrect winding order of tileToGeoJSON polygons.
  • Fix handling of longitudes beyond -180...180.
  • Improve getParent performance.