Add Ramen Restaurant preset (#880)

This commit is contained in:
archpdx
2023-04-24 06:36:05 -07:00
committed by GitHub
parent 064a82032a
commit 785a6e8680
2 changed files with 28 additions and 1 deletions
@@ -18,7 +18,6 @@
"grill",
"lunch",
"table",
"ramen noodles",
"soup",
"soba noodles",
"cellophane noodles",
@@ -0,0 +1,28 @@
{
"icon": "maki-restaurant-noodle",
"geometry": [
"point",
"area"
],
"terms": [
"bar",
"dine",
"dining",
"dinner",
"eat",
"lunch",
"table",
"japanese",
"soup",
"noodles"
],
"tags": {
"amenity": "restaurant",
"cuisine": "ramen"
},
"reference": {
"key": "cuisine",
"value": "ramen"
},
"name": "Ramen Restaurant"
}