Changeset 5420 in josm


Ignore:
Timestamp:
Aug 11, 2012 12:56:33 PM (10 months ago)
Author:
Don-vip
Message:

fix #7926 - Add highway=secondary_link and highway=tertiary_link to presets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r5318 r5420  
    305305            </optional> 
    306306        </item> 
     307        <item name="Secondary Link" icon="presets/way_secondary.png" type="way"> 
     308            <link href="http://wiki.openstreetmap.org/wiki/Link_(highway)" 
     309                  de.href="http://wiki.openstreetmap.org/wiki/DE:Link_(highway)" 
     310                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Link_(highway)" 
     311                  it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)" 
     312                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)" 
     313                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)" 
     314                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/> 
     315            <label text="Edit Secondary Link" /> 
     316            <space /> 
     317            <key key="highway" value="secondary_link" /> 
     318            <optional> 
     319                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> 
     320                <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> 
     321                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 
     322                <text key="maxspeed" text="Max. speed (km/h)" /> 
     323                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 
     324                <check key="oneway" text="Oneway" default="off" /> 
     325                <check key="bridge" text="Bridge" default="off" /> 
     326                <check key="tunnel" text="Tunnel" default="off" /> 
     327                <check key="cutting" text="Cutting" default="off" /> 
     328                <check key="embankment" text="Embankment" default="off" /> 
     329                <check key="lit" text="Lit" default="off" />  
     330            </optional> 
     331        </item> 
    307332        <item name="Tertiary" icon="presets/way_tertiary.png" type="way"> 
    308333            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=tertiary" 
     
    321346            <optional> 
    322347                <text key="name" text="Name" /> 
     348                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> 
     349                <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> 
     350                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> 
     351                <text key="maxspeed" text="Max. speed (km/h)" /> 
     352                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" /> 
     353                <check key="oneway" text="Oneway" default="off" /> 
     354                <check key="bridge" text="Bridge" default="off" /> 
     355                <check key="tunnel" text="Tunnel" default="off" /> 
     356                <check key="cutting" text="Cutting" default="off" /> 
     357                <check key="embankment" text="Embankment" default="off" /> 
     358                <check key="lit" text="Lit" default="off" />  
     359            </optional> 
     360        </item> 
     361        <item name="Tertiary Link" icon="presets/way_tertiary.png" type="way"> 
     362            <link href="http://wiki.openstreetmap.org/wiki/Link_(highway)" 
     363                  de.href="http://wiki.openstreetmap.org/wiki/DE:Link_(highway)" 
     364                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Link_(highway)" 
     365                  it.href="http://wiki.openstreetmap.org/wiki/IT:Link_(highway)" 
     366                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Link_(highway)" 
     367                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Link_(highway)" 
     368                  uk.href="http://wiki.openstreetmap.org/wiki/Uk:Link_(highway)"/> 
     369            <label text="Edit Tertiary Link" /> 
     370            <space /> 
     371            <key key="highway" value="tertiary_link" /> 
     372            <optional> 
    323373                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" /> 
    324374                <combo key="lanes" text="Lanes" values="1,2,3,4,5" /> 
Note: See TracChangeset for help on using the changeset viewer.