Now with layers
This commit is contained in:
parent
30ad70a237
commit
2d79cc68aa
3 changed files with 38 additions and 22 deletions
|
|
@ -348,18 +348,19 @@ const config : Config = {
|
|||
layers: [
|
||||
{
|
||||
image: "img/layers/rzl/rooms.png",
|
||||
forceVisibility: "on",
|
||||
name: "RaumZeitLabor"
|
||||
baseLayer: true,
|
||||
name: "RaumZeitLabor",
|
||||
defaultVisibility: "visible"
|
||||
},
|
||||
{
|
||||
image: "img/layers/rzl/details.png",
|
||||
forceVisibility: "on",
|
||||
name: "Details"
|
||||
name: "Details",
|
||||
defaultVisibility: "visible"
|
||||
},
|
||||
{
|
||||
image: "img/layers/rzl/labels.png",
|
||||
forceVisibility: "on",
|
||||
name: "Labels"
|
||||
name: "Labels",
|
||||
defaultVisibility: "visible"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue