Changeset 3609 in josm


Ignore:
Timestamp:
Oct 15, 2010 10:45:29 PM (3 years ago)
Author:
ulfl
Message:

further sync public_transport icons of mappaint and presets

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r3608 r3609  
    15531553    </group> <!-- Bicycle --> 
    15541554    <group name="Public Transport" icon="presets/bus.png"> 
    1555         <item name="Station" name_context="railway" icon="presets/station.png" type="node,closedway"> 
     1555        <item name="Station" name_context="railway" icon="styles/standard/transport/railway_station.png" type="node,closedway"> 
    15561556            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=station" 
    15571557                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=station" /> 
     
    16151615            </optional> 
    16161616        </item> 
    1617         <item name="Bus Stop" icon="presets/bus_halt.png" type="node"> 
     1617        <item name="Bus Stop" icon="presets/bus_small.png" type="node"> 
    16181618            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_stop" 
    16191619                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop" 
  • trunk/styles/standard/elemstyles.xml

    r3608 r3609  
    12351235        <rule> 
    12361236                <condition k="railway" v="tram_stop"/> 
    1237                 <icon annotate="true" src="transport/railway_small.png"/> 
     1237                <icon annotate="true" src="transport/tram.png"/> 
    12381238                <scale_min>1</scale_min> 
    12391239                <scale_max>50000</scale_max> 
Note: See TracChangeset for help on using the changeset viewer.