@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 694 B
JSON
{
"icon": "maki-doctor",
"fields": [
"name",
"operator",
"operator/type",
"healthcare/speciality",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"brand"
],
"geometry": [
"point",
"area"
],
"terms": [
"medical",
"urgentcare"
],
"tags": {
"amenity": "clinic"
},
"addTags": {
"amenity": "clinic",
"healthcare": "clinic"
},
"reference": {
"key": "amenity",
"value": "clinic"
},
"name": "Clinic"
}