From 5e95bd99a2dcf424acbcad85aa96a3a36bd612a8 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 10 Apr 2023 23:07:05 +0200 Subject: [PATCH] Themes: allow to move and delete pharmacies --- assets/layers/pharmacy/pharmacy.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/layers/pharmacy/pharmacy.json b/assets/layers/pharmacy/pharmacy.json index 2fb6813dce..b2fe1ab394 100644 --- a/assets/layers/pharmacy/pharmacy.json +++ b/assets/layers/pharmacy/pharmacy.json @@ -173,5 +173,7 @@ "de": "eine Apotheke" } } - ] -} \ No newline at end of file + ], +"deletion": true, +"allowMove": true +}