Changes between Version 9 and Version 10 of Presets/EnglandWalesRightsOfWay
- Timestamp:
- 2024-06-23T13:36:09+02:00 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/EnglandWalesRightsOfWay
v9 v10 8 8 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." 9 9 shortdescription="Rights of way in England and Wales" 10 version="0.[[revision]]_[[date]]"> 10 version="0.[[revision]]_[[date]]" 11 icon="sign_footpath.svg" 12 > 11 13 12 14 <!-- … … 15 17 *Change log* 16 18 17 Track versions 0.7 .. unknown 19 Trac version 0.9 20 Uploaded 2024-06-23 21 Use a combo for bridleway bicycle access. 22 Use SVG icons, and provide icon for presets as a whole. 23 24 Trac versions 0.7 .. 0.8 18 25 Uploaded 2012-01-29 19 20 21 26 Don't require certain <access>=no tags. 27 Allow agricultural/private/forestry etc. access for some traffic. 28 Better rationales for byways. 22 29 23 30 Trac versions: 0.4 .. 0.6 24 31 Uploaded 2012-01-28 25 32 Split permissive_path into permissive_{footpath,bridleway}. 26 33 27 34 Trac versions: 0.1 .. 0.3 28 35 Uploaded 2012-01-27 29 36 Created and announced. 30 37 31 38 … … 53 60 --> 54 61 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 > 58 69 <label text="Public footpath, often waymarked with yellow arrows." /> 59 70 <label text="Only use if there's unambiguous 'Public footpath' signage"/> … … 114 125 </item> 115 126 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 > 117 132 <label text="Public bridleway, often waymarked in blue."/> 118 133 <label text="These are trails or paths for use by horse riders and"/> … … 128 143 <key key="horse" value="designated" /> 129 144 <key key="foot" value="designated" /> 145 146 <!-- Variable things --> 130 147 <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/> 139 158 140 159 <!-- physical type or degree of importance, list only isolated types --> … … 179 198 </item> 180 199 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 > 183 205 <label text="Byway Open To All Traffic, or BOAT. Red markers, often."/> 184 206 <label text="These are minor roads which the public have a right to"/> … … 237 259 </item> 238 260 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 > 241 266 <label text="Restricted Byway, often marked with purple arrows."/> 242 267 <label text="These are minor roads open to non-motorized traffic"/> … … 309 334 </item> 310 335 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 > 312 341 <label text="Permissive path for walkers. Waymarks: white arrows."/> 313 342 <label text="These are paths the landowner has granted permission to"/> … … 360 389 </item> 361 390 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 > 364 396 <label text="Permissive path for horse riders. Waymarks: white arrows."/> 365 397 <label text="These are paths the landowner has granted permission to"/>