@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
44 lines (43 loc) • 769 B
JSON
{
"icon": "fas-pepper-hot",
"geometry": [
"point",
"area"
],
"terms": [
"bar",
"breakfast",
"burritos",
"dine",
"dining",
"dinner",
"drive-in",
"eat",
"enchiladas",
"fajitas",
"grill",
"lunch",
"nachos",
"quesadillas",
"salsa",
"table",
"tacos",
"tamales",
"tortillas"
],
"fields": [
"{amenity/restaurant}"
],
"moreFields": [
"{amenity/restaurant}"
],
"tags": {
"amenity": "restaurant",
"cuisine": "mexican"
},
"reference": {
"key": "cuisine",
"value": "mexican"
},
"name": "Mexican Restaurant"
}