Ticket #8596: defaultpresets.xml.bicycle_road.patch

File defaultpresets.xml.bicycle_road.patch, 2.4 KB (added by skyper, 12 years ago)

patch

  • data/defaultpresets.xml

     
    447447                <check key="tunnel" text="Tunnel" default="off" />
    448448                <check key="cutting" text="Cutting" default="off" />
    449449                <check key="embankment" text="Embankment" default="off" />
     450                <check key="bicycle_road" text="Bicycle Road" default="off" />
     451                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     452                <check key="lit" text="Lit" default="off" />
     453                <text key="width" text="Width (meters)" />
     454            </optional>
     455        </item>
     456        <item name="Bicycle Road" icon="presets/bicycle_road_sign_icon.svg" type="way">
     457            <link href="http://wiki.openstreetmap.org/wiki/Key:bicycle_road"
     458                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bicycle_road" />
     459            <label text="Edit Bicycle Road" />
     460            <space />
     461            <key key="bicycle_road" value="yes" />
     462            <combo key="highway" text="Highway type" values_context="Highway" values="residential,unclassified,service" default="residential" />
     463            <text key="name" text="Name" />
     464            <optional>
     465                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
     466                <combo key="lanes" text="Lanes" values="1,2,3,4,5" />
     467                <text key="maxspeed" text="Max. speed (km/h)" />
     468                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     469                <check key="oneway" text="Oneway" default="off" />
     470                <combo key="oneway:bicycle" text="Oneway for bicycle" values="yes,no" editable="false" />
     471                <check key="bridge" text="Bridge" default="off" />
     472                <check key="tunnel" text="Tunnel" default="off" />
     473                <check key="cutting" text="Cutting" default="off" />
     474                <check key="embankment" text="Embankment" default="off" />
    450475                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    451476                <check key="lit" text="Lit" default="off" />
    452477                <text key="width" text="Width (meters)" />