Changeset 15066 in josm for trunk/styles


Ignore:
Timestamp:
2019-05-10T18:28:51+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17704 - draw man_made=cutline below highway=* in own layer. Adapt color and width.

File:
1 edited

Legend:

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

    r15061 r15066  
    15391539    set icon_z17;
    15401540}
    1541 way[man_made=cutline] {
    1542     width: 2;
    1543     color: cutline#99ff55;
     1541way[man_made=cutline]::man_made_cutline {
     1542    width: 4;
     1543    color: cutline#bbff7c;
     1544    z-index: -2;
     1545    object-z-index: -1; /* below highway=* */
     1546    modifier: false; /* don't draw default way if there is no line on default layer */
    15441547}
    15451548node[man_made=cutline] {
Note: See TracChangeset for help on using the changeset viewer.