@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
29 lines (28 loc) • 487 B
JSON
{
"icon": "fas-horse",
"geometry": [
"point",
"area"
],
"fields": [
"{tourism/zoo}"
],
"moreFields": [
"{tourism/zoo}"
],
"tags": {
"tourism": "zoo",
"zoo": "petting_zoo"
},
"reference": {
"key": "zoo",
"value": "petting_zoo"
},
"terms": [
"children's farm",
"children's zoo",
"farm animals",
"petting farm"
],
"name": "Petting Zoo"
}