Hi @Quinton@msohm ,
While displaying a route on the current level, everything works as expected. However, when I use the escalator up/down controls or switch the floor, both levels become visible instead of showing only the current level and this happens only during the navigation.
We are using mappedin Web SDK “https://cdn.jsdelivr.net/npm/@mappedin/mappedin-js@6/+esm”
What style are you looking for. I recommend adding Dynamic Focus, which can help with hiding and un-hiding labels for the appropriate floor. This will give the most default behaviour.
If you wish to not show any building height and just show a single floor, disable multi floor view when calling show3dMap. Use multiFloorView to specify a TMultiFloorViewOptions and set enabled to false.