Changeset 14534 in josm


Ignore:
Timestamp:
2018-12-09T20:03:47+01:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17084 - Add 4wd_only, improve access preset layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r14457 r14534  
    10231023            <label text="Some road types already imply some access restrictions which should not be set again." />
    10241024            <space />
    1025             <check key="oneway" text="Oneway" />
    1026             <check key="toll" text="Toll" />
    1027             <check key="noexit" text="No exit (cul-de-sac)" />
     1025            <checkgroup columns="3" >
     1026                <check key="oneway" text="Oneway" />
     1027                <check key="toll" text="Toll" />
     1028                <check key="noexit" text="No exit (cul-de-sac)" />
     1029            </checkgroup>
     1030            <space />
    10281031            <label text="Transport mode restrictions" />
    1029             <space />
    10301032            <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" />
    10311033            <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
    10321034            <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
     1035            <space />
    10331036            <label text="Vehicles per type" />
    1034             <space />
    10351037            <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
    10361038            <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
     
    10401042            <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
    10411043            <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
     1044            <combo key="4wd_only" text="4WD only" values="yes,recommended,no" match="key" />
     1045            <space />
    10421046            <label text="Vehicles per use" />
    1043             <space />
    10441047            <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" match="key" />
    10451048            <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" match="keyvalue" />
Note: See TracChangeset for help on using the changeset viewer.