Web SDK v6.0.1-alpha.35 Release Notes

v6.0.1-alpha.35

August 12, 2024

Features

  • Added an isInView() function to the MapView, which can detect if a 3D element is within the current viewport.
  • Added the array of clicked floors to the MapView.on('click') payload.

Fixes

  • Fixed shadingAndOutlines: false to properly disable outlines.
  • Fixed Markers always rendering beneath Labels. Markers will now be on top.
  • Fixed the watermark rendering behind 3D paths.
  • Fixed cases where Outdoor.setStyle() would not hide the outdoor geometry.
  • Fixed issues with updating the style of exterior walls.
  • Exported MVFStyle and MVFStyleCollection types.