Changeset 7271 in josm for trunk/styles


Ignore:
Timestamp:
2014-06-25T21:02:07+02:00 (10 years ago)
Author:
bastiK
Message:

applied #10194 - Adjust display of bridge, tunnel, motorroad, tiger, cycleway track lane (patch by Klumbumbus)

File:
1 edited

Legend:

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

    r7261 r7271  
    8383way[bridge=trestle]::core_bridge,
    8484way[bridge=aqueduct]::core_bridge {
    85     object-z-index: 1;
     85    major-z-index: 2.1;
     86    object-z-index: -1;
    8687    width: +4;
    87     color: bridge#000080;
    88     opacity: 0.5;
     88    color: bridge#0000FF;
     89    opacity: 0.9;
    8990}
    9091way[tunnel][!tunnel?!]::core_tunnel {
     92    major-z-index: 2.1;
    9193    object-z-index: -1;
    9294    width: +5;
    9395    color: tunnel#964B00;
    94     opacity: 0.7;
     96    opacity: 0.9;
    9597}
    9698node[oneway],
     
    349351/* special display of unreviewed tiger data (USA) */
    350352way["tiger:reviewed"=no]::core_tiger {
    351     z-index: -1;
    352     width: 10;
     353    major-z-index: -10;
     354    width: 11;
    353355    color: tiger_data#808000;
    354356    opacity: 0.6;
     
    458460
    459461way[motorroad?]::core_motorroad {
     462    major-z-index: 2.1;
    460463    z-index: -1;
    461464    width: +4;
    462     color: motorroad#0000c0;
     465    color: motorroad#3377ff;
    463466}
    464467way[highway=motorway] {
     
    900903    width: 2;
    901904    color: bicycle#b100ff;
    902     dashes: 25, 6;
     905    dashes: 25, 8;
    903906    offset: 0 - (prop("width", "default") / 2) - 2;
    904907    major-z-index: 2.1;
     
    908911    width: 2;
    909912    color: bicycle#b100ff;
    910     dashes: 25, 6;
     913    dashes: 25, 8;
    911914    offset: (prop("width", "default") / 2) + 2;
    912915    major-z-index: 2.1;
Note: See TracChangeset for help on using the changeset viewer.