Changes between Version 6 and Version 7 of Presets/EnglandWalesRightsOfWay
- Timestamp:
- 2012-01-29T23:28:23+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/EnglandWalesRightsOfWay
v6 v7 15 15 *Change log* 16 16 17 Trac versions: 0.4 .. unknown 17 Track versions 0.7 .. unknown 18 Uploaded 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 23 Trac versions: 0.4 .. 0.6 18 24 Uploaded 2012-01-28 19 25 Split permissive_path into permissive_{footpath,bridleway}. … … 27 33 28 34 These presets should be sufficient for clearly marked footpaths in rural 29 contexts which may or may not follow farm tracks. 35 contexts which may or may not follow farm tracks, and for pedestrian 36 cut-throughs in towns. 30 37 31 38 This 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 ded icated39 spirit to the "global tagging scheme" shown on the wiki. I use dedecated 33 40 types where they would make sense, but also mix in highway=track and 34 41 highway=unclassified where those are more appropriate for the physical … … 40 47 as highway=bridleway or highway=footway, and unless they have the character 41 48 of a rough farm track or actually follow a minor road they probably should 42 be. Almost no marked RoW needs highway=path. 49 be. Almost no marked RoW needs highway=path, the exception being marked 50 permissive paths narrower than a rough farm track where the landowner 51 allows bikes. 43 52 44 53 --> … … 52 61 <space/> 53 62 54 <!-- what makes it aRoW, mandatory -->63 <!-- what makes it this kind of RoW, mandatory --> 55 64 <key key="designation" value="public_footpath" /> 56 65 <key key="foot" value="designated" /> 57 <key key="horse" value="no" />58 <key key="vehicle" value="no" />59 66 60 67 <!-- physical type or degree of importance, list only isolated types --> … … 69 76 <label text="other presets if the RoW is along a public road, say."/> 70 77 <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 71 92 <!-- Optional extras --> 72 93 <optional> … … 107 128 <key key="horse" value="designated" /> 108 129 <key key="foot" value="designated" /> 109 <key key="vehicle" value="no" />110 130 <key key="bicycle" value="yes" /> 111 131 <!-- 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. 117 138 --> 118 139 … … 127 148 <space/> 128 149 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 129 159 <!-- Optional extras --> 130 160 <optional> … … 151 181 152 182 <item name="Byway" type="way" icon="arrow_byway.png"> 153 <label text="Byway Open To All Traffic, o ften marked with red arrows"/>183 <label text="Byway Open To All Traffic, or BOAT. Red markers, often."/> 154 184 <label text="These are minor roads which the public have a right to"/> 155 185 <label text="travel on, but which are mainly used like footpaths and"/> … … 167 197 <key key="bicycle" value="designated" /> 168 198 <!-- 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. 174 205 --> 175 206 … … 222 253 <key key="vehicle" value="yes"/> 223 254 <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). 228 268 --> 229 269 … … 237 277 <space /> 238 278 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 239 288 <optional> 240 289 <combo text="Number of lanes"