Skip to content

v11.3.0

Latest
Compare
Choose a tag to compare
@OdNairy OdNairy released this 09 Apr 12:08
· 6 commits to main since this release
3638d28

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