diff --git a/data/presets.yaml b/data/presets.yaml index 489013b2b..7b483b096 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1144,6 +1144,8 @@ en: # 'piste:type=*' label: Type options: + # 'piste:type=connection' + connection: Connection # 'piste:type=downhill' downhill: Downhill # 'piste:type=hike' diff --git a/data/presets/fields.json b/data/presets/fields.json index d0ccb21db..c7a35225f 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -193,7 +193,7 @@ "phone": {"key": "phone", "type": "tel", "icon": "maki-telephone", "universal": true, "label": "Telephone", "placeholder": "+31 42 123 4567"}, "piste/difficulty": {"key": "piste:difficulty", "type": "combo", "label": "Difficulty", "placeholder": "Easy, Intermediate, Advanced...", "strings": {"options": {"novice": "Novice (instructional)", "easy": "Easy (green circle)", "intermediate": "Intermediate (blue square)", "advanced": "Advanced (black diamond)", "expert": "Expert (double black diamond)", "freeride": "Freeride (off-piste)", "extreme": "Extreme (climbing equipment required)"}}}, "piste/grooming": {"key": "piste:grooming", "type": "combo", "label": "Grooming", "strings": {"options": {"classic": "Classic", "mogul": "Mogul", "backcountry": "Backcountry", "classic+skating": "Classic and Skating", "scooter": "Scooter/Snowmobile", "skating": "Skating"}}}, - "piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "strings": {"options": {"downhill": "Downhill", "nordic": "Nordic", "skitour": "Skitour", "sled": "Sled", "hike": "Hike", "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", "playground": "Playground"}}}, + "piste/type": {"key": "piste:type", "type": "typeCombo", "label": "Type", "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"}}}, "place": {"key": "place", "type": "typeCombo", "label": "Type"}, "plant": {"key": "plant", "type": "combo", "label": "Plant"}, "plant/output/electricity": {"key": "plant:output:electricity", "type": "text", "label": "Power Output", "placeholder": "500 MW, 1000 MW, 2000 MW..."}, diff --git a/data/presets/fields/piste/type.json b/data/presets/fields/piste/type.json index e9494d9e8..ac3bee99a 100644 --- a/data/presets/fields/piste/type.json +++ b/data/presets/fields/piste/type.json @@ -12,7 +12,8 @@ "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", - "playground": "Playground" + "playground": "Playground", + "connection": "Connection" } } } diff --git a/data/taginfo.json b/data/taginfo.json index 8cfea579e..a850ee93a 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -6876,6 +6876,7 @@ {"key": "piste:type", "value": "ice_skate", "description": "Type"}, {"key": "piste:type", "value": "snow_park", "description": "Type"}, {"key": "piste:type", "value": "playground", "description": "Type"}, + {"key": "piste:type", "value": "connection", "description": "Type"}, {"key": "plant", "description": "Plant"}, {"key": "plant:output:electricity", "description": "Power Output"}, {"key": "baby", "description": "Baby Seat"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index a01c2cac6..94c6f0d97 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2422,7 +2422,8 @@ "sleigh": "Sleigh", "ice_skate": "Ice Skate", "snow_park": "Snow Park", - "playground": "Playground" + "playground": "Playground", + "connection": "Connection" } }, "place": {