Changes between Version 65 and Version 66 of Styles/Coloured_Streets


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

update to 3.29.xx code and wikitext

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v65 v66  
    5353=== Changelog ===
    5454^(Latest change first)^
     55==== Version 3.27.xx to 3.29.xx ====
     56* 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).
    5558==== Version 3.25.xx to 3.27.xx ====
    5659* name:left and name:right on streets are now supported by a coloured casing. [osmwww:way/26366570 Example 1], [osmwww:way/23639836 Example 2]
     
    165168{
    166169        title: "Coloured Streets";
    167         version: "3.27.[[revision]]_[[date]]";
     170        version: "3.29.[[revision]]_[[date]]";
    168171        description: "Colouring of buildings, address nodes and streets with the same street name in the same colour. Makes working with addresses a lot easier. Check out the linked page to read how to change some settings of this mappaint style. Min. JOSM version is 7287.";
    169172        icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png";
     
    411414
    412415        /* make barrier lines thiner, because they can be distracting in Coloured Streets */
    413 way[barrier=hedge],
    414 way[barrier=fence],
    415 way[barrier=wall],
    416 way[barrier=guard_rail],
    417 way[barrier=city_wall],
    418 way[barrier=retaining_wall],
    419 way[barrier=block],
    420 way[barrier=bollard]
     416way[barrier]
    421417{
    422418        width: 1.5;
     
    605601area["highway"="pedestrian"]["name"][prop(crc)<303]:closed
    606602{
    607         color: #ffffff; /* Default value for color is fill-color. Color needs to set nevertheless that pedestrian area multipolygons and areas with "number?" are displayed correctly. */
    608         fill-color: #ffffff;
    609         text-halo-color: #ffffff;
     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;
    610606}
    611607node["addr:street"][prop(crc)<303]::halo,
     
    613609relation[type="associatedStreet"][prop(crc)<303] > node["addr:housenumber"]::halo
    614610{
    615         symbol-fill-color: #ffffff;
    616         text-halo-color: #ffffff;
     611        symbol-fill-color: #ff8247;
     612        text-halo-color: #ff8247;
    617613}
    618614way["highway"]["name"][prop(crc)<303]
    619615{
    620         color: #ffffff;
    621         text-halo-color: #ffffff;
     616        color: #ff8247;
     617        text-halo-color: #ff8247;
    622618}
    623619                /* --------- */