Ignore:
Timestamp:
2014-09-15T23:03:34+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10196 - render power=cable in default map style

File:
1 edited

Legend:

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

    r7520 r7540  
    10181018    color: power#eeeeee;
    10191019}
     1020way[power=cable] {
     1021    width: 1;
     1022    color: power#eeeeee;
     1023    dashes: 9,9;
     1024}
    10201025node[power=line],
     1026node[power=cable],
    10211027node[power=minor_line] {
    10221028    icon-image: "misc/deprecated.png";
Note: See TracChangeset for help on using the changeset viewer.