Changes between Version 66 and Version 67 of Styles/Coloured_Streets


Ignore:
Timestamp:
2014-08-14T17:18:16+02:00 (12 years ago)
Author:
Klumbumbus
Comment:

hotfix. other colour was to similar with another one

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v66 v67  
    5555==== Version 3.27.xx to 3.29.xx ====
    5656* All ways with barrier=* are now diyplayed thinner, not just for selected values like before.
    57 * The white color was changed to #ff8247, so Coloured Streets works now also on white background (e.g. on a cadastral plan with white background).
     57* The white color was changed to !#8B864E, so Coloured Streets works now also on white background (e.g. on a cadastral plan with white background).
    5858==== Version 3.25.xx to 3.27.xx ====
    5959* name:left and name:right on streets are now supported by a coloured casing. [osmwww:way/26366570 Example 1], [osmwww:way/23639836 Example 2]
     
    601601area["highway"="pedestrian"]["name"][prop(crc)<303]:closed
    602602{
    603         color: #ff8247; /* Default value for color is fill-color. Color needs to set nevertheless that pedestrian area multipolygons and areas with "number?" are displayed correctly. */
    604         fill-color: #ff8247;
    605         text-halo-color: #ff8247;
     603        color: #8B864E; /* Default value for color is fill-color. Color needs to set nevertheless that pedestrian area multipolygons and areas with "number?" are displayed correctly. */
     604        fill-color: #8B864E;
     605        text-halo-color: #8B864E;
    606606}
    607607node["addr:street"][prop(crc)<303]::halo,
     
    609609relation[type="associatedStreet"][prop(crc)<303] > node["addr:housenumber"]::halo
    610610{
    611         symbol-fill-color: #ff8247;
    612         text-halo-color: #ff8247;
     611        symbol-fill-color: #8B864E;
     612        text-halo-color: #8B864E;
    613613}
    614614way["highway"]["name"][prop(crc)<303]
    615615{
    616         color: #ff8247;
    617         text-halo-color: #ff8247;
     616        color: #8B864E;
     617        text-halo-color: #8B864E;
    618618}
    619619                /* --------- */