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