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
Support non-tiled GeoJSON or TopoJSON objects (automatically tiled tiled client-side w/geojson-vt module). Simplify GeoJSONTiles and TopoJSONTiles source types into unified GeoJSON and TopoJSON types; library will detect tiled vs. non-tiled sources via URL pattern.
Add 'inlay' blend mode.
Add ability for render styles to enable GL extensions.
Scene layers can specify multiple data source layers to be combined.
Add 'priority' property for text/label style.
Reduce tile memory usage by ~45% by packing vertex buffer types (floats become shorts or bytes, etc.).