@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 452 B
JSON
{
"icon": "temaki-tower",
"fields": [
"{attraction}",
"height"
],
"moreFields": [
"{attraction}",
"max_age",
"min_age"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"amusement ride",
"gondola",
"tower",
"big drop"
],
"tags": {
"attraction": "drop_tower"
},
"name": "Drop Tower Ride"
}