@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 424 B
JSON
{
"icon": "maki-pitch",
"fields": [
"{attraction}",
"height"
],
"moreFields": [
"{attraction}",
"max_age",
"min_age"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"bungy jumping",
"jumping platform"
],
"tags": {
"attraction": "bungee_jumping"
},
"name": "Bungee Jumping"
}