From 44c14c0d91fb5bea53ac39824144d9bd3519e333 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sun, 30 Oct 2022 20:51:58 +0100 Subject: [PATCH] Add presets to pharmacy (#1121) --- assets/layers/pharmacy/pharmacy.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/layers/pharmacy/pharmacy.json b/assets/layers/pharmacy/pharmacy.json index cfe4edd87..a3f58452b 100644 --- a/assets/layers/pharmacy/pharmacy.json +++ b/assets/layers/pharmacy/pharmacy.json @@ -153,5 +153,16 @@ ] }, "open_now" + ], + "presets": [ + { + "tags": [ + "amenity=pharmacy" + ], + "title": { + "en": "a pharmacy", + "nl": "een apotheek" + } + } ] -} \ No newline at end of file +}