mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Add preset Cafeteria (#613)
This commit is contained in:
parent
86c53547db
commit
256fb7f894
2 changed files with 27 additions and 0 deletions
22
data/presets/amenity/fast_food/cafeteria.json
Normal file
22
data/presets/amenity/fast_food/cafeteria.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue