mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
add "Barbeque Restaurant" preset and use more specific icons (#535)
This commit is contained in:
parent
260123a8a4
commit
a43fba4fd3
8 changed files with 36 additions and 7 deletions
29
data/presets/amenity/restaurant/barbeque.json
Normal file
29
data/presets/amenity/restaurant/barbeque.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "maki-restaurant-bbq",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bar",
|
||||
"bbq",
|
||||
"canteen",
|
||||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
"lunch",
|
||||
"table"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "restaurant",
|
||||
"cuisine": "barbeque"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "barbeque"
|
||||
},
|
||||
"name": "Barbeque Restaurant"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue