Skip to content

v10.10.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 03 Nov 13:13
· 32 commits to v10.10 since this release
07c186a

10.10.0-beta.1 November 03, 2022

Features ✨ and improvements 🏁

  • Introduce view annotation ViewAnnotationManager.annotations API to access list of added view annotations. (1751)
  • Introduce view annotation ViewAnnotationManager.cameraForAnnotations API to get camera options for given view annotations list. (1753)
  • Eliminate tiles re-creation and re-layout on zooming map with globe, when the camera is trespassing the zoom projection border. (1791)
  • Avoid tiles re-layout on enabling terrain with zero exaggeration. (1791)
  • Asynchronous GeoJSON data parsing when adding a new style source. (1791)
  • Unify the margin/translation Widget APIs into the WidgetPosition.offset, rename WidgetPosition.horizontal/WidgetPosition.vertical to WidgetPosition.horizontalAlignment/WidgetPosition.verticalAlignment; Deprecate the original constructors and setTranslation APIs. (1782)
  • Add APIs to enable/disable rendering of world copies. (1794, 1791)

Bug fixes 🐞

  • Fix an issue when touch events didn't pass through clickable view annotations. (1745)
  • Handle OOB when getting DEM Data. (1791)
  • Fix a rare precision issue with symbol and circle layer occlusion when terrain is enabled. (1791)
  • Fixes a rare crash caused by a race condition during gesture handling. (1791)
  • Disable location indicator occlusion testing with the terrain when exaggeration is set to 0. This fixes occasional location indicator disappearance. (1791)
  • Exclude map disk cache files from cloud backups. (1791)

Dependencies

  • Update gl-native to v10.10.0-beta.1 and common to v23.2.0-beta.1. (1791)