Browse Source

gastro: include amenity=nightclub

master
parent
commit
d3fae7c025
  1. 4
      gastro.yaml

4
gastro.yaml

@ -24,7 +24,7 @@ name:
uk: Гастрономія uk: Гастрономія
type: overpass type: overpass
query: 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: feature:
description: | description: |
{{ tagTransList('amenity', tags.amenity) }} {{ tagTransList('amenity', tags.amenity) }}
@ -69,6 +69,7 @@ filter:
- pub - pub
- restaurant - restaurant
- canteen - canteen
- nightclub
valueName: | valueName: |
{{ tagTrans('amenity', value) }} {{ tagTrans('amenity', value) }}
op: 'has' op: 'has'
@ -241,3 +242,4 @@ const:
fast_food: '🍔' fast_food: '🍔'
ice_cream: '🍨' ice_cream: '🍨'
pub: '🍺' pub: '🍺'
nightclub: '<i class="fa-regular fa-moon"></i>'
Loading…
Cancel
Save