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",
|
"phone",
|
||||||
"email",
|
"email",
|
||||||
"website",
|
"website",
|
||||||
"dispensing",
|
|
||||||
{
|
{
|
||||||
"id": "wheelchair",
|
"id": "wheelchair",
|
||||||
"render": {
|
"render": {
|
||||||
|
@ -31,20 +30,17 @@
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Is this pharmacy easy to access on a wheelchair?"
|
"en": "Is this pharmacy easy to access on a wheelchair?"
|
||||||
},
|
},
|
||||||
"freeform": {
|
|
||||||
"key": "wheelchair"
|
|
||||||
},
|
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "wheelchair=yes",
|
"if": "wheelchair=yes",
|
||||||
"then": {
|
"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",
|
"if": "wheelchair=no",
|
||||||
"then": {
|
"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": [
|
"mapRendering": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue