First sketch of layers
This commit is contained in:
parent
d1dd22eb5d
commit
412d95f07a
8 changed files with 62 additions and 13 deletions
|
|
@ -212,7 +212,24 @@ const config : Config = {
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
layers: [
|
||||
{
|
||||
image: "img/layers/rzl/rooms.png",
|
||||
forceVisibility: "on",
|
||||
name: "RaumZeitLabor"
|
||||
},
|
||||
{
|
||||
image: "img/layers/rzl/details.png",
|
||||
forceVisibility: "on",
|
||||
name: "Details"
|
||||
},
|
||||
{
|
||||
image: "img/layers/rzl/labels.png",
|
||||
forceVisibility: "on",
|
||||
name: "Labels"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue