Changeset 7044 in josm for trunk


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)

Location:
trunk/styles/standard
Files:
2 edited

Legend:

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

    r7042 r7044  
    141141    realwidth: 1;
    142142    color: address#1C86EE;
    143     dashes: 1,1;
     143    dashes: 2,2;
    144144}
    145145area[building] {
     
    614614    realwidth: 1;
    615615    color: foot#00ff00;
    616     dashes: 1,1;
     616    dashes: 2,2;
    617617}
    618618node[highway=steps] {
     
    28132813    width: 1;
    28142814    color: aerialway#663300;
    2815     dashes: 1,1;
     2815    dashes: 2,2;
    28162816}
    28172817node[aerialway=goods] {
  • 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.