forked from MapComplete/MapComplete
add toilets=*
This commit is contained in:
parent
5754c09c93
commit
e2cbb98a0b
1 changed files with 59 additions and 1 deletions
|
@ -188,6 +188,34 @@
|
|||
},
|
||||
"id": "capacity_persons"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Are toilets available?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"toilets=yes"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Toilets are available."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"toilets=no"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "There are no toilets."
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "toilets"
|
||||
},
|
||||
"questions",
|
||||
"mastodon"
|
||||
],
|
||||
|
@ -197,7 +225,7 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "fee"
|
||||
"en": "Fee"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -304,6 +332,36 @@
|
|||
"osmTags": "capacity:persons="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "toilets_filter",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Toilets"
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Toilets are available."
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"toilets=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "There are no toilets."
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"toilets=no"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"allowMove": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue