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
+2 -1
View File
@@ -221,7 +221,8 @@ input:invalid {
border-radius: 8px; border-radius: 8px;
} }
/* Map container border for building view */ /* Map container border for building view */
.bview-border { .bview-active {
border:#263aac 4px solid; border:#263aac 4px solid;
border-radius: 8px; border-radius: 8px;
background-color: #aad3df;
} }
+1 -1
View File
@@ -160,7 +160,7 @@ GIS.activateBuildingView = async function(layerId) {
map.setMaxZoom(25); map.setMaxZoom(25);
// This is terrible... // This is terrible...
UI.addBuildingViewBar(); UI.addBuildingViewBar();
map._container.classList.add('bview-border'); map._container.classList.add('bview-active');
GisState.bViewActive = true; GisState.bViewActive = true;
} }
/** /**
+3 -3
View File
@@ -48,9 +48,9 @@ Options.buildings = {
Options.boundaries = { Options.boundaries = {
color: '#222', color: '#222',
opacity: 1, opacity: 1,
weight: 1.5, weight: 2,
fillColor: '#d8dbdd', fillColor: '#ebdfccff',
fillOpacity: 0.5 fillOpacity: 1,
}; };
Options.walls = { Options.walls = {
color: '#10ee47', color: '#10ee47',