Sea background in building view
TODO: view bar z-index...
This commit is contained in:
+2
-1
@@ -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
@@ -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;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user