@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 626 B
JSON
{
"icon": "maki-doctor",
"fields": [
"name",
"operator",
"healthcare/speciality",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"medic",
"medical doctor",
"physician"
],
"tags": {
"amenity": "doctors"
},
"addTags": {
"amenity": "doctors",
"healthcare": "doctor"
},
"reference": {
"key": "amenity",
"value": "doctors"
},
"name": "Doctor"
}