Wire in level selector
This commit is contained in:
parent
0d3e7f8168
commit
13e949a1cd
4 changed files with 126 additions and 26 deletions
|
@ -78,6 +78,12 @@ export default class MapState extends UserRelatedState {
|
|||
* Which layers are enabled in the current theme and what filters are applied onto them
|
||||
*/
|
||||
public filteredLayers: UIEventSource<FilteredLayer[]> = new UIEventSource<FilteredLayer[]>([], "filteredLayers");
|
||||
|
||||
/**
|
||||
* Filters which apply onto all layers
|
||||
*/
|
||||
public globalFilters: UIEventSource<{ filter: FilterState, id: string }[]> = new UIEventSource([], "globalFilters")
|
||||
|
||||
/**
|
||||
* Which overlays are shown
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue