@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 659 B
JSON
{
"icon": "maki-restaurant-pizza",
"geometry": [
"point",
"area"
],
"terms": [
"bar",
"deep dish",
"dine",
"dining",
"dinner",
"drive-in",
"eat",
"lunch",
"slice",
"table",
"thin crust"
],
"fields": [
"{amenity/restaurant}"
],
"moreFields": [
"{amenity/restaurant}"
],
"tags": {
"amenity": "restaurant",
"cuisine": "pizza"
},
"reference": {
"key": "cuisine",
"value": "pizza"
},
"aliases": [
"Pizzeria"
],
"name": "Pizza Restaurant"
}