Changeset 6159 in josm


Ignore:
Timestamp:
2013-08-20T11:22:48+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #8596 - Add bicycle_road to presets (patch by skyper)

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6157 r6159  
    464464            </optional>
    465465        </item>
     466        <item name="Bicycle Road" icon="presets/bicycle_road.svg" type="way">
     467            <link href="http://wiki.openstreetmap.org/wiki/Key:bicycle_road"
     468                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:bicycle_road" />
     469            <label text="Edit Bicycle Road" />
     470            <space />
     471            <key key="bicycle_road" value="yes" />
     472            <key key="bicycle" value="designated" />
     473            <combo key="highway" text="Highway type" values_context="Highway" values="residential,service,unclassified,path,cycleway" default="residential" />
     474            <text key="name" text="Name" />
     475            <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
     476            <text key="maxspeed" text="Max. speed (km/h)" default="30"/>
     477            <optional>
     478                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
     479                <combo key="lanes" text="Lanes" values="1,2,3,4,5" />
     480                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
     481                <check key="oneway" text="Oneway" default="off" />
     482                <check key="oneway:bicycle" text="Oneway for bicycle" default="off" />
     483                <check key="bridge" text="Bridge" default="off" />
     484                <check key="tunnel" text="Tunnel" default="off" />
     485                <check key="cutting" text="Cutting" default="off" />
     486                <check key="embankment" text="Embankment" default="off" />
     487                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     488                <check key="lit" text="Lit" default="off" />
     489                <text key="width" text="Width (meters)" />
     490            </optional>
     491        </item>
    466492        <item name="Living Street" icon="presets/living_street.png" type="way,closedway">
    467493            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=living_street"
Note: See TracChangeset for help on using the changeset viewer.