Ignore:
Timestamp:
2011-02-14T16:13:57+01:00 (13 years ago)
Author:
bastiK
Message:

mapcss: minor improvements, fixes #5937 - MapCSS matching of piste:type=downhill, fixes #5938 - matching of relation members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles_nodist/potlatch2/patched/core_pois.css

    r3900 r3902  
    8989/* Addressing */
    9090
    91 node["addr:housenumber"],
    92 node["addr:housename"] { symbol-shape: circle; symbol-size: 8; symbol-fill-color: #B0E0E6; }
    93 node["addr:housenumber"]::hn_casing,
    94 node["addr:housename"]::hn_casing { z-index: -100; symbol-shape: circle; symbol-size: 10; symbol-fill-color: blue; }
    95 way["addr:interpolation"] { color: #B0E0E6; width: 3; dashes: 3,3;}
     91node[addr:housenumber],
     92node[addr:housename] { symbol-shape: circle; symbol-size: 8; symbol-fill-color: #B0E0E6; }
     93node[addr:housenumber]::hn_casing,
     94node[addr:housename]::hn_casing { z-index: -100; symbol-shape: circle; symbol-size: 10; symbol-fill-color: blue; }
     95way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;}
Note: See TracChangeset for help on using the changeset viewer.