Changes between Version 48 and Version 49 of Styles/Coloured_Streets
- Timestamp:
- 2014-05-24T15:11:37+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v48 v49 49 49 === Changelog === 50 50 ^(Latest change first)^ 51 ==== Version 3.20.xx to 3.22.xx ==== 52 * Deactivate the paint style of piste:difficulty from the default josm style elemstyle.mapcss, because it is distracting in Coloured Streets. 51 53 ==== Version 3.11.xx to 3.20.xx ==== 52 54 * The width of streets depends now on the value of highway=* for better orientation. … … 148 150 { 149 151 title: "Coloured Streets"; 150 version: "3.2 0.[[revision]]_[[date]]";152 version: "3.22.[[revision]]_[[date]]"; 151 153 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 6909."; 152 154 icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png"; … … 340 342 } 341 343 344 /* deactivate the paint style of piste:difficulty from the default josm style elemstyle.mapcss, because it is distracting in Coloured Streets */ 345 346 way["piste:difficulty"]::core_piste 347 { 348 width: 0; 349 } 350 351 area["piste:difficulty"]:closed::core_piste 352 { 353 fill-opacity: 1; 354 } 355 342 356 /* ------------------------------------------------------------------------------------------------------------------------ */ 343 357