Fix: show favourites in loaded layers if favourites are enabled

This commit is contained in:
Pieter Vander Vennet 2024-11-05 19:08:10 +01:00
parent ca3a1acf53
commit e65f61d296
3 changed files with 50 additions and 14 deletions

View file

@ -4,6 +4,10 @@ import { TagsFilter } from "../Logic/Tags/TagsFilter"
export interface GlobalFilter {
osmTags: TagsFilter
/**
* If set, this object will be shown instead of hidden, even if the layer is not displayed
*/
forceShowOnMatch?: boolean,
state: number | string | undefined
id: string
onNewPoint: {