Changes between Version 98 and Version 99 of Styles/Coloured_Streets


Ignore:
Timestamp:
2015-04-22T21:34:03+02:00 (10 years ago)
Author:
Klumbumbus
Comment:

update to version 3.42

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v98 v99  
    7070== Changelog ==
    7171^(Latest change first)^
     72==== Version 3.42.xx to 3.43.xx ====
     73* remove address warning for highway=services and highway=rest_area.
    7274==== Version 3.41.xx to 3.42.xx ====
    7375* Fix a graphical glitch with the plus signs which allow to add nodes to ways.
     
    222224{
    223225        title: "Coloured Streets";
    224         version: "3.42.[[revision]]_[[date]]";
     226        version: "3.43.[[revision]]_[[date]]";
    225227        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 7480.";
    226228        icon: "http://upload.wikimedia.org/wikipedia/commons/5/5d/IconColouredStreets.svg";
     
    15721574
    15731575        /* street with addr:*=* */
    1574 way["highway"]["addr:country"],
    1575 way["highway"]["addr:postcode"][!setting("allow_postcode")],
    1576 way["highway"]["addr:city"],
    1577 way["highway"]["addr:street"],
    1578 way["highway"]["addr:place"],
    1579 way["highway"]["addr:housenumber"]
     1576way["highway"][highway!=services][highway!=rest_area]["addr:country"],
     1577way["highway"][highway!=services][highway!=rest_area]["addr:postcode"][!setting("allow_postcode")],
     1578way["highway"][highway!=services][highway!=rest_area]["addr:city"],
     1579way["highway"][highway!=services][highway!=rest_area]["addr:street"],
     1580way["highway"][highway!=services][highway!=rest_area]["addr:place"],
     1581way["highway"][highway!=services][highway!=rest_area]["addr:housenumber"]
    15801582{
    15811583        text: tr("no address!");