@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 515 B
JSON
{
"icon": "temaki-veterinary_care",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/poi}",
"charge_fee",
"fee"
],
"geometry": [
"point",
"area"
],
"terms": [
"pet clinic",
"veterinarian",
"animal hospital",
"pet doctor"
],
"tags": {
"amenity": "veterinary"
},
"name": "Veterinary"
}