forked from MapComplete/MapComplete
Search: document 'isNormal' in layerconfig; document autofilter-disable option; disable this in favourites, split out the code
This commit is contained in:
parent
5479b81066
commit
8239820d04
5 changed files with 102 additions and 69 deletions
|
@ -447,6 +447,10 @@ export interface LayerConfigJson {
|
|||
* group: filters
|
||||
*/
|
||||
filter?: (FilterConfigJson | string)[] | { sameAs: string }
|
||||
/**
|
||||
* Set this to disable the feature that tagRenderings can introduce filters
|
||||
*/
|
||||
"#filter"?: "no-auto"
|
||||
|
||||
/**
|
||||
* This block defines under what circumstances the delete dialog is shown for objects of this layer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue