@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 469 B
JSON
{
"icon": "fas-ambulance",
"fields": [
"name",
"operator",
"building_area_yes",
"address"
],
"moreFields": [
"{@templates/contact}",
"gnis/feature_id-US",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"EMS",
"EMT",
"rescue"
],
"tags": {
"emergency": "ambulance_station"
},
"name": "Ambulance Station"
}