Changeset 15198 in josm for trunk/styles/standard


Ignore:
Timestamp:
2019-07-01T18:36:07+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17741 - draw man_made=dyke below highway=* in own layer

File:
1 edited

Legend:

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

    r15197 r15198  
    14121412    color: manmade#d8d8d8;
    14131413}
    1414 way[man_made=dyke] {
    1415     width: 2;
     1414way[man_made=dyke]::man_made_dyke {
     1415    width: 4;
    14161416    color: dyke#0aa846;
     1417    z-index: -2;
     1418    object-z-index: -1; /* below highway=* */
     1419    modifier: false; /* don't draw default way if there is no line on default layer */
    14171420}
    14181421node[man_made=lighthouse] {
Note: See TracChangeset for help on using the changeset viewer.