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