forked from MapComplete/MapComplete
Small fixes, add filters to shops
This commit is contained in:
parent
b119e1ac1d
commit
df706d2f97
4 changed files with 33 additions and 3 deletions
|
@ -16,6 +16,9 @@ export default interface FilterConfigJson {
|
|||
osmTags?: AndOrTagConfigJson | string,
|
||||
default?: boolean,
|
||||
fields?: {
|
||||
/**
|
||||
* If name is `search`, use "_first_comment~.*{search}.*" as osmTags
|
||||
*/
|
||||
name: string,
|
||||
type?: string | "string"
|
||||
}[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue