Changeset 6298 in josm for trunk/data/defaultpresets.xml


Ignore:
Timestamp:
2013-10-06T13:45:13+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9060 - add more toll checks in internal preset (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6297 r6298  
    196196                <text key="maxspeed" text="Max. speed (km/h)" />
    197197                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    198                 <check key="oneway" text="Oneway" default="on" />
    199                 <check key="bridge" text="Bridge" default="off" />
    200                 <check key="tunnel" text="Tunnel" default="off" />
    201                 <check key="cutting" text="Cutting" default="off" />
    202                 <check key="embankment" text="Embankment" default="off" />
    203                 <check key="lit" text="Lit" default="off" />
     198                <checkgroup columns="4">
     199                    <check key="oneway" text="Oneway" default="on" />
     200                    <check key="bridge" text="Bridge" />
     201                    <check key="tunnel" text="Tunnel" />
     202                    <check key="cutting" text="Cutting" />
     203                    <check key="embankment" text="Embankment" />
     204                    <check key="lit" text="Lit" />
     205                    <check key="toll" text="Toll" />
     206                </checkgroup>
    204207            </optional>
    205208        </item>
     
    223226                <text key="maxspeed" text="Max. speed (km/h)" />
    224227                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    225                 <check key="oneway" text="Oneway" default="on" />
    226                 <check key="motorroad" text="Motorroad" default="on" />
    227                 <check key="bridge" text="Bridge" default="off" />
    228                 <check key="tunnel" text="Tunnel" default="off" />
    229                 <check key="cutting" text="Cutting" default="off" />
    230                 <check key="embankment" text="Embankment" default="off" />
    231                 <check key="lit" text="Lit" default="off" />
     228                <checkgroup columns="4">
     229                    <check key="oneway" text="Oneway" default="on" />
     230                    <check key="motorroad" text="Motorroad" default="on" />
     231                    <check key="bridge" text="Bridge" />
     232                    <check key="tunnel" text="Tunnel" />
     233                    <check key="cutting" text="Cutting" />
     234                    <check key="embankment" text="Embankment" />
     235                    <check key="lit" text="Lit" />
     236                    <check key="toll" text="Toll" />
     237                </checkgroup>
    232238            </optional>
    233239        </item>
     
    249255                <text key="maxspeed" text="Max. speed (km/h)" />
    250256                <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,metal,wood,paving_stones,cobblestone,gravel,pebblestone,compacted,grass_paver,grass,sand,ground" />
    251                 <check key="oneway" text="Oneway" default="on" />
    252                 <check key="motorroad" text="Motorroad" default="on" />
    253                 <check key="bridge" text="Bridge" default="off" />
    254                 <check key="tunnel" text="Tunnel" default="off" />
    255                 <check key="cutting" text="Cutting" default="off" />
    256                 <check key="embankment" text="Embankment" default="off" />
    257                 <check key="lit" text="Lit" default="off" />
     257                <checkgroup columns="4">
     258                    <check key="oneway" text="Oneway" default="on" />
     259                    <check key="motorroad" text="Motorroad" default="on" />
     260                    <check key="bridge" text="Bridge" />
     261                    <check key="tunnel" text="Tunnel" />
     262                    <check key="cutting" text="Cutting" />
     263                    <check key="embankment" text="Embankment" />
     264                    <check key="lit" text="Lit" />
     265                    <check key="toll" text="Toll" />
     266                </checkgroup>
    258267            </optional>
    259268        </item>
     
    748757                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    749758                <text key="width" text="Width (meters)" />
     759                <check key="toll" text="Toll" />
    750760            </optional>
    751761        </item>
     
    15671577                <text key="width" text="Width (meters)" />
    15681578                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
     1579                <check key="toll" text="Toll" />
    15691580            </optional>
    15701581        </item>
Note: See TracChangeset for help on using the changeset viewer.