forked from MapComplete/MapComplete
Added description, add extra filters
This commit is contained in:
parent
4b1a6fe32d
commit
a6583f9934
2 changed files with 34 additions and 2 deletions
|
@ -186,6 +186,38 @@
|
|||
"osmTags": "status=9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "parent-name",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "parentName~i~.*{search}.*",
|
||||
"fields": [
|
||||
{
|
||||
"name": "search"
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Challenge name contains {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "parent-id",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "parentId={search}",
|
||||
"fields": [
|
||||
{
|
||||
"name": "search"
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Challenge ID matches {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue