@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 670 B
JSON
{
"icon": "fas-user-tie",
"fields": [
"name",
"operator",
"operator/type",
"building_area_yes",
"address",
"website",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"smoking"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "conference_centre"
},
"terms": [
"auditorium",
"exhibition",
"exposition",
"lecture"
],
"name": "Convention Center",
"aliases": [
"Conference Center"
]
}