mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-25 01:24:07 +02:00
add presets for korean and spanish restaurants (#815)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "maki-restaurant-noodle",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bar",
|
||||
"breakfast",
|
||||
"cafe",
|
||||
"café",
|
||||
"canteen",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "restaurant",
|
||||
"cuisine": "korean"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "korean"
|
||||
},
|
||||
"name": "Korean Restaurant"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"icon": "maki-restaurant",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bar",
|
||||
"breakfast",
|
||||
"cafe",
|
||||
"café",
|
||||
"canteen",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "restaurant",
|
||||
"cuisine": "spanish"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "spanish"
|
||||
},
|
||||
"name": "Spanish Restaurant"
|
||||
}
|
||||
Reference in New Issue
Block a user