forked from MapComplete/MapComplete
Add feature switches to layouts, add option to remove a layout from more-screen
This commit is contained in:
parent
21dd38c3c7
commit
7882747424
7 changed files with 19 additions and 8 deletions
|
@ -31,6 +31,13 @@ export class Layout {
|
|||
public startLat: number;
|
||||
|
||||
public locationContains: string[];
|
||||
|
||||
public enableAdd: boolean = true;
|
||||
public enableUserBadge: boolean = true;
|
||||
public enableSearch: boolean = true;
|
||||
public enableLayers: boolean = true;
|
||||
|
||||
public hideFromOverview : boolean = false;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue