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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features ✨ and improvements 🏁
Enable client-side tile compositing across tile packs
Update Mapbox Common to v24.3.0
Offline: include parent tile data from the tile pack into the composited tile payload when the ideal-zoom component is missing
Change tinygltf in favor of cgltf
Use mipmap with pattern images
Support for meshopt compression in mapbox landmarks
Bug fixes 🐞
Reset glBindSampler at the end of the frame to fix rendering errors in shared OpenGL context mode
Resolve the data race by ensuring that when terrain is enabled, the transform state is updated with the correct elevation instance
Fixes offline composited tiles fetching when the request tile zoom level is above maximum zoom for one of the composed tile packs but below maximum zoom level for another one
Fixes override of line-gradient textures when fill-extrusion effects are used on terrain
Fix a crash that could occur on Metal when texture object would outlive the renderer
Fix tile compositing in Offline when custom tile leveling scheme is used
Fix a bug in camera fitting algorithm where providing a large negative value for padding results in zoom value returned being NaN
Disable binary cache in remote tile store environment
Enable model-emissive-strength support for HERE landmarks
Fix layer paint property update with feature state changes, especially if the paint property value data-driven by brightness or zoom
Fix snapshotter race conditions to ensure new request could effectively trigger map rendering
Fix MRT bands loading on camera zoom
Reload vector source tiles when language or worldview setting is changed
Apply config expression to atmosphere properties
Fix map freezing when using queryRenderedFeatures with 3d models in mercator projection
Reduce time spent on line gradient updates on the render thread