@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
24 lines (23 loc) • 387 B
JSON
{
"icon": "maki-amusement-park",
"fields": [
"{attraction}"
],
"moreFields": [
"{attraction}",
"max_age",
"min_age"
],
"geometry": [
"point",
"area"
],
"terms": [
"carnival ride",
"theme park"
],
"tags": {
"attraction": "amusement_ride"
},
"name": "Amusement Ride"
}