Changes between Version 66 and Version 67 of Styles/Coloured_Streets
- Timestamp:
- 2014-08-14T17:18:16+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v66 v67 55 55 ==== Version 3.27.xx to 3.29.xx ==== 56 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).57 * The white color was changed to !#8B864E, so Coloured Streets works now also on white background (e.g. on a cadastral plan with white background). 58 58 ==== Version 3.25.xx to 3.27.xx ==== 59 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] … … 601 601 area["highway"="pedestrian"]["name"][prop(crc)<303]:closed 602 602 { 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;603 color: #8B864E; /* 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: #8B864E; 605 text-halo-color: #8B864E; 606 606 } 607 607 node["addr:street"][prop(crc)<303]::halo, … … 609 609 relation[type="associatedStreet"][prop(crc)<303] > node["addr:housenumber"]::halo 610 610 { 611 symbol-fill-color: # ff8247;612 text-halo-color: # ff8247;611 symbol-fill-color: #8B864E; 612 text-halo-color: #8B864E; 613 613 } 614 614 way["highway"]["name"][prop(crc)<303] 615 615 { 616 color: # ff8247;617 text-halo-color: # ff8247;616 color: #8B864E; 617 text-halo-color: #8B864E; 618 618 } 619 619 /* --------- */
