Why are there trees inside my building?
If you see trees or other base map features inside your building using MapBox as your base map provider, this is because Mapbox data is displayed at higher zoom levels. To resolve this:
Web JS SDK: Adjust the miTransitionLevel: This controls when MapsIndoors data takes precedence over the base map.
javascript
Map Template: Use URL parameters and adjust miTransitionLevel=16 (lower this value if needed)
Swift (iOS):
Last updated