@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
22 lines (21 loc) • 374 B
JSON
{
"icon": "maki-hospital",
"fields": [
"name",
"healthcare",
"{healthcare}"
],
"moreFields": [
"{healthcare}"
],
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "yes"
},
"searchable": false,
"matchScore": 0.5,
"name": "Healthcare Facility (Unspecified Type)"
}