Browse Source

gastro: also show amenity=canteen

master
parent
commit
371057f8ae
  1. 3
      gastro.yaml

3
gastro.yaml

@ -1,6 +1,6 @@
type: overpass type: overpass
query: query:
15: nwr[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];
15: nwr[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant|canteen)$'];
feature: feature:
description: | description: |
{{ tagTrans('amenity', tags.amenity) }} {{ tagTrans('amenity', tags.amenity) }}
@ -43,6 +43,7 @@ filter:
- ice_cream - ice_cream
- pub - pub
- restaurant - restaurant
- canteen
valueName: | valueName: |
{{ tagTrans('amenity', value) }} {{ tagTrans('amenity', value) }}
op: '=' op: '='

Loading…
Cancel
Save