Skip to content

Commit

Permalink
add additional cuisine values, create presets for Georgian and Ukrain…
Browse files Browse the repository at this point in the history
…ian restaurants (#857)
  • Loading branch information
matkoniecz authored Apr 14, 2023
1 parent bdae3f0 commit 2fce8f9
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/fields/cuisine.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"seafood": "Seafood",
"sushi": "Sushi",
"ice_cream": "Ice Cream",
"filipino": "Filipino",
"georgian": "Georgian",
"german": "German",
"greek": "Greek",
"vietnamese": "Vietnamese",
Expand All @@ -37,6 +39,9 @@
"indonesian": "Indonesian",
"malaysian": "Malaysian",
"taiwanese": "Taiwanese",
"ukrainian": "Ukrainian",
"peruvian": "Peruvian",
"tex-mex": "Tex-Mex",
"juice": "Juice",
"bubble_tea": "Bubble Tea",
"hot_dog": "Hot Dog",
Expand Down
27 changes: 27 additions & 0 deletions data/presets/amenity/restaurant/georgian.json
Original file line number Diff line number Diff line change
@@ -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 changes: 27 additions & 0 deletions data/presets/amenity/restaurant/ukrainian.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2fce8f9

Please sign in to comment.