Browse Source

gastro: include amenity=food_court

places
parent
commit
d40123af52
  1. 3
      gastro.json

3
gastro.json

@ -19,7 +19,7 @@
"uk": "Гастрономія" "uk": "Гастрономія"
}, },
"query": { "query": {
"16": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);"
"16": "(node[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|food_court|ice_cream|pub|restaurant)$'];);"
}, },
"feature": { "feature": {
"description": "{{ tagTrans('amenity', tags.amenity) }}", "description": "{{ tagTrans('amenity', tags.amenity) }}",
@ -57,6 +57,7 @@
"biergarten", "biergarten",
"cafe", "cafe",
"fast_food", "fast_food",
"food_court",
"ice_cream", "ice_cream",
"pub", "pub",
"restaurant" "restaurant"

Loading…
Cancel
Save