@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
24 lines (23 loc) • 388 B
JSON
{
"icon": "maki-suitcase",
"geometry": [
"point",
"area"
],
"tags": {
"office": "therapist"
},
"fields": [
"healthcare_therapist",
"healthcare/speciality",
"{office}"
],
"moreFields": [
"{office}"
],
"terms": [
"therapy"
],
"name": "Therapist Office",
"matchScore": 0.9
}