mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add additional cuisine values, create presets for Georgian and Ukrainian restaurants (#857)
This commit is contained in:
parent
bdae3f06ff
commit
2fce8f986a
3 changed files with 59 additions and 0 deletions
27
data/presets/amenity/restaurant/georgian.json
Normal file
27
data/presets/amenity/restaurant/georgian.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "maki-restaurant",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bar",
|
||||
"breakfast",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "restaurant",
|
||||
"cuisine": "georgian"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "georgian"
|
||||
},
|
||||
"name": "Georgian Restaurant"
|
||||
}
|
||||
27
data/presets/amenity/restaurant/ukrainian.json
Normal file
27
data/presets/amenity/restaurant/ukrainian.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "maki-restaurant",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bar",
|
||||
"breakfast",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "restaurant",
|
||||
"cuisine": "ukrainian"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "ukrainian"
|
||||
},
|
||||
"name": "Ukrainian Restaurant"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue