| 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 | |