Changeset 3498 in josm


Ignore:
Timestamp:
2010-08-30T09:54:57+02:00 (14 years ago)
Author:
ulfl
Message:

fix #5285: add the remaining icons listed in the attachment to the presets
add aerialway=goods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r3497 r3498  
    939939            <check key="bicycle" text="Bicycle" default="off" delete_if_empty="true" />
    940940        </item> <!-- turnstile -->
    941         <item name="Sally Port" icon="presets/empty.png" type="node">
     941        <item name="Sally Port" icon="styles/standard/vehicle/sally_port.png" type="node">
    942942            <label text="Edit Sally Port" />
    943943            <space />
     
    10861086            <text key="name" text="Name" default="" delete_if_empty="true" />
    10871087        </item>
    1088         <item name="Beach" icon="presets/empty.png" type="node,closedway,relation">
     1088        <item name="Beach" icon="styles/standard/rendering/beach.png" type="node,closedway,relation">
    10891089            <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=beach" />
    10901090            <label text="Edit Beach" />
     
    13411341            <label text="Edit Pylon" text_context="aerialway" />
    13421342            <key key="aerialway" value="pylon" />
     1343            <text key="name" text="Name" default="" delete_if_empty="true" />
     1344        </item>
     1345        <item name="Goods" name_context="aerialway" icon="presets/empty.png" type="node">
     1346            <label text="Edit Goods" text_context="aerialway" />
     1347            <key key="aerialway" value="goods" />
    13431348            <text key="name" text="Name" default="" delete_if_empty="true" />
    13441349        </item>
     
    26712676            <text key="name" text="Name" default="" delete_if_empty="true" />
    26722677        </item>
    2673         <item name="Beacon" icon="presets/empty.png" type="node">
     2678        <item name="Beacon" icon="styles/standard/misc/landmark/beacon.png" type="node">
    26742679            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=beacon" />
    26752680            <label text="Edit Beacon" />
     
    33033308            <combo key="wood" text="Type" values="coniferous,deciduous,mixed" default="" delete_if_empty="true" />
    33043309        </item>
    3305         <item name="Nature Reserve" icon="presets/empty.png" type="node,closedway,relation">
     3310        <item name="Nature Reserve" icon="styles/standard/leisure/nature_reserve.png" type="node,closedway,relation">
    33063311            <label text="Edit Nature Reserve" />
    33073312            <key key="leisure" value="nature_reserve" />
Note: See TracChangeset for help on using the changeset viewer.