Skip to content

v11.32.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@natiginfo natiginfo released this 22 Sep 13:18
· 8 commits to main since this release

Breaking changes ⚠️

  • TileStore.loadTileRegion() now completes with a TileRegionErrorType.PARTIAL_LOAD failure instead of success when some of the region's resources failed to load.

Features ✨ and improvements 🏁

  • [tile_store] Trigger region loading progress callbacks when the load process gets rate limited.

Bug fixes 🐞

  • Fix incorrect and missing metadata in style spec reference
  • Fix incorrect usage of the active-anchor expression being silently allowed in filters, paint properties, and non-symbol layers.
  • Fix symbol occlusion opacity transitions not honoring the configured placement transition duration, reducing flickering from frequent visibility changes.
  • Fix inaccurate latitude/longitude bounds calculation for the camera when using globe projection.

Dependencies