@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 567 B
JSON
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"fields": [
"{amenity/clinic}"
],
"moreFields": [
"{amenity/clinic}"
],
"tags": {
"healthcare": "dialysis"
},
"addTags": {
"amenity": "clinic",
"healthcare": "dialysis",
"healthcare:speciality": "nephrology"
},
"reference": {
"key": "healthcare",
"value": "dialysis"
},
"terms": [
"dialysis clinic",
"kidney dialysis"
],
"name": "Dialysis Center"
}