Changeset 3621 in josm for trunk


Ignore:
Timestamp:
2010-10-20T00:21:54+02:00 (14 years ago)
Author:
ulfl
Message:

improve aerialway icons

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r3620 r3621  
    13641364            <text key="name" text="Name" default="" delete_if_empty="true" />
    13651365        </item>
    1366         <item name="Gondola" icon="presets/cable_car.png" type="way">
     1366        <item name="Gondola" icon="presets/gondola.png" type="way">
    13671367            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Piste_Maps#aerialway" />
    13681368            <label text="Edit Gondola" />
     
    13831383            <text key="name" text="Name" default="" delete_if_empty="true" />
    13841384        </item>
    1385         <item name="Goods" name_context="aerialway" icon="presets/empty.png" type="node">
     1385        <item name="Goods" name_context="aerialway" icon="presets/goods.png" type="node">
    13861386            <label text="Edit Goods" text_context="aerialway" />
    13871387            <key key="aerialway" value="goods" />
  • trunk/styles/standard/elemstyles.xml

    r3620 r3621  
    14771477                <condition k="aerialway" v="gondola"/>
    14781478                <line width="1" colour="aerialway#663300" dashed="9"/>
    1479                 <icon annotate="true" src="transport/aerialway/cable_car.png"/>
     1479                <icon annotate="true" src="transport/aerialway/gondola.png"/>
    14801480                <scale_min>1</scale_min>
    14811481                <scale_max>50000</scale_max>
     
    15171517                <condition k="aerialway" v="goods"/>
    15181518                <line width="1" colour="aerialway#663300" dashed="1"/>
    1519                 <icon annotate="true" src="misc/no_icon.png"/>
     1519                <icon annotate="true" src="transport/aerialway/goods.png"/>
    15201520                <scale_min>1</scale_min>
    15211521                <scale_max>50000</scale_max>
Note: See TracChangeset for help on using the changeset viewer.