From 97334fc369164bbbbed8ca99663c08b01fbc99d9 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Thu, 7 Jul 2022 23:38:48 +0200 Subject: [PATCH] Small tweaks to the pharmacy layer --- assets/layers/pharmacy/pharmacy.json | 35 ++-------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/assets/layers/pharmacy/pharmacy.json b/assets/layers/pharmacy/pharmacy.json index 662e2572a5..3c8c946b73 100644 --- a/assets/layers/pharmacy/pharmacy.json +++ b/assets/layers/pharmacy/pharmacy.json @@ -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": [