@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
45 lines (44 loc) • 857 B
JSON
{
"icon": "maki-fast-food",
"fields": [
"name",
"cuisine",
"diet_multi",
"operator",
"address",
"building_area_yes",
"opening_hours",
"drive_through",
"opening_hours/drive_through",
"phone",
"website"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"brand",
"capacity",
"delivery",
"highchair",
"organic",
"outdoor_seating",
"smoking",
"takeaway",
"fhrs/id-GB",
"website/menu"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "fast_food"
},
"terms": [
"restaurant",
"takeaway"
],
"name": "Fast Food"
}