Add feature switches to layouts, add option to remove a layout from more-screen

This commit is contained in:
Pieter Vander Vennet 2020-07-29 16:05:02 +02:00
parent 21dd38c3c7
commit 7882747424
7 changed files with 19 additions and 8 deletions

View file

@ -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;
/**
*