SDK JS Map style

Hi,
I’m using the SDK to customize the map style. However, I can’t find how to modify the style for rooms marked as “open to below”.

Additionally, there is no way to modify the width of the walls.

The “open to below” rooms represent a void, where there is no floor. On the rendered map, this area doesn’t exist and should show what’s below it. Meaning there is nothing to style. What are you trying to show there?

Currently it’s not possible to change the width of walls.

Currently rooms marked as “open to below” are painted with a light color, but I want to apply a shade or apply a dark gray.

This is not currently possible, the rooms that are open to below are excluded from the data set and cannot be styled. I will share your feedback with our SDK team.

When I apply a style to the walls it also applies to the spaces “open to below”, how can I maintain styles of spaces and walls, without affecting the spaces “open to below”?

mapView.updateState(WALLS.Interior,  ...)

Currently only interior and exterior walls can be styles differently. I do see the use case for the open to below walls, you could have them at a lower height to indicate a railing or half wall.

I’ve reported this to our SDK team for consideration in a future release.