mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
17
data/fields/piste/difficulty.json
Normal file
17
data/fields/piste/difficulty.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
17
data/fields/piste/difficulty_downhill.json
Normal file
17
data/fields/piste/difficulty_downhill.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
data/fields/piste/difficulty_nordic.json
Normal file
15
data/fields/piste/difficulty_nordic.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
17
data/fields/piste/difficulty_skitour.json
Normal file
17
data/fields/piste/difficulty_skitour.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "piste:difficulty",
|
||||
"type": "combo",
|
||||
"label": "Difficulty",
|
||||
"placeholder": "Easy, Intermediate, Advanced...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"novice": "Novice - L: <30° incline",
|
||||
"easy": "Easy - WS: 30-35° incline",
|
||||
"intermediate": "Intermediate - ZS: 35-40° incline",
|
||||
"advanced": "Advanced - S: 40-45° incline",
|
||||
"expert": "Expert - SS: 45–50° incline",
|
||||
"freeride": "Freeride - AS: 50–55° incline",
|
||||
"extreme": "Extreme - EX: >55° incline"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
data/fields/piste/grooming.json
Normal file
15
data/fields/piste/grooming.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
data/fields/piste/grooming_downhill.json
Normal file
12
data/fields/piste/grooming_downhill.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic",
|
||||
"mogul": "Mogul",
|
||||
"backcountry": "Backcountry - no grooming"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
data/fields/piste/grooming_hike.json
Normal file
11
data/fields/piste/grooming_hike.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic - Winter Hiking",
|
||||
"backcountry": "Backcountry - Snowshoeing"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
data/fields/piste/grooming_nordic.json
Normal file
14
data/fields/piste/grooming_nordic.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "piste:grooming",
|
||||
"type": "combo",
|
||||
"label": "Grooming",
|
||||
"strings": {
|
||||
"options": {
|
||||
"classic": "Classic",
|
||||
"backcountry": "Backcountry, no grooming",
|
||||
"classic+skating": "Classic and Skating",
|
||||
"scooter": "Scooter/Snowmobile",
|
||||
"skating": "Skating"
|
||||
}
|
||||
}
|
||||
}
|
||||
19
data/fields/piste/type.json
Normal file
19
data/fields/piste/type.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue