@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 655 B
JSON
{
"icon": "maki-veterinary",
"fields": [
"name",
"operator",
"address",
"building_area",
"opening_hours",
"animal_shelter"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"adoption",
"aspca",
"cat",
"dog",
"horse",
"kitten",
"pet care",
"pet rescue",
"puppy",
"raptor",
"reptile",
"rescue",
"spca",
"pound"
],
"tags": {
"amenity": "animal_shelter"
},
"name": "Animal Shelter"
}