Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 1.82 KB

File metadata and controls

85 lines (52 loc) · 1.82 KB

4.0.0 / 2025-09-11

  • improve range check in VectorTileLayer#getFeature
  • make version and length read-only in VectorTileLayer
  • remove VectorTileFeature#toGeoJSON method
  • remove unused VectorTileFeature#bbox method
  • revert temporary "generate Point instances" change

3.1.0 / 2025-08-30

  • minor optimalization
  • generate Point instances

3.0.0 / 2025-08-08

  • use plain {x,y} pairs as points in generated data

2.0.1 / 2025-07-27

  • fix typo in package.json

2.0.0 / 2025-07-27

  • transition to ESM format
  • upgrade benchmark to ~2

1.0.1 / 2025-07-25

  • upgrade @mapbox/point-geometry to ~1`
  • upgrade biome to 2.1.2

1.0.0 / 2025-03-16

  • rename to @mapwhit/vector-tile
  • replace Travis CI with github actions
  • use biome and node:test
  • modernize and cleanup code

1.3.1 (2017-03-02)

  • Fix bug causing infinite loop when parsing ClosePath command (#61) h/t @sanjin-saric
  • Pin node-mapnik dependency to ~3.6.0 (#62, see also mapnik/node-mapnik#848)

1.3.0 (2016-07-18)

  • Added "id" property to VectorTileFeature (#43)

1.2.1 (2016-05-18)

  • Fixed geometry structure of MultiPoints, Polygons, and MultiPolygons in toGeoJSON()

1.2.0 (2015-12-10)

  • Added "id" property to toGeoJSON() output

1.1.3 (2015-06-15)

1.1.2 (2015-03-05)

  • Fixed decoding of negative values in feature properties

1.1.1 (2015-02-25)

  • Remove sphericalmercator dependency
  • Correctly handle MultiPoint and MultiLineString features in toGeoJSON()

1.1.0 (2015-02-21)

  • Added VectorTileFeature#toGeoJSON()

1.0.0 (2014-12-26)

0.0.1 (2014-04-13)

  • Initial release