Changeset 13125 in josm


Ignore:
Timestamp:
2017-11-18T13:39:29+01:00 (6 years ago)
Author:
Klumbumbus
Message:

see #15483 - improve mappaint by layering highways (patch by naoliv)

File:
1 edited

Legend:

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

    r13091 r13125  
    481481way[highway=motorway] {
    482482    width: 3;
     483    z-index: 0.13; /* #15483 */
    483484    color: motorway#809bc0;
    484485}
    485486way[highway=motorway_link] {
    486487    width: 3;
     488    z-index: 0.12;
    487489    color: motorway#809bc0;
    488490}
    489491way[highway=trunk] {
    490492    width: 3;
     493    z-index: 0.11;
    491494    color: trunk#7fc97f;
    492495}
    493496way[highway=trunk_link] {
    494497    width: 3;
     498    z-index: 0.10;
    495499    color: trunk#7fc97f;
    496500}
    497501way[highway=primary] {
    498502    width: 3;
     503    z-index: 0.09;
    499504    color: primary#fb805f;
    500505}
    501506way[highway=primary_link] {
    502507    width: 3;
     508    z-index: 0.08;
    503509    color: primary#fb805f;
    504510}
    505511way[highway=secondary] {
    506512    width: 3;
     513    z-index: 0.07;
    507514    color: secondary#fdbf6f;
    508515}
    509516way[highway=secondary_link] {
    510517    width: 3;
     518    z-index: 0.06;
    511519    color: secondary#fdbf6f;
    512520}
    513521way[highway=tertiary] {
    514522    width: 2;
     523    z-index: 0.05;
    515524    color: tertiary#f7f496;
    516525}
    517526way[highway=tertiary_link] {
    518527    width: 2;
     528    z-index: 0.04;
    519529    color: tertiary#f7f496;
    520530}
    521531way[highway=unclassified] {
    522532    width: 2;
     533    z-index: 0.03;
    523534    color: street#c0c0c0;
    524535}
     
    543554way[highway=residential] {
    544555    width: 2;
     556    z-index: 0.02;
    545557    color: street#c0c0c0;
    546558}
    547559way[highway=living_street] {
    548560    width: 2;
     561    z-index: 0.01;
    549562    dashes: 9,9;
    550563    dashes-background-color: livingdashed#00ff00;
Note: See TracChangeset for help on using the changeset viewer.