mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 07:24:41 +02:00
Add preset Cafeteria (#613)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "maki-restaurant",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"canteen",
|
||||
"dining hall",
|
||||
"lunchroom",
|
||||
"refectory"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "fast_food",
|
||||
"fast_food": "cafeteria"
|
||||
},
|
||||
"fields": [
|
||||
"{amenity/fast_food}",
|
||||
"access_simple"
|
||||
],
|
||||
"name": "Cafeteria"
|
||||
}
|
||||
@@ -4177,6 +4177,11 @@ en:
|
||||
name: Burger Fast Food
|
||||
# 'terms: breakfast,dine,dining,dinner,drive-in,eat,grill,lunch,table'
|
||||
terms: <translate with synonyms or related terms for 'Burger Fast Food', separated by commas>
|
||||
amenity/fast_food/cafeteria:
|
||||
# amenity=fast_food + fast_food=cafeteria | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Cafeteria
|
||||
# 'terms: eat,breakfast,tea,dining,dinner'
|
||||
terms: <translate with synonyms or related terms for 'Cafeteria', separated by commas>
|
||||
amenity/fast_food/chicken:
|
||||
# amenity=fast_food + cuisine=chicken | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Chicken Fast Food
|
||||
|
||||
Reference in New Issue
Block a user