Changeset 14534 in josm
- Timestamp:
- 2018-12-09T20:03:47+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r14457 r14534 1023 1023 <label text="Some road types already imply some access restrictions which should not be set again." /> 1024 1024 <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 /> 1028 1031 <label text="Transport mode restrictions" /> 1029 <space />1030 1032 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" /> 1031 1033 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" /> 1032 1034 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" /> 1035 <space /> 1033 1036 <label text="Vehicles per type" /> 1034 <space />1035 1037 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> 1036 1038 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" /> … … 1040 1042 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" /> 1041 1043 <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 /> 1042 1046 <label text="Vehicles per use" /> 1043 <space />1044 1047 <combo key="agricultural" text="Agricultural" values="yes,official,designated,destination,permissive,private,no" match="key" /> 1045 1048 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" match="keyvalue" />
Note:
See TracChangeset
for help on using the changeset viewer.