Sea background in building view
TODO: view bar z-index...
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
/**
|
||||
|
||||
@@ -48,9 +48,9 @@ Options.buildings = {
|
||||
Options.boundaries = {
|
||||
color: '#222',
|
||||
opacity: 1,
|
||||
weight: 1.5,
|
||||
fillColor: '#d8dbdd',
|
||||
fillOpacity: 0.5
|
||||
weight: 2,
|
||||
fillColor: '#ebdfccff',
|
||||
fillOpacity: 1,
|
||||
};
|
||||
Options.walls = {
|
||||
color: '#10ee47',
|
||||
|
||||
Reference in New Issue
Block a user