Skip to content

v11.19.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@jush jush released this 29 Jan 08:41
· 29 commits to main since this release

Features ✨ and improvements 🏁

  • Introduce experimental queryRenderedRasterValues API for querying the rendered raster array value at a point on the map.
  • Introduce new AnnotationConfig#slotName property to allow to specify a slot to position annotation layer.
  • Introduce experimental queryRenderedRasterValues API for querying the rendered raster values on the map at a specific screen coordinate.
  • Deprecate Tilestore.create(path: String) instead use TileStore.setRootPath().

Bug fixes 🐞

  • Fix rare scenario where map render surface size was wrong.
  • Respect animationDurationMs when custom OverviewViewportStateOptions.animationDurationMs is set.
  • Fix point View Annotation flickering and hiding on moving anchor out of screen.

Dependencies