mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Split piste presset into each piste:values to make sense of the difficulty and grooming keys.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic",
|
||||
"mogul": "Mogul",
|
||||
"backcountry": "Backcountry - no grooming"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,15 +5,9 @@
|
||||
"strings": {
|
||||
"options": {
|
||||
"downhill": "Downhill",
|
||||
"nordic": "Nordic",
|
||||
"skitour": "Skitour",
|
||||
"sled": "Sled",
|
||||
"hike": "Hike",
|
||||
"sleigh": "Sleigh",
|
||||
"ice_skate": "Ice Skate",
|
||||
"snow_park": "Snow Park",
|
||||
"playground": "Playground",
|
||||
"connection": "Connection"
|
||||
"connection": "Connection between pistes"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "piste:difficulty",
|
||||
"type": "combo",
|
||||
"label": "Difficulty",
|
||||
"placeholder": "Easy, Intermediate, Advanced...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"novice": "Novice",
|
||||
"easy": "Easy",
|
||||
"intermediate": "Intermediate",
|
||||
"advanced": "Advanced",
|
||||
"expert": "Expert",
|
||||
"freeride": "Freeride",
|
||||
"extreme": "Extreme"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic - Winter Hiking",
|
||||
"backcountry": "Backcountry - Snowshoeing"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "piste:difficulty",
|
||||
"type": "combo",
|
||||
"label": "Difficulty",
|
||||
"placeholder": "Easy, Intermediate, Advanced...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"novice": "Novice - Flat, no effort needed",
|
||||
"easy": "Easy - Soft hills, short steep section",
|
||||
"intermediate": "Intermediate - Steep section",
|
||||
"advanced": "Advanced - Narrow, steep or icy section, sharp turn",
|
||||
"expert": "Expert - Dangerous terrain around"
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-2
@@ -5,8 +5,7 @@
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic",
|
||||
"mogul": "Mogul",
|
||||
"backcountry": "Backcountry",
|
||||
"backcountry": "Backcountry, no grooming",
|
||||
"classic+skating": "Classic and Skating",
|
||||
"scooter": "Scooter/Snowmobile",
|
||||
"skating": "Skating"
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "piste:type",
|
||||
"type": "typeCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"downhill": "Nordic",
|
||||
"playground": "Playground",
|
||||
"connection": "Connection between pistes"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "piste:difficulty",
|
||||
"type": "combo",
|
||||
"label": "Difficulty",
|
||||
"placeholder": "Easy, Intermediate, Advanced...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"novice": "novice - L: inclination <30 degree",
|
||||
"easy": "Easy - WS: inclination 30-35 degree",
|
||||
"intermediate": "Intermediate - ZS: inclination 35-40 degree",
|
||||
"advanced": "Advanced - S: inclination 40-45 degree",
|
||||
"expert": "Expert - SS: inclination 45–50 degree",
|
||||
"freeride": "Freeride - AS: inclination 50–55 degree",
|
||||
"extreme": "Extreme - EX: inclination >55 degree"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic",
|
||||
"mogul": "Mogul",
|
||||
"backcountry": "Backcountry"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "piste:difficulty",
|
||||
"type": "combo",
|
||||
"label": "Difficulty",
|
||||
"placeholder": "Easy, Intermediate, Advanced...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"novice": "Novice",
|
||||
"easy": "Easy",
|
||||
"intermediate": "Intermediate",
|
||||
"advanced": "Advanced",
|
||||
"expert": "Expert",
|
||||
"freeride": "Freeride",
|
||||
"extreme": "Extreme"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic - prepared",
|
||||
"backcountry": "Backcountry - no grooming"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "piste:difficulty",
|
||||
"type": "combo",
|
||||
"label": "Difficulty",
|
||||
"placeholder": "Easy, Intermediate, Advanced...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"novice": "Novice",
|
||||
"easy": "Easy",
|
||||
"intermediate": "Intermediate",
|
||||
"advanced": "Advanced",
|
||||
"expert": "Expert",
|
||||
"freeride": "Freeride",
|
||||
"extreme": "Extreme"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic - prepared",
|
||||
"backcountry": "Backcountry - no grooming"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,9 @@
|
||||
"icon": "maki-skiing",
|
||||
"fields": [
|
||||
"name",
|
||||
"piste/type",
|
||||
"piste/difficulty",
|
||||
"piste/grooming",
|
||||
"piste_downhill/type",
|
||||
"piste_downhill/difficulty",
|
||||
"piste_downhill/grooming",
|
||||
"oneway",
|
||||
"lit"
|
||||
],
|
||||
@@ -15,15 +15,13 @@
|
||||
],
|
||||
"terms": [
|
||||
"ski",
|
||||
"sled",
|
||||
"sleigh",
|
||||
"alpine",
|
||||
"snowboard",
|
||||
"nordic",
|
||||
"downhill",
|
||||
"snowmobile"
|
||||
"piste"
|
||||
],
|
||||
"tags": {
|
||||
"piste:type": "*"
|
||||
"piste:type": "downhill"
|
||||
},
|
||||
"name": "Piste/Ski Trail"
|
||||
"name": "Downhill Piste/Ski Run"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "fas-snowflake",
|
||||
"fields": [
|
||||
"name",
|
||||
"piste_hike/difficulty",
|
||||
"piste_hike/grooming",
|
||||
"oneway",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"hike",
|
||||
"winter hiking",
|
||||
"snowshoe",
|
||||
"snowshoeing",
|
||||
"piste",
|
||||
"ski"
|
||||
],
|
||||
"tags": {
|
||||
"piste:type": "hike"
|
||||
},
|
||||
"name": "Snowshoeing or Winter Hiking Trail"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "fas-snowflake",
|
||||
"fields": [
|
||||
"name",
|
||||
"sport_ice",
|
||||
"oneway",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ice",
|
||||
"skating",
|
||||
"ski",
|
||||
"piste"
|
||||
],
|
||||
"tags": {
|
||||
"piste:type": "ice_skate"
|
||||
},
|
||||
"name": "Ice Skating Piste"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "maki-skiing",
|
||||
"fields": [
|
||||
"name",
|
||||
"piste_nordic/type",
|
||||
"piste_nordic/difficulty",
|
||||
"piste_nordic/grooming",
|
||||
"oneway",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ski",
|
||||
"nordic",
|
||||
"crosscountry",
|
||||
"skating",
|
||||
"piste"
|
||||
],
|
||||
"tags": {
|
||||
"piste:type": "nordic"
|
||||
},
|
||||
"name": "Nordic or Crosscountry Piste/Ski Trail"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"icon": "maki-skiing",
|
||||
"fields": [
|
||||
"name",
|
||||
"piste_skitour/difficulty",
|
||||
"piste_skitour/grooming",
|
||||
"oneway",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ski",
|
||||
"skitour",
|
||||
"crosscountry",
|
||||
"ski touring",
|
||||
"piste"
|
||||
],
|
||||
"tags": {
|
||||
"piste:type": "skitour"
|
||||
},
|
||||
"name": "Ski Touring Trail"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"icon": "fas-snowflake",
|
||||
"fields": [
|
||||
"name",
|
||||
"piste_sled/difficulty",
|
||||
"piste_sled/grooming",
|
||||
"oneway",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ski",
|
||||
"sled",
|
||||
"luge",
|
||||
"sleigh",
|
||||
"sledge",
|
||||
"piste"
|
||||
],
|
||||
"tags": {
|
||||
"piste:type": "sled"
|
||||
},
|
||||
"name": "Sled Piste"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"icon": "fas-snowflake",
|
||||
"fields": [
|
||||
"name",
|
||||
"piste_sled/difficulty",
|
||||
"piste_sled/grooming",
|
||||
"oneway",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ski",
|
||||
"piste",
|
||||
"sled",
|
||||
"luge",
|
||||
"sleigh",
|
||||
"sledge",
|
||||
"ski-joring",
|
||||
"husky",
|
||||
"horse"
|
||||
],
|
||||
"tags": {
|
||||
"piste:type": "sleigh"
|
||||
},
|
||||
"name": "Animal-pulled Sleigh Piste"
|
||||
}
|
||||
Reference in New Issue
Block a user