@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
45 lines (44 loc) • 830 B
JSON
{
"icon": "maki-hospital",
"fields": [
"name",
"operator",
"operator/type",
"healthcare/speciality",
"address",
"emergency"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}"
],
"geometry": [
"area",
"point"
],
"terms": [
"clinic",
"doctor",
"emergency room",
"health",
"infirmary",
"institution",
"sanatorium",
"sanitarium",
"sick",
"surgery",
"ward"
],
"tags": {
"amenity": "hospital"
},
"addTags": {
"amenity": "hospital",
"healthcare": "hospital"
},
"reference": {
"key": "amenity",
"value": "hospital"
},
"name": "Hospital Grounds"
}