Changes between Version 9 and Version 10 of Presets/EnglandWalesRightsOfWay


Ignore:
Timestamp:
2024-06-23T13:36:09+02:00 (8 months ago)
Author:
achadwick
Comment:

add icon for bundle as a whole, use combo for bridleway bike access

Legend:

Unmodified
Added
Removed
Modified
  • Presets/EnglandWalesRightsOfWay

    v9 v10  
    88  description="Public rights of way in England and Wales, using the good bits out of the global tagging style while retaining our ancient folkways and customs."
    99  shortdescription="Rights of way in England and Wales"
    10   version="0.[[revision]]_[[date]]">
     10  version="0.[[revision]]_[[date]]"
     11  icon="sign_footpath.svg"
     12>
    1113
    1214<!--
     
    1517*Change log*
    1618
    17 Track versions 0.7 .. unknown
     19Trac version 0.9
     20Uploaded 2024-06-23
     21  Use a combo for bridleway bicycle access.
     22  Use SVG icons, and provide icon for presets as a whole.
     23
     24Trac versions 0.7 .. 0.8
    1825Uploaded 2012-01-29
    19     Don't require certain <access>=no tags.
    20     Allow agricultural/private/forestry etc. access for some traffic.
    21     Better rationales for byways.
     26  Don't require certain <access>=no tags.
     27  Allow agricultural/private/forestry etc. access for some traffic.
     28  Better rationales for byways.
    2229
    2330Trac versions: 0.4 .. 0.6
    2431Uploaded 2012-01-28
    25     Split permissive_path into permissive_{footpath,bridleway}.
     32  Split permissive_path into permissive_{footpath,bridleway}.
    2633
    2734Trac versions: 0.1 .. 0.3
    2835Uploaded 2012-01-27
    29     Created and announced.
     36  Created and announced.
    3037
    3138
     
    5360-->
    5461
    55   <group name="Rights of way" icon="sign_footpath.png">
    56 
    57     <item name="Public footpath" type="way" icon="arrow_public_footpath.png">
     62  <group name="Rights of way" icon="sign_footpath.svg">
     63
     64    <item name="Public footpath"
     65      type="way"
     66      icon="arrow_public_footpath.svg"
     67      preset_name_label="true"
     68    >
    5869      <label text="Public footpath, often waymarked with yellow arrows." />
    5970      <label text="Only use if there's unambiguous 'Public footpath' signage"/>
     
    114125    </item>
    115126
    116     <item name="Public bridleway" type="way" icon="arrow_bridleway.png">
     127    <item name="Public bridleway"
     128      type="way"
     129      icon="arrow_bridleway.svg"
     130      preset_name_label="true"
     131    >
    117132      <label text="Public bridleway, often waymarked in blue."/>
    118133      <label text="These are trails or paths for use by horse riders and"/>
     
    128143      <key key="horse" value="designated" />
    129144      <key key="foot" value="designated" />
     145
     146      <!-- Variable things -->
    130147      <key key="bicycle" value="yes" />
    131       <!--
    132         Rationale: hierarchy of preference in routing, hierarchy of provision,
    133         hierarchy of right of way. Bridleways are primarily for horse riders,
    134         and can be unpleasant to use by cyclists. They're generally OK for
    135         walkers. The Countryside Act 1968 states that authorities are not
    136         required to facilitate their use by cyclists. Cyclists are required to
    137         give way to other users.
    138        -->
     148      <combo
     149        key="bicycle"
     150        text="Bicycle"
     151        values="designated,yes,dismount,discouraged"
     152        editable="true"
     153        default="designated"
     154      />
     155      <label text="Bridleways are legal for use by cyclists, but are not"/>
     156      <label text="legally required to be maintained for their use."/>
     157      <space/>
    139158
    140159      <!-- physical type or degree of importance, list only isolated types -->
     
    179198    </item>
    180199
    181 
    182     <item name="Byway" type="way" icon="arrow_byway.png">
     200    <item name="Byway"
     201      type="way"
     202      icon="arrow_byway.svg"
     203      preset_name_label="true"
     204    >
    183205      <label text="Byway Open To All Traffic, or BOAT. Red markers, often."/>
    184206      <label text="These are minor roads which the public have a right to"/>
     
    237259    </item>
    238260
    239 
    240     <item name="Restricted Byway" type="way" icon="arrow_restricted_byway.png">
     261    <item name="Restricted Byway"
     262      type="way"
     263      icon="arrow_restricted_byway.svg"
     264      preset_name_label="true"
     265    >
    241266      <label text="Restricted Byway, often marked with purple arrows."/>
    242267      <label text="These are minor roads open to non-motorized traffic"/>
     
    309334    </item>
    310335
    311     <item name="Permissive footpath" type="way" icon="arrow_permissive_path.png">
     336    <item name="Permissive footpath"
     337      type="way"
     338      icon="arrow_permissive_path.svg"
     339      preset_name_label="true"
     340    >
    312341      <label text="Permissive path for walkers. Waymarks: white arrows."/>
    313342      <label text="These are paths the landowner has granted permission to"/>
     
    360389    </item>
    361390
    362 
    363     <item name="Permissive bridleway" type="way" icon="arrow_permissive_path.png">
     391    <item name="Permissive bridleway"
     392      type="way"
     393      icon="arrow_permissive_path.svg"
     394      preset_name_label="true"
     395    >
    364396      <label text="Permissive path for horse riders. Waymarks: white arrows."/>
    365397      <label text="These are paths the landowner has granted permission to"/>