Web SDK v6.0.1-alpha.34 Release Notes

v6.0.1-alpha.34

August 2, 2024

Changes

  • [Breaking] Previously, setting outdoorView.token to a falsey value would disable outdoor view. This is no longer the case. To disable outdoor view, set outdoorView.enabled: false in show3dMap options.
  • [Breaking] Removed the updateZoomLimits property of focusOn. Zoom levels will now be clamped between the min and max zoom of the SDK.
  • Label images will no longer fade in and out as they reposition.

Features

  • Added a new exported function, createMapLibreOverlay(). This can be used to add Mappedin indoor maps to Maplibre via addControl().
  • Added new options to control the gradient shading on the sides of geometry.
  • Added a new API for adding and removing 3D Models.
  • Added a new API for adding and removing custom geometry.
  • Added the outdoorView.enabled flag to turn on or off the outdoor map.
  • Added toggle-able visibility state to geometry.
  • Added a “Provide Feedback” link in the bottom right corner. This will enable Mappedin to gather feedback and improve the product.

Fixes

  • Fixed an issue where MapView.Labels.all() would prevent polygon hover color from being set.
  • Fixed an issue preventing label icons from loading.
  • Fixed a Label rendering issue on Intel Iris GPUs.
  • Fixed an issue with the request URL for MVF viewIds.
1 Like