@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
24 lines (23 loc) • 403 B
JSON
{
"icon": "fas-users",
"fields": [
"{office}",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"coworking",
"office"
],
"tags": {
"office": "coworking"
},
"name": "Coworking Space"
}