@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 642 B
JSON
{
"icon": "maki-zoo",
"fields": [
"name",
"operator",
"species/wikidata"
],
"moreFields": [
"{attraction}",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"amphibian",
"animal park",
"aquarium",
"bear",
"bird",
"fish",
"insect",
"lion",
"mammal",
"monkey",
"penguin",
"reptile",
"safari",
"theme park",
"tiger",
"zoo"
],
"tags": {
"attraction": "animal"
},
"name": "Animal Enclosure"
}