Changeset 17817 in josm


Ignore:
Timestamp:
2021-04-24T16:23:58+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #20444 - Add informal=yes checkbox to highway=path preset (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r17815 r17817  
    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" />
     
    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" />
Note: See TracChangeset for help on using the changeset viewer.