mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-16 22:03:31 +02:00
add "Barbeque Restaurant" preset and use more specific icons (#535)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-roadblock",
|
||||
"icon": "maki-toll",
|
||||
"fields": [
|
||||
"access",
|
||||
"building_area",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-car",
|
||||
"icon": "maki-highway-rest-area",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "fas-biking",
|
||||
"icon": "maki-racetrack-cycling",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-horse-riding",
|
||||
"icon": "maki-racetrack-horse",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-pitch",
|
||||
"icon": "fas-running",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "temaki-tower",
|
||||
"icon": "maki-observation-tower",
|
||||
"moreFields": [
|
||||
"{man_made/tower}",
|
||||
"opening_hours",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-water",
|
||||
"icon": "maki-hot-spring",
|
||||
"fields": [
|
||||
"name",
|
||||
"intermittent"
|
||||
|
||||
Reference in New Issue
Block a user