mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
17 lines
650 B
JSON
17 lines
650 B
JSON
{
|
|
"key": "trail_visibility",
|
|
"type": "combo",
|
|
"label": "Trail Visibility",
|
|
"placeholder": "Excellent, Good, Bad...",
|
|
"strings": {
|
|
"options": {
|
|
"excellent": "Excellent: unambiguous path or markers everywhere",
|
|
"good": "Good: markers visible, sometimes require searching",
|
|
"intermediate": "Intermediate: few markers, path mostly visible",
|
|
"bad": "Bad: no markers, path sometimes invisible/pathless",
|
|
"horrible": "Horrible: often pathless, some orientation skills required",
|
|
"no": "No: pathless, excellent orientation skills required"
|
|
}
|
|
}
|
|
}
|