You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added experimental lineMetrics: true option that adds mapbox_clip_start and mapbox_clip_end properties 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).
Massively improved performance. Index now takes ~2x less memory and generating tiles is overall 20% to 100% faster (with bigger gains on heavier datasets).
Removed "clipped square" heuristics (they were complicating the codebase without a noticeable performance gain).
Added a descriptive error when passing zoom higher than 24.