Skip to content

Commit 256fb7f

Browse files
author
Morion-Self
authored
Add preset Cafeteria (#613)
1 parent 86c5354 commit 256fb7f

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"icon": "maki-restaurant",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"terms": [
8+
"canteen",
9+
"dining hall",
10+
"lunchroom",
11+
"refectory"
12+
],
13+
"tags": {
14+
"amenity": "fast_food",
15+
"fast_food": "cafeteria"
16+
},
17+
"fields": [
18+
"{amenity/fast_food}",
19+
"access_simple"
20+
],
21+
"name": "Cafeteria"
22+
}

interim/source_strings.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4177,6 +4177,11 @@ en:
41774177
name: Burger Fast Food
41784178
# 'terms: breakfast,dine,dining,dinner,drive-in,eat,grill,lunch,table'
41794179
terms: <translate with synonyms or related terms for 'Burger Fast Food', separated by commas>
4180+
amenity/fast_food/cafeteria:
4181+
# amenity=fast_food + fast_food=cafeteria | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
4182+
name: Cafeteria
4183+
# 'terms: eat,breakfast,tea,dining,dinner'
4184+
terms: <translate with synonyms or related terms for 'Cafeteria', separated by commas>
41804185
amenity/fast_food/chicken:
41814186
# amenity=fast_food + cuisine=chicken | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
41824187
name: Chicken Fast Food

0 commit comments

Comments
 (0)