Add filters based on mappigns, use in artwork

This commit is contained in:
Pieter Vander Vennet 2024-04-08 01:58:07 +02:00
parent 8abfcae02f
commit 51c1448de8
4 changed files with 35 additions and 6 deletions

View file

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