Changes between Version 98 and Version 99 of Styles/Coloured_Streets
- Timestamp:
- 2015-04-22T21:34:03+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v98 v99 70 70 == Changelog == 71 71 ^(Latest change first)^ 72 ==== Version 3.42.xx to 3.43.xx ==== 73 * remove address warning for highway=services and highway=rest_area. 72 74 ==== Version 3.41.xx to 3.42.xx ==== 73 75 * Fix a graphical glitch with the plus signs which allow to add nodes to ways. … … 222 224 { 223 225 title: "Coloured Streets"; 224 version: "3.4 2.[[revision]]_[[date]]";226 version: "3.43.[[revision]]_[[date]]"; 225 227 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."; 226 228 icon: "http://upload.wikimedia.org/wikipedia/commons/5/5d/IconColouredStreets.svg"; … … 1572 1574 1573 1575 /* 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"] 1576 way["highway"][highway!=services][highway!=rest_area]["addr:country"], 1577 way["highway"][highway!=services][highway!=rest_area]["addr:postcode"][!setting("allow_postcode")], 1578 way["highway"][highway!=services][highway!=rest_area]["addr:city"], 1579 way["highway"][highway!=services][highway!=rest_area]["addr:street"], 1580 way["highway"][highway!=services][highway!=rest_area]["addr:place"], 1581 way["highway"][highway!=services][highway!=rest_area]["addr:housenumber"] 1580 1582 { 1581 1583 text: tr("no address!");