@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 598 B
JSON
{
"icon": "fas-chevron-circle-up",
"fields": [
"name",
"address",
"building_area_yes",
"opening_hours",
"phone",
"website"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"branch_brand",
"brand",
"charge_fee",
"fee",
"operator"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "trampoline_park"
},
"terms": [
"bounce",
"jump",
"spring"
],
"name": "Trampoline Park"
}