Changeset 5343 in josm


Ignore:
Timestamp:
Jul 15, 2012 3:29:27 PM (10 months ago)
Author:
Don-vip
Message:

fix #6458 - display real width for aeroways and waterways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.xml

    r5277 r5343  
    822822        <rule> 
    823823                <condition k="waterway" v="canal"/> 
    824                 <line width="2" colour="water#0000ff"/> 
     824                <line width="2" realwidth="2" colour="water#0000ff"/> 
    825825                <icon annotate="true" src="misc/deprecated.png"/> 
    826826        </rule> 
     
    828828        <rule> 
    829829                <condition k="waterway" v="stream"/> 
    830                 <line width="1" colour="stream#6600cc"/> 
     830                <line width="1" realwidth="1" colour="stream#6600cc"/> 
    831831                <icon annotate="true" src="misc/deprecated.png"/> 
    832832        </rule> 
     
    834834        <rule> 
    835835                <condition k="waterway" v="ditch"/> 
    836                 <line width="1" colour="water#0000ff"/> 
     836                <line width="1" realwidth="1" colour="water#0000ff"/> 
    837837                <icon annotate="true" src="misc/deprecated.png"/> 
    838838        </rule> 
    839839        <rule> 
    840840                <condition k="waterway" v="drain"/> 
    841                 <line width="1" colour="water#0000ff"/> 
     841                <line width="1" realwidth="1" colour="water#0000ff"/> 
    842842                <icon annotate="true" src="misc/deprecated.png"/> 
    843843        </rule> 
     
    10941094        <rule> 
    10951095                <condition k="aeroway" v="runway"/> 
    1096                 <line width="3" colour="aeroway_dark#330000"/> 
     1096                <line width="3" realwidth="10" colour="aeroway_dark#330000"/> 
    10971097                <icon annotate="true" src="transport/airport/runway.png"/> 
    10981098        </rule> 
     
    11001100        <rule> 
    11011101                <condition k="aeroway" v="taxiway"/> 
    1102                 <line width="2" colour="aeroway#660000"/> 
     1102                <line width="2" realwidth="10" colour="aeroway#660000"/> 
    11031103                <icon annotate="true" src="transport/airport/taxiway.png"/> 
    11041104        </rule> 
Note: See TracChangeset for help on using the changeset viewer.