diff --git a/assets/layers/pharmacy/pharmacy.json b/assets/layers/pharmacy/pharmacy.json index cfac37ca2a..457ddd201c 100644 --- a/assets/layers/pharmacy/pharmacy.json +++ b/assets/layers/pharmacy/pharmacy.json @@ -68,5 +68,29 @@ "centroid" ] } - ] + ], + "filter": [ + { + "id": "drive-through", + "options": [ + { + "question": { + "en": "Has drive through" + }, + "osmTags": "drive_through=yes" + } + ] + }, + { + "id": "dispensing", + "options": [ + { + "question": { + "en": "Pharmacy able to provide prescription drugs" + }, + "osmTags": "dispensing=yes" + } + ] + } + ], } \ No newline at end of file