-
Notifications
You must be signed in to change notification settings - Fork 278
Releases: mapbox/geojson-vt
Releases · mapbox/geojson-vt
v4.0.3
Fix an edge case where lines where sometimes clipped incorrectly when points coincided with tile edges (by @DeZhao-Zhang) #161
Assets 2
v4.0.2
Fix handling of features with empty coordinates — treat them the same way as features with null geometry (as per the spec).
Assets 2
2 people reacted
v4.0.1
Fix issues in some ESM setups because of an incorrect exports field in package.json.
Assets 2
v4.0.0
⚠️ Breaking: drop CommonJS entry point and switch to ESM only for Node & bundlers + UMD bundle for browsers. #180⚠️ Breaking: drop support for IE11 (you can still transpile on your end to keep it). #180- Fix a rare edge case that could potentially lead to stack overflow by @district10 in #173 and @mlptownsend in #176
- Small performance optimizations by @vicb in #133, #132, #135
- Force
getTilearguments as number by @andrewharvey in #128 - Fix a minor bug in tiling code by @CraigglesO in #130
Contributors
andrewharvey, vicb, and 3 other contributors
Assets 2
2 people reacted
v3.2.0
- Add
generateIdoption for automatically filling featureidproperty (populating it with the index of the feature in a feature collection). - Add
promoteIdoption for filling featureidwith a value from a specific feature property.
Assets 2
v3.1.4
v3.1.3
v3.1.2
Fixed a bug with lineMetrics: true and MultiLineString geometries where only the first line was processed.
Assets 2
v3.1.1
v3.1.0
- Added experimental
lineMetrics: trueoption that addsmapbox_clip_startandmapbox_clip_endproperties to all line features in the generated tiles, indicating which part of the original full line each feature represents. - Turned GeoJSON-VT into a proper ES module (so you can do
import geojsonvt from 'geojson-vt'in supported environments).