Now with layers
This commit is contained in:
parent
30ad70a237
commit
2d79cc68aa
3 changed files with 38 additions and 22 deletions
|
|
@ -63,7 +63,8 @@ declare type State = {
|
|||
declare type Layer = {
|
||||
image: string,
|
||||
name: string,
|
||||
forceVisibility?: "on"|"off"
|
||||
baseLayer: boolean,
|
||||
defaultVisibility: "visible" | "hidden",
|
||||
};
|
||||
|
||||
declare type StateAction = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue