forked from MapComplete/MapComplete
Add filters based on mappigns, use in artwork
This commit is contained in:
parent
8abfcae02f
commit
51c1448de8
4 changed files with 35 additions and 6 deletions
|
@ -416,7 +416,11 @@ export interface LayerConfigJson {
|
|||
|
||||
/**
|
||||
* All the extra questions for filtering.
|
||||
* If a string is given, mapComplete will search in 'filters.json' for the appropriate filter or will try to parse it as `layername.filterid` and us that one
|
||||
* If a string is given, mapComplete will search in
|
||||
* 1. The tagrenderings for a match on ID and use the mappings as options
|
||||
* 2. search 'filters.json' for the appropriate filter or
|
||||
* 3. will try to parse it as `layername.filterid` and us that one.
|
||||
*
|
||||
*
|
||||
* group: filters
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue