add "Barbeque Restaurant" preset and use more specific icons (#535)

This commit is contained in:
archpdx 2022-07-15 04:03:42 -07:00 committed by GitHub
parent 260123a8a4
commit a43fba4fd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 36 additions and 7 deletions

View 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"
}