Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update defaultpresets.xml to have a better descriptions of trail_visibility #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion resources/data/defaultpresets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,14 @@
</combo>
<combo key="mtb:scale" text="MTB Scale" values="0-,0,0+,1-,1,1+,2-,2,2+,3-,3,3+,4-,4,4+,5-,5,5+,6-,6,6+" values_sort="false" values_no_i18n="true" />
<reference ref="trailblazed" />
<combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
<combo key="trail_visibility" text="Visibility" values_searchable="true" values_context="trail_visibility" values_sort="false">
<list_entry value="excellent" display_value="Always clearly visible trail" short_description="Unambiguous path or markers everywhere" />
<list_entry value="good" display_value="Always visible trail" short_description="Path or next marker always visible, but sometimes has to be searched for" />
<list_entry value="intermediate" display_value="Mostly visible trail" short_description="Path (or markers) mostly visible" />
<list_entry value="bad" display_value="Sometimes invisible trail" short_description="Path (or markers) sometimes invisible/absent, route partly pathless" />
<list_entry value="horrible" display_value="Often invisible trail" short_description="Often pathless without visible markers" />
<list_entry value="no" display_value="Mostly or wholly invisible trail" short_description="Mostly pathless or no markers" />
</combo>
<checkgroup columns="2">
<check key="segregated" text="Segregated" />
<check key="informal" text="Informal" />
Expand Down