Changes between Version 3 and Version 4 of Presets/EnglandWalesRightsOfWay


Ignore:
Timestamp:
2012-01-28T18:56:53+01:00 (14 years ago)
Author:
achadwick
Comment:

New version

Legend:

Unmodified
Added
Removed
Modified
  • Presets/EnglandWalesRightsOfWay

    v3 v4  
    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="[[revision]]_[[date]]">
    1111
    1212<!--
    1313Implements http://wiki.openstreetmap.org/wiki/United_Kingdom_Tagging_Guidelines
     14
     15*Change log*
     16
     17Trac versions: 0.4 .. unknown
     18Uploaded 2012-01-28
     19    Split permissive_path into permissive_{footpath,bridleway}.
     20
     21Trac versions: 0.1 .. 0.3
     22Uploaded 2012-01-27
     23    Created and announced.
     24
    1425
    1526*General goals*
     
    252263    </item>
    253264
    254 
    255     <item name="Permissive path" type="way" icon="arrow_permissive_path.png">
    256       <label text="Permissive path. Sometimes waymarked with a white arrow."/>
     265    <item name="Permissive footpath" type="way" icon="arrow_permissive_path.png">
     266      <label text="Permissive path for walkers. Waymarks: white arrows."/>
    257267      <label text="These are paths the landowner has granted permission to"/>
    258268      <label text="use which can be revoked. Syn: permitted/concessionary."/>
     
    262272      <space/>
    263273
    264       <!-- what makes it a RoW, mandatory -->
    265       <key key="designation" value="permissive_path"/>
    266       <!-- this is invented, taken from the Wikipedia name for it -->
    267 
    268       <!-- physical type or degree of importance, list only isolated types -->
    269       <combo key="highway" text="Signs/Physical aspects"
    270         values="footway,path,track,cycleway,unclassified"
    271         display_values="Simple footpath,Multi-use path,Follows rough vehicle track,Marked cycleway,Well-surfaced minor road"
     274      <!-- what makes it list kind of permissive path, mandatory -->
     275      <key key="designation" value="permissive_footpath"/>
     276
     277      <!-- physical type or degree of importance, list only isolated types -->
     278      <combo key="highway" text="Physical aspect"
     279        values="footway,track,cycleway,unclassified"
     280        display_values="Simple footpath,Follows rough vehicle track,Smooth cycleway,Well-surfaced minor road"
    272281        default="footway" delete_if_empty="false" />
    273282      <label text="If you choose the 'minor road' option, please also specify"/>
     
    276285
    277286      <!-- Access -->
    278       <combo text="Foot" key="foot" values="permissive" default="permissive"/>
     287      <key key="foot" value="permissive"/>
     288      <combo text="Horse" key="horse" values="permissive" />
    279289      <combo text="Bicycle" key="bicycle" values="permissive" />
    280       <combo text="Horse" key="horse" values="permissive" />
    281       <label text="At least of the above must be 'permissive' by definition."/>
    282       <label text="Other values are allowed, of course."/>
    283290      <space/>
    284291
     
    307314    </item>
    308315
     316
     317    <item name="Permissive bridleway" type="way" icon="arrow_permissive_path.png">
     318      <label text="Permissive path for horse riders. Waymarks: white arrows."/>
     319      <label text="These are paths the landowner has granted permission to"/>
     320      <label text="use which can be revoked. Syn: permitted/concessionary."/>
     321      <space/>
     322      <label text="Only use if there's unambiguous 'permissive' signage"/>
     323      <label text="or if the source can be used to verify the legal status."/>
     324      <space/>
     325
     326      <!-- what makes it list kind of permissive path, mandatory -->
     327      <key key="designation" value="permissive_bridleway"/>
     328
     329      <!-- physical type or degree of importance, list only isolated types -->
     330      <combo key="highway" text="Physical aspect"
     331        values="bridleway,track,cycleway,unclassified"
     332        display_values="Simple bridleway,Follows rough vehicle track,Smooth cycleway,Well-surfaced minor road"
     333        default="bridleway" delete_if_empty="false" />
     334      <label text="If you choose the 'minor road' option, please also specify"/>
     335      <label text="the number of lanes."/>
     336      <space/>
     337
     338      <!-- Access -->
     339      <key key="horse" value="permissive"/>
     340      <combo text="Foot" key="foot" values="permissive" default="permissive"/>
     341      <combo text="Bicycle" key="bicycle" values="permissive" />
     342      <space/>
     343
     344      <!-- Optional extras -->
     345      <optional>
     346        <combo text="Number of lanes"
     347          key="lanes"
     348          values="1,2" />
     349        <combo key="surface" text="Surface type"
     350          values="paved,unpaved,asphalt,gravel,ground,grass,"
     351          default="" delete_if_empty="true" />
     352        <combo key="lit" text="Lit"
     353          values=",yes,no" display_values="Unknown,Yes,No"
     354          default="" delete_if_empty="true" />
     355        <combo key="tracktype" default="" delete_if_empty="true"
     356          values=",grade1,grade2,grade3,grade4,grade5"
     357          display_values="Unknown,
     358Paved or heavily compacted,
     359Gravel or densely packed,
     360Even mix of hard &amp; soft,
     361Mostly bare; partly solid,
     362Bare ground"
     363          text="Build quality" />
     364      </optional>
     365      <link href="http://wiki.openstreetmap.org/wiki/United_Kingdom_Tagging_Guidelines" />
     366    </item>
     367
     368    <!-- TODO: other permissive types? -->
     369
    309370  </group>
    310371