@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 627 B
JSON
{
"icon": "maki-restaurant",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"capacity",
"diet_multi",
"outdoor_seating",
"smoking",
"website/menu"
],
"geometry": [
"point",
"area"
],
"terms": [
"fast food",
"restaurant",
"food"
],
"tags": {
"amenity": "food_court"
},
"name": "Food Court"
}