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: ''