Ticket #20444: josm_20444_informal.patch

File josm_20444_informal.patch, 1.9 KB (added by skyper, 5 years ago)

patch adding a check

  • resources/data/defaultpresets.xml

     
    5353        <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    5454    </chunk>
    5555    <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">
    6358            <check key="oneway" text="Oneway" />
    6459            <check key="lit" text="Lit" />
    6560        </checkgroup>
     
    11071102                </combo>
    11081103                <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
    11091104                <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>
    11111109                <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
    11121110                <reference ref="wheelchair" />
    11131111                <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />