Changeset 5280 in josm for trunk/data


Ignore:
Timestamp:
2012-06-16T19:01:00+02:00 (12 years ago)
Author:
bastiK
Message:

applied #7785 - add surface field to high-level road input form (patch by iav)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r5276 r5280  
    133133                <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="2" />
    134134                <text key="maxspeed" text="Max. speed (km/h)" />
     135                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    135136                <check key="oneway" text="Oneway" default="on" />
    136137                <check key="bridge" text="Bridge" default="off" />
     
    158159                <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="2" />
    159160                <text key="maxspeed" text="Max. speed (km/h)" />
     161                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    160162                <check key="oneway" text="Oneway" default="on" />
    161163                <check key="bridge" text="Bridge" default="off" />
     
    184186                <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="2" />
    185187                <text key="maxspeed" text="Max. speed (km/h)" />
     188                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    186189                <check key="oneway" text="Oneway" default="on" />
    187190                <check key="motorroad" text="Motorroad" default="on" />
     
    209212                <combo key="lanes" text="Lanes" values="1,2,3,4,5" default="1" />
    210213                <text key="maxspeed" text="Max. speed (km/h)" />
     214                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    211215                <check key="oneway" text="Oneway" default="on" />
    212216                <check key="motorroad" text="Motorroad" default="on" />
     
    237241                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    238242                <text key="maxspeed" text="Max. speed (km/h)" />
     243                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    239244                <check key="oneway" text="Oneway" default="off" />
    240245                <check key="motorroad" text="Motorroad" default="off" />
     
    262267                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    263268                <text key="maxspeed" text="Max. speed (km/h)" />
     269                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    264270                <check key="oneway" text="Oneway" default="off" />
    265271                <check key="motorroad" text="Motorroad" default="off" />
     
    290296                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    291297                <text key="maxspeed" text="Max. speed (km/h)" />
     298                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    292299                <check key="oneway" text="Oneway" default="off" />
    293300                <check key="bridge" text="Bridge" default="off" />
     
    318325                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    319326                <text key="maxspeed" text="Max. speed (km/h)" />
     327                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    320328                <check key="oneway" text="Oneway" default="off" />
    321329                <check key="bridge" text="Bridge" default="off" />
Note: See TracChangeset for help on using the changeset viewer.