@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 423 B
JSON
{
"icon": "maki-amusement-park",
"fields": [
"{attraction}",
"height"
],
"moreFields": [
"{attraction}",
"max_age",
"min_age"
],
"geometry": [
"point",
"area"
],
"terms": [
"ferris wheel",
"theme park",
"amusement ride"
],
"tags": {
"attraction": "big_wheel"
},
"name": "Ferris Wheel"
}