Sea background in building view

TODO: view bar z-index...
This commit is contained in:
2026-09-16 09:34:33 +02:00
parent 1c807cdc86
commit ebc33fe53e
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ GIS.activateBuildingView = async function(layerId) {
map.setMaxZoom(25);
// This is terrible...
UI.addBuildingViewBar();
map._container.classList.add('bview-border');
map._container.classList.add('bview-active');
GisState.bViewActive = true;
}
/**