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


Ignore:
Timestamp:
2019-10-07T00:45:30+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #13015 - add icons to preset <check>s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r15434 r15437  
    24982498            <space />
    24992499            <checkgroup columns="2">
    2500                 <check key="bus" text="Bus" />
    2501                 <check key="highway" value_on="bus_stop" value_off="" text="Bus stop (legacy)" />
    2502                 <check key="tram" text="Tram" />
    2503                 <check key="railway" value_on="tram_stop" value_off="" text="Tram stop (legacy)" />
    2504                 <check key="train" text="Train" />
    2505                 <check key="railway" value_on="halt" value_off="" text="Railway halt (legacy)" />
     2500                <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
     2501                <check key="highway" value_on="bus_stop" value_off="" text="Bus stop (legacy)" icon="presets/transport/bus.svg" />
     2502                <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
     2503                <check key="railway" value_on="tram_stop" value_off="" text="Tram stop (legacy)" icon="presets/transport/railway/tram.svg" />
     2504                <check key="train" text="Train" icon="presets/transport/train.svg" />
     2505                <check key="railway" value_on="halt" value_off="" text="Railway halt (legacy)" icon="presets/transport/train.svg" />
    25062506            </checkgroup>
    2507             <check key="trolleybus" text="Trolleybus" />
    2508             <check key="share_taxi" text="Share taxi" />
    2509             <check key="subway" text="Subway" />
    2510             <check key="light_rail" text="Light Rail" />
    2511             <check key="monorail" text="Monorail" />
    2512             <check key="funicular" text="Funicular" />
    2513             <check key="aerialway" text="Aerialway" />
    2514             <check key="ferry" text="Ferry" />
     2507            <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
     2508            <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
     2509            <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
     2510            <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
     2511            <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
     2512            <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
     2513            <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
     2514            <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
    25152515        </item> <!-- Stop Position -->
    25162516        <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
Note: See TracChangeset for help on using the changeset viewer.