@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
41 lines (40 loc) • 711 B
JSON
{
"icon": "maki-slaughterhouse",
"geometry": [
"point",
"area"
],
"terms": [
"bar",
"beef",
"breakfast",
"cafe",
"café",
"canteen",
"chop house",
"dine",
"dining",
"dinner",
"drive-in",
"eat",
"grill",
"lunch",
"steak house",
"table"
],
"fields": [
"{amenity/restaurant}"
],
"moreFields": [
"{amenity/restaurant}"
],
"tags": {
"amenity": "restaurant",
"cuisine": "steak_house"
},
"reference": {
"key": "cuisine",
"value": "steak_house"
},
"name": "Steakhouse"
}