forked from MapComplete/MapComplete
Small tweaks to the pharmacy layer
This commit is contained in:
parent
d8d0fa685b
commit
97334fc369
1 changed files with 2 additions and 33 deletions
|
@ -22,7 +22,6 @@
|
|||
"phone",
|
||||
"email",
|
||||
"website",
|
||||
"dispensing",
|
||||
{
|
||||
"id": "wheelchair",
|
||||
"render": {
|
||||
|
@ -31,20 +30,17 @@
|
|||
"question": {
|
||||
"en": "Is this pharmacy easy to access on a wheelchair?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "wheelchair"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "wheelchair=yes",
|
||||
"then": {
|
||||
"en": "Yes, this pharmacy is easy to access on a wheelchair"
|
||||
"en": "This pharmacy is easy to access on a wheelchair"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "wheelchair=no",
|
||||
"then": {
|
||||
"en": "No, this pharmacy is hard to access on a wheelchair"
|
||||
"en": "This pharmacy is hard to access on a wheelchair"
|
||||
}
|
||||
|
||||
},
|
||||
|
@ -55,33 +51,6 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "drive_through",
|
||||
"render": {
|
||||
"en": "Pharmacy drive through: {drive_through}"
|
||||
},
|
||||
"question": {
|
||||
"en": "Does this pharmacy have a drive through?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "drive_through"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "drive_through=yes",
|
||||
"then": {
|
||||
"en": "Yes, this pharmacy has a drive through"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "drive_through=no",
|
||||
"then": {
|
||||
"en": "No, this pharmacy does not have a drive through"
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue