@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 416 B
JSON
{
"icon": "maki-rail-metro",
"fields": [
"{attraction}",
"building_area_yes"
],
"moreFields": [
"{attraction}",
"max_age",
"min_age"
],
"geometry": [
"point",
"line",
"area"
],
"terms": [
"theme park",
"ghost train"
],
"tags": {
"attraction": "dark_ride"
},
"name": "Dark Ride"
}