Ticket #8596: defaultpresets.xml.bicycle_road_final.patch

File defaultpresets.xml.bicycle_road_final.patch, 2.2 KB (added by skyper, 12 years ago)

final patch

  • data/defaultpresets.xml

     
    458458                <text key="width" text="Width (meters)" />
    459459            </optional>
    460460        </item>
     461        <item name="Bicycle Road" icon="presets/bicycle_road_sign_icon.svg" type="way">
     462            <link href="http://wiki.openstreetmap.org/wiki/Key:bicycle_road"
     463                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bicycle_road" />
     464            <label text="Edit Bicycle Road" />
     465            <space />
     466            <key key="bicycle_road" value="yes" />
     467            <combo key="highway" text="Highway type" values_context="Highway" values="residential,unclassified,service" default="residential" />
     468            <text key="name" text="Name" />
     469            <optional>
     470                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
     471                <combo key="lanes" text="Lanes" values="1,2,3,4,5" />
     472                <text key="maxspeed" text="Max. speed (km/h)" />
     473                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     474                <check key="oneway" text="Oneway" default="off" />
     475                <check key="oneway:bicycle" text="Oneway for bicycle" default="off" />
     476                <check key="bridge" text="Bridge" default="off" />
     477                <check key="tunnel" text="Tunnel" default="off" />
     478                <check key="cutting" text="Cutting" default="off" />
     479                <check key="embankment" text="Embankment" default="off" />
     480                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     481                <check key="lit" text="Lit" default="off" />
     482                <text key="width" text="Width (meters)" />
     483            </optional>
     484        </item>
    461485        <item name="Living Street" icon="presets/living_street.png" type="way">
    462486            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=living_street"
    463487                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=living_street"