forked from MapComplete/MapComplete
Theme(ATM): Include indoor question
This commit is contained in:
parent
16700a2af6
commit
9165963ed9
1 changed files with 25 additions and 1 deletions
|
@ -241,6 +241,30 @@
|
|||
}
|
||||
},
|
||||
"opening_hours_24_7",
|
||||
{
|
||||
"builtin": "indoor",
|
||||
"override": {
|
||||
"question": {
|
||||
"en": "Is this ATM located indoors?",
|
||||
"nl": "Bevindt deze geldautomaat zich binnen?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"then": {
|
||||
"en": "This ATM is located indoors",
|
||||
"nl": "Deze geldautomaat bevindt zich binnen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "indoor=no",
|
||||
"then": {
|
||||
"en": "This ATM is located outdoors",
|
||||
"nl": "Deze geldautomaat bevindt zich buiten"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "cash_out",
|
||||
"question": {
|
||||
|
@ -650,4 +674,4 @@
|
|||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue