From d3fae7c02565916f2ce06b7a49885184b23ba252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Mon, 9 Mar 2026 11:05:13 +0100 Subject: [PATCH] gastro: include amenity=nightclub --- gastro.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gastro.yaml b/gastro.yaml index da8287d..e4f1771 100644 --- a/gastro.yaml +++ b/gastro.yaml @@ -24,7 +24,7 @@ name: uk: Гастрономія type: overpass query: - 15: nwr[amenity~'^(.*; *|)(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant|canteen)(| *;.*)$']; + 15: nwr[amenity~'^(.*; *|)(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant|canteen|nightclub)(| *;.*)$']; feature: description: | {{ tagTransList('amenity', tags.amenity) }} @@ -69,6 +69,7 @@ filter: - pub - restaurant - canteen + - nightclub valueName: | {{ tagTrans('amenity', value) }} op: 'has' @@ -241,3 +242,4 @@ const: fast_food: '🍔' ice_cream: '🍨' pub: '🍺' + nightclub: ''