From c4e4340e0e45687405b66d569d77a802f617328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 20 Jan 2022 20:35:56 +0100 Subject: [PATCH] communication: filter for parcel_locker s --- communication.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/communication.json b/communication.json index 5cc675d..db87b5d 100644 --- a/communication.json +++ b/communication.json @@ -103,16 +103,7 @@ }, "amenity=parcel_locker": { "sign": "", - "zoom": 16 - }, - "vending=parcel_pickup": { - "sign": "", - "info_hide": true, - "zoom": 16 - }, - "vending=parcel_mail_in": { - "sign": "", - "info_hide": true, + "query": "(nwr[vending~\"^(|.*;)parcel_pickup(;.*|)$\"];nwr[vending~\"^(|.*;)parcel_mail_in(;.*|)$\"];nwr[amenity=parcel_locker];)", "zoom": 16 }, "office=telecommunication": { @@ -157,7 +148,7 @@ "name": "{{ trans('filter:type') }}", "show_default": "true", "type": "select", - "values": "{% for k, v in const %}{% endfor %}" + "values": "{% for k, v in const %}{% endfor %}" } } }