Ticket #20444: josm_20444_informal.patch
| File josm_20444_informal.patch, 1.9 KB (added by , 5 years ago) |
|---|
-
resources/data/defaultpresets.xml
53 53 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 54 54 </chunk> 55 55 <chunk id="highway_yesno_incline_oneway_lit_width"> 56 <checkgroup columns="4"> 57 <check key="bridge" text="Bridge" disable_off="true" /> 58 <check key="tunnel" text="Tunnel" disable_off="true" /> 59 <check key="embankment" text="Embankment" disable_off="true" /> 60 <check key="cutting" text="Cutting" disable_off="true" /> 61 </checkgroup> 62 <checkgroup columns="4"> 56 <reference ref="highway_yesno" /> 57 <checkgroup columns="2"> 63 58 <check key="oneway" text="Oneway" /> 64 59 <check key="lit" text="Lit" /> 65 60 </checkgroup> … … 1107 1102 </combo> 1108 1103 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" /> 1109 1104 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" /> 1110 <check key="segregated" text="Segregated" /> 1105 <checkgroup columns="2"> 1106 <check key="segregated" text="Segregated" /> 1107 <check key="informal" text="Informal" disable_off="true" /> 1108 </checkgroup> 1111 1109 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" /> 1112 1110 <reference ref="wheelchair" /> 1113 1111 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
