Ticket #8596: defaultpresets.xml.bicycle_road_without_check.patch

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

Patch without check box in highway=residential dialog

  • data/defaultpresets.xml

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