Changeset 6225 in josm for trunk


Ignore:
Timestamp:
2013-09-08T23:58:52+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9060 - Add "toll" in Motorway preset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6218 r6225  
    168168                <text key="maxspeed" text="Max. speed (km/h)" />
    169169                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    170                 <check key="oneway" text="Oneway" default="on" />
    171                 <check key="bridge" text="Bridge" default="off" />
    172                 <check key="tunnel" text="Tunnel" default="off" />
    173                 <check key="cutting" text="Cutting" default="off" />
    174                 <check key="embankment" text="Embankment" default="off" />
    175                 <check key="lit" text="Lit" default="off" />
     170                <checkgroup columns="4">
     171                    <check key="oneway" text="Oneway" default="on" />
     172                    <check key="bridge" text="Bridge" default="off" />
     173                    <check key="tunnel" text="Tunnel" default="off" />
     174                    <check key="cutting" text="Cutting" default="off" />
     175                    <check key="embankment" text="Embankment" default="off" />
     176                    <check key="lit" text="Lit" default="off" />
     177                    <check key="toll" text="Toll" default="off"  />
     178                </checkgroup>
    176179            </optional>
    177180        </item>
Note: See TracChangeset for help on using the changeset viewer.