Ignore:
Timestamp:
2014-05-02T00:52:27+02:00 (10 years ago)
Author:
bastiK
Message:

map style: 1-1 dashed pattern looks like 50% transparent with antialiasing - change to 2-2 pattern (see #9958)

File:
1 edited

Legend:

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

    r7036 r7044  
    585585        <rule>
    586586                <condition k="highway" v="steps"/>
    587                 <line width="1" realwidth="1" dashed="1" colour="foot#00ff00"/>
     587                <line width="1" realwidth="1" dashed="2" colour="foot#00ff00"/>
    588588                <icon annotate="true" src="transport/steps.png"/>
    589589        </rule>
     
    11831183        <rule>
    11841184                <condition k="aerialway" v="goods"/>
    1185                 <line width="1" colour="aerialway#663300" dashed="1"/>
     1185                <line width="1" colour="aerialway#663300" dashed="2"/>
    11861186                <icon annotate="true" src="transport/aerialway/goods.png"/>
    11871187        </rule>
     
    38903890        <rule>
    38913891                <condition k="addr:interpolation" v="all"/>
    3892                 <line width="1" realwidth="1" dashed="1,1" colour="address#1C86EE"/>
     3892                <line width="1" realwidth="1" dashed="2,2" colour="address#1C86EE"/>
    38933893        </rule>
    38943894
    38953895        <rule>
    38963896                <condition k="addr:interpolation" v="alphabetic"/>
    3897                 <line width="1" realwidth="1" dashed="1,1" colour="address#1C86EE"/>
     3897                <line width="1" realwidth="1" dashed="2,2" colour="address#1C86EE"/>
    38983898        </rule>
    38993899
Note: See TracChangeset for help on using the changeset viewer.