Changes between Version 1 and Version 2 of Styles/Fixme


Ignore:
Timestamp:
2012-09-05T21:37:54+02:00 (12 years ago)
Author:
pierzen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Fixme

    v1 v2  
    2121}
    2222
     23/*
     24        The MapCSS layer feature lets surimpose various levels of warning layers. The bottom layers are wider to be seen under other layers.
     25       
     26                Bottom layer, dashed orange : Fixme attribue (ie. objects with a Fixme attribute.
     27                Fixme with Canvec Prefixes (Canada Canvec imports / OSM Comparison)
     28                dashed orange-#CC0033 : Commited – Canvec feature does not match any Osm feature. Missing/Misclassified Osm feature?
     29                dashed orange-green : Omited – Osm feature does not match any Canvec feature. Missing/Misclassified Canvec feature?
     30                dashed orange-blue : Unmatched – OSM and Canvec geometries are significantly different.Geometries need to be fixed?
     31                dashed orange-yellow : Attributed – Osm and Canvec geometries matched but some common attributes differ. Attributes need to be fixed?
     32               
     33                Middle layer, red   : Unnamed roads (ie. Highway with no name attribute).
     34               
     35                Top layer                       : Highway attribute (ie. Primary, Secondary, etc.) Potlatch2 style may be used over this Fixme Style.
     36               
     37*/
     38
    2339canvas {
    2440    background-color: #ffffea;
     
    3652area|z1-12:close,way|z1-12[building]  { color: red; fill-color:red; opacity:1 width: 10;}
    3753
     54/* Fixme Layer, width=30 */
    3855
    3956node["fixme"]
     
    84101
    85102
    86 /* UNNAMED HIGHWAYS RED Background */
     103/* UNNAMED HIGHWAYS RED Layer, width=20 */
    87104
    88105way[highway][!name]::way_unnamed {
     
    97114    z-index: -1; 
    98115}
    99 xway[highway][name]::way_named {
    100     font-family: "DejaVu Sans Bold";
    101     font-size: 16;
    102     text: "name";
    103     linecap: round;
    104     linejoin: round;
    105     text-color: blue;
    106         text-background: white;
    107     text-halo-radius: 1;
    108     text-position: line;
    109     width: 3;
    110     casing-width: 0;
    111     z-index: -1; 
    112 }
     116
    113117}}}