@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 599 B
JSON
{
"icon": "maki-dentist",
"fields": [
"name",
"operator",
"healthcare/speciality",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"tooth",
"teeth"
],
"tags": {
"amenity": "dentist"
},
"addTags": {
"amenity": "dentist",
"healthcare": "dentist"
},
"reference": {
"key": "amenity",
"value": "dentist"
},
"name": "Dentist"
}