@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
46 lines (45 loc) • 882 B
JSON
{
"icon": "fas-users",
"fields": [
"name",
"operator",
"building_area_yes",
"address",
"website",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"fhrs/id-GB",
"min_age",
"smoking"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "events_venue"
},
"terms": [
"banquet hall",
"baptism",
"bar mitzvah",
"bat mitzvah",
"birthdays",
"celebrations",
"conferences",
"confirmation",
"conventions",
"event hall",
"meetings",
"parties",
"party",
"quinceañera",
"reunions",
"weddings"
],
"name": "Events Venue"
}