mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
da10b6b254
(re: #3924)
30 lines
479 B
JSON
30 lines
479 B
JSON
{
|
|
"icon": "maki-skiing",
|
|
"fields": [
|
|
"name",
|
|
"piste/type",
|
|
"piste/difficulty",
|
|
"piste/grooming",
|
|
"oneway",
|
|
"lit"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"line",
|
|
"area"
|
|
],
|
|
"terms": [
|
|
"ski",
|
|
"sled",
|
|
"sleigh",
|
|
"snowboard",
|
|
"nordic",
|
|
"downhill",
|
|
"snowmobile"
|
|
],
|
|
"tags": {
|
|
"piste:type": "*"
|
|
},
|
|
"name": "Piste/Ski Trail"
|
|
}
|