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"
|
"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}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "maproulette",
|
"id": "maproulette",
|
||||||
"title": {
|
"title": {
|
||||||
"en": "MapRoulette Test"
|
"en": "MapRoulette Tasks"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "MapRoulette Test"
|
"en": "Theme showing MapRoulette tasks, allowing you to search, filter and fix them."
|
||||||
},
|
},
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"hideFromOverview": true,
|
"hideFromOverview": true,
|
||||||
|
|
Loading…
Reference in a new issue