@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
43 lines (42 loc) • 768 B
JSON
{
"icon": "fas-skiing",
"fields": [
"name",
"piste/type",
"piste/difficulty",
"piste/grooming",
"oneway",
"lit"
],
"geometry": [
"line",
"area"
],
"tags": {
"piste:type": "*"
},
"terms": [
"alpine",
"crosscountry",
"downhill",
"horse",
"husky",
"ice",
"luge",
"nordic",
"skating",
"ski",
"ski touring",
"ski-joring",
"skitour",
"sled",
"sledge",
"sleigh",
"snowboard",
"snowshoe",
"snowshoeing",
"winter hiking"
],
"name": "Snowsports Trail / Piste (Unspecified Type)",
"searchable": false
}