@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 625 B
JSON
{
"icon": "fas-code",
"fields": [
"name",
"address",
"building_area_yes",
"opening_hours",
"website",
"fee",
"payment_multi_fee",
"charge_fee",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"smoking"
],
"geometry": [
"point",
"area"
],
"terms": [
"makerspace",
"hackspace",
"hacklab"
],
"tags": {
"leisure": "hackerspace"
},
"name": "Hackerspace"
}