Changes between Version 65 and Version 66 of Styles/Coloured_Streets
- Timestamp:
- 2014-08-14T17:00:47+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v65 v66 53 53 === Changelog === 54 54 ^(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). 55 58 ==== Version 3.25.xx to 3.27.xx ==== 56 59 * name:left and name:right on streets are now supported by a coloured casing. [osmwww:way/26366570 Example 1], [osmwww:way/23639836 Example 2] … … 165 168 { 166 169 title: "Coloured Streets"; 167 version: "3.2 7.[[revision]]_[[date]]";170 version: "3.29.[[revision]]_[[date]]"; 168 171 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."; 169 172 icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png"; … … 411 414 412 415 /* 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] 416 way[barrier] 421 417 { 422 418 width: 1.5; … … 605 601 area["highway"="pedestrian"]["name"][prop(crc)<303]:closed 606 602 { 607 color: #ff ffff; /* 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: #ff ffff;609 text-halo-color: #ff ffff;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; 610 606 } 611 607 node["addr:street"][prop(crc)<303]::halo, … … 613 609 relation[type="associatedStreet"][prop(crc)<303] > node["addr:housenumber"]::halo 614 610 { 615 symbol-fill-color: #ff ffff;616 text-halo-color: #ff ffff;611 symbol-fill-color: #ff8247; 612 text-halo-color: #ff8247; 617 613 } 618 614 way["highway"]["name"][prop(crc)<303] 619 615 { 620 color: #ff ffff;621 text-halo-color: #ff ffff;616 color: #ff8247; 617 text-halo-color: #ff8247; 622 618 } 623 619 /* --------- */
