mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
17
data/fields/mtb/scale.json
Normal file
17
data/fields/mtb/scale.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "mtb:scale",
|
||||
"type": "combo",
|
||||
"label": "Mountain Biking Difficulty",
|
||||
"placeholder": "0, 1, 2, 3...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"0": "0: Solid gravel/packed earth, no obstacles, wide curves",
|
||||
"1": "1: Some loose surface, small obstacles, wide curves",
|
||||
"2": "2: Much loose surface, large obstacles, easy hairpins",
|
||||
"3": "3: Slippery surface, large obstacles, tight hairpins",
|
||||
"4": "4: Loose surface or boulders, dangerous hairpins",
|
||||
"5": "5: Maximum difficulty, boulder fields, landslides",
|
||||
"6": "6: Not rideable except by the very best mountain bikers"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
data/fields/mtb/scale/imba.json
Normal file
15
data/fields/mtb/scale/imba.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"key": "mtb:scale:imba",
|
||||
"type": "combo",
|
||||
"label": "IMBA Trail Difficulty",
|
||||
"placeholder": "Easy, Medium, Difficult...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"0": "Easiest (white circle)",
|
||||
"1": "Easy (green circle)",
|
||||
"2": "Medium (blue square)",
|
||||
"3": "Difficult (black diamond)",
|
||||
"4": "Extremely Difficult (double black diamond)"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
data/fields/mtb/scale/uphill.json
Normal file
16
data/fields/mtb/scale/uphill.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "mtb:scale:uphill",
|
||||
"type": "combo",
|
||||
"label": "Mountain Biking Uphill Difficulty",
|
||||
"placeholder": "0, 1, 2, 3...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
|
||||
"1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
|
||||
"2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
|
||||
"3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
|
||||
"4": "4: Avg. incline <30%, poor condition, big rocks/branches",
|
||||
"5": "5: Very steep, bike generally needs to be pushed or carried"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue