<presets
xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
version="2"
>
<!--
   Refer to these examples for more details:
   http://josm.openstreetmap.de/wiki/TaggingPresets
   http://josm.openstreetmap.de/svn/trunk/data/defaultpresets.xml
-->
<group name="Cycling in Australia" icon="presets/bike.png">

<item name="Routes" icon="presets/bike.png" type="relation">
<label text="Tagging for virtual on and off road cycling routes in Australia"/>
<label text=" "/>
<label text="Fixed Attributes - any existing attributes will be overwritten:"/>
<label text="   route=bicycle"/>
<key key="route" value="bicycle"/>
<label text="   type=route"/>
<key key="type" value="route"/>
<label text=" "/>
<label text="Variable Attributes:"/>
<text key="name" text="   name=*   name of the trail or route" default="" delete_if_empty="true"/>
<text key="alt_name" text="   alt_name=*   any alternative name" default="" delete_if_empty="true"/>
<combo key="network" text="   network=*   scope of the network: regional/local" default="rcn" values="rcn,lcn" delete_if_empty="true" readonly="true"/>
<text key="rcn_ref" text="   rcn_ref=*   number if known, otherwise the name" default="" delete_if_empty="true"/>
<text key="lcn_ref" text="   lcn_ref=*   number if known, otherwise the name" default="" delete_if_empty="true"/>
<link text="More information about this feature" href="http://wiki.openstreetmap.org/wiki/Cycle_routes#Relations"/>
<link text="How do you use this preset?" href="http://josm.openstreetmap.de/wiki/TaggingPresets#Relationpresets"/>
</item>

<separator/>

<item name="Off road" icon="presets/bike.png" type="way">
<label text="Tagging for Off Road cycling paths in Australia"/>
<label text=" "/>
<label text="Fixed Attributes - any existing attributes will be overwritten:"/>
<label text="   bicycle=yes"/>
<key key="bicycle" value="yes"/>
<label text="   cycleway=track"/>
<key key="cycleway" value="track"/>
<label text="   foot=yes"/>
<key key="foot" value="yes"/>
<label text="   highway=cycleway"/>
<key key="highway" value="cycleway"/>
<label text=" "/>
<label text="Optional Attributes:"/>
<combo key="source" text="   source=*   information source" default="" values="Bing,NearMap" delete_if_empty="true" readonly="true"/>
<combo key="surface" text="   surface=*   type of surface" default="" values="paved,unpaved,asphalt,concrete,compacted,dirt" delete_if_empty="true" readonly="true"/>
<combo key="width" text="   width=*   approximate width in metres" default="" values="2.0,2.5,3.0,3.5" delete_if_empty="true" readonly="true"/>
<combo key="bridge" text="   bridge=yes   over a bridge (set the layer as well)" default="" values="yes" delete_if_empty="true" readonly="true"/>
<combo key="tunnel" text="   tunnel=yes   through a tunnel (set the layer as well)" default="" values="yes" delete_if_empty="true" readonly="true"/>
<combo key="layer" text="   layer=*    layer of the bridge or tunnel" default="" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" delete_if_empty="true"/>
<link text="More information about this feature" href="http://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway"/>
</item>

<item name="On road" icon="presets/bike.png" type="way">
<label text="Tagging for On Road cycling lanes in Australia"/>
<label text=" "/>
<label text="Fixed Attributes - any existing attributes will be overwritten:"/>
<label text="   cycleway=lane"/>
<key key="cycleway" value="lane"/>
<label text=" "/>
<label text="Optional Attributes:"/>
<combo key="source" text="   source=*   information source" default="" values="Bing,NearMap" delete_if_empty="true" readonly="true"/>
<link text="More information about this feature" href="http://wiki.openstreetmap.org/wiki/Key:cycleway"/>
</item>

<separator/>

<item name="Melbourne Bike Share" icon="presets/bicycle_rental.png" type="node">
<label text="Add a Melbourne Bike Share docking station, Victoria, Australia"/>
<label text=" "/>
<label text="Fixed Attributes - any existing attributes will be overwritten:"/>
<label text="   amenity=bicycle_rental"/>
<key key="amenity" value="bicycle_rental"/>
<label text="   network=Melbourne Bike Share"/>
<key key="network" value="Melbourne Bike Share"/>
<label text="   operator=RACV"/>
<key key="operator" value="RACV"/>
<label text=" "/>
<label text="Variable Attributes:"/>
<text key="capacity" text="   capacity=*   number of docking stations" default="" delete_if_empty="true" readonly="true"/>
<link text="More information about this feature" href="http://wiki.openstreetmap.org/wiki/Bicycle#Facilities"/>
<link text="Melbourne Bike Share web site" href="http://www.melbournebikeshare.com.au/"/>
</item>

<item name="Parkiteer" icon="presets/bike_parking.png" type="node,closedway">
<label text="Add a Parkiteer cage, Victoria, Australia"/>
<label text=" "/>
<label text="Fixed Attributes - any existing attributes will be overwritten:"/>
<label text="   access=private"/>
<key key="access" value="private"/>
<label text="   amenity=bicycle_parking"/>
<key key="amenity" value="bicycle_parking"/>
<label text="   covered=yes"/>
<key key="covered" value="yes"/>
<label text="   operator=Parkiteer"/>
<key key="operator" value="Parkiteer"/>
<label text=" "/>
<label text="Variable Attributes:"/>
<text key="capacity" text="   capacity=*   number of bicycles" default="26" delete_if_empty="true" readonly="true"/>
<link text="More information about this feature" href="http://wiki.openstreetmap.org/wiki/Bicycle#Facilities"/>
<link text="Parkiteer web site" href="http://www.bv.com.au/bike-parking/42027/"/>
</item>

</group>
</presets>
