- improve range check in
VectorTileLayer#getFeature - make
versionandlengthread-only in VectorTileLayer - remove
VectorTileFeature#toGeoJSONmethod - remove unused
VectorTileFeature#bboxmethod - revert temporary "generate
Pointinstances" change
- minor optimalization
- generate
Pointinstances
- use plain
{x,y}pairs as points in generated data
- fix typo in package.json
- transition to ESM format
- upgrade
benchmarkto ~2
- upgrade
@mapbox/point-geometryto ~1` - upgrade
biometo 2.1.2
- rename to @mapwhit/vector-tile
- replace Travis CI with github actions
- use biome and node:test
- modernize and cleanup code
- 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)
- Added "id" property to VectorTileFeature (#43)
- Fixed geometry structure of MultiPoints, Polygons, and MultiPolygons in toGeoJSON()
- Added "id" property to toGeoJSON() output
- Workaround for mapbox/mapnik-vector-tile#90
- Fixed decoding of negative values in feature properties
- Remove sphericalmercator dependency
- Correctly handle MultiPoint and MultiLineString features in toGeoJSON()
- Added VectorTileFeature#toGeoJSON()
- Initial release