Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/presets/amenity/fast_food/cafeteria.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"icon": "maki-restaurant",
"geometry": [
"point",
"area"
],
"terms": [
"canteen",
"dining hall",
"lunchroom",
"refectory"
],
"tags": {
"amenity": "fast_food",
"fast_food": "cafeteria"
},
Comment thread
This conversation was marked as resolved.
"fields": [
"{amenity/fast_food}",
"access_simple"
],
"name": "Cafeteria"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4167,6 +4167,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
Expand Down