Changes between Version 69 and Version 70 of Styles/Coloured_Streets


Ignore:
Timestamp:
2014-08-20T15:05:32+02:00 (12 years ago)
Author:
Klumbumbus
Comment:

update to 3.32.xx code and wikitext

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v69 v70  
    5454=== Changelog ===
    5555^(Latest change first)^
    56 ==== Version 3.29.xx to 3.30.xx ====
     56==== Version 3.31.xx to 3.32.xx ====
     57* Changed order of housenumber and "street?". Now the number is before "street?". The number is therefore now less often hidden by the outline of the building.
     58==== Version 3.30.xx to 3.31.xx ====
    5759* The dashes of highway=living_street are now hidden, since they were distracting.
    5860==== Version 3.29.xx to 3.30.xx ====
     
    173175{
    174176        title: "Coloured Streets";
    175         version: "3.31.[[revision]]_[[date]]";
     177        version: "3.32.[[revision]]_[[date]]";
    176178        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.";
    177179        icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png";
     
    14181420area[addr:housenumber][!addr:street][!addr:place][prop(isinassociatedstreetrelation)=false]
    14191421{
    1420         text: eval(cond(has_tag_key(name), concat("street? ", tag("addr:housenumber"), " | ", tag("name")),concat("street? ", tag("addr:housenumber"))));
     1422        text: eval(cond(has_tag_key(name), concat(tag("addr:housenumber"), " street?", " | ", tag("name")), concat(tag("addr:housenumber"), " street?")));
    14211423        text-halo-color: red;
    14221424        text-halo-radius: 2;
     
    14331435node[addr:housenumber][!addr:street][!addr:place][prop(isinassociatedstreetrelation)=false]::halo
    14341436{
    1435         text: eval(concat("street? ", tag("addr:housenumber")));
     1437        text: eval(concat(tag("addr:housenumber"), " street?"));
    14361438        font-size: 12;
    14371439        text-color: black;