Changes between Version 6 and Version 7 of Presets/EnglandWalesRightsOfWay


Ignore:
Timestamp:
2012-01-29T23:28:23+01:00 (13 years ago)
Author:
achadwick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Presets/EnglandWalesRightsOfWay

    v6 v7  
    1515*Change log*
    1616
    17 Trac versions: 0.4 .. unknown
     17Track versions 0.7 .. unknown
     18Uploaded 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.
     22
     23Trac versions: 0.4 .. 0.6
    1824Uploaded 2012-01-28
    1925    Split permissive_path into permissive_{footpath,bridleway}.
     
    2733
    2834These presets should be sufficient for clearly marked footpaths in rural
    29 contexts which may or may not follow farm tracks.
     35contexts which may or may not follow farm tracks, and for pedestrian
     36cut-throughs in towns.
    3037
    3138This doesn't try to impose highway=path everywhere, but is still close in
    32 spirit to the "global tagging scheme" shown on the wiki. I use dedicated
     39spirit to the "global tagging scheme" shown on the wiki. I use dedecated
    3340types where they would make sense, but also mix in highway=track and
    3441highway=unclassified where those are more appropriate for the physical
     
    4047as highway=bridleway or highway=footway, and unless they have the character
    4148of a rough farm track or actually follow a minor road they probably should
    42 be. Almost no marked RoW needs highway=path.
     49be. Almost no marked RoW needs highway=path, the exception being marked
     50permissive paths narrower than a rough farm track where the landowner
     51allows bikes.
    4352
    4453-->
     
    5261      <space/>
    5362
    54       <!-- what makes it a RoW, mandatory -->
     63      <!-- what makes it this kind of RoW, mandatory -->
    5564      <key key="designation" value="public_footpath" />
    5665      <key key="foot" value="designated" />
    57       <key key="horse" value="no" />
    58       <key key="vehicle" value="no" />
    5966
    6067      <!-- physical type or degree of importance, list only isolated types -->
     
    6976      <label text="other presets if the RoW is along a public road, say."/>
    7077      <space/>
     78
     79      <!--
     80        There may be evidence of vehicular or horse rider usage too.
     81        Typically some flavour of private and guessed from tracks.
     82      -->
     83      <combo text="Horse rider access"
     84        key="horse"
     85        values="no,private,permissive" default="no"
     86        required="false" />
     87      <combo text="Vehicular access"
     88        key="vehicle"
     89        values="no,agricultural,forestry,private,permissive" default="no"
     90        required="false" />
     91
    7192      <!-- Optional extras -->
    7293      <optional>
     
    107128      <key key="horse" value="designated" />
    108129      <key key="foot" value="designated" />
    109       <key key="vehicle" value="no" />
    110130      <key key="bicycle" value="yes" />
    111131      <!--
    112         Rationale: hierarchy of preference in routing, hierarchy of provision.
    113         Bridleways are primarily for horse riders, and can be unpleasant to
    114         use by cyclists. They're generally OK for walkers. The Countryside
    115         Act 1968 states that authorities are not required to facilitate their
    116         use by cyclists.
     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.
    117138       -->
    118139
     
    127148      <space/>
    128149
     150      <!--
     151        There may be evidence of vehicular usage too.
     152        Typically some flavour of private and guessed from tracks.
     153      -->
     154      <combo text="Vehicular access"
     155        key="vehicle"
     156        values="no,agricultural,forestry,private,permissive" default="no"
     157        required="false" />
     158
    129159      <!-- Optional extras -->
    130160      <optional>
     
    151181
    152182    <item name="Byway" type="way" icon="arrow_byway.png">
    153       <label text="Byway Open To All Traffic, often marked with red arrows"/>
     183      <label text="Byway Open To All Traffic, or BOAT. Red markers, often."/>
    154184      <label text="These are minor roads which the public have a right to"/>
    155185      <label text="travel on, but which are mainly used like footpaths and"/>
     
    167197      <key key="bicycle" value="designated" />
    168198      <!--
    169         Rationale: there is a hierarchy of preference here when it comes to
    170         routing. Vehicles other than pedal cycles may use them, but should be
    171         routed along designated alternatives ceteris paribus. Conversely
    172         walkers and bicycle and horse riders can be routed preferentially
    173         along them.
     199        Rationale: the Road Traffic Regulation Act 1984, section 15(9)(c)
     200        states that a BOAT is "[...] a highway over which the public have a
     201        right of way [access=yes] for vehicular and all other kinds of traffic
     202        but which is used by the public mainly for the purpose for which
     203        footpaths and bridleways are used [access=designated]". Bicycles were
     204        probably using bridleways commonly by 1984, so they are designated.
    174205      -->
    175206
     
    222253      <key key="vehicle" value="yes"/>
    223254      <key key="bicycle" value="designated"/>
    224       <key key="motor_vehicle" value="no"/>
    225       <!--
    226         Rationale: same as for ordinary Byways, but motor vehicles are
    227         prohibited.
     255      <!--
     256        Rationale: the Countryside and Rights of Way Act 2000, Section 48(4)
     257        actually lists'n'designates specific restricted byway rights:
     258
     259        "(a) a right of way on foot, (b) a right of way on horseback or leading
     260         a horse, and (c) a right of way for vehicles other than mechanically
     261         propelled vehicles"
     262
     263        A quick sampling of some council websites describe them as commonly
     264        unsuitable for motor vehicles. Common enough to be an un-designation.
     265        In practice, this all boils down to being the same as for ordinary
     266        Byways, but motor vehicles are prohibited (save for owner/access uses;
     267        see below).
    228268      -->
    229269
     
    237277      <space />
    238278
     279      <!--
     280        There may be evidence of motor vehicle usage too.
     281        Typically some flavour of private and guessed from tracks.
     282      -->
     283      <combo text="Motor vehicle access"
     284        key="motor_vehicle"
     285        values="no,agricultural,forestry,private,permissive" default="no"
     286        required="false" />
     287
    239288      <optional>
    240289        <combo text="Number of lanes"