Changes between Version 103 and Version 104 of Styles/Coloured_Streets
- Timestamp:
- 2016-01-22T20:24:38+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v103 v104 38 38 [http://www.itoworld.com/map/9# ITO maps]. 39 39 40 For the Coloured Streets mappaint style JOSM version 7480or newer is required. For '''ideas/questions/bugs/suggestions''' or similar please write a message to the current editor [osmwww:user/Klumbumbus Klumbumbus] and/or the former editor [osmwww:user/geozeisig geozeisig].40 For the Coloured Streets mappaint style JOSM version 8087 or newer is required. For '''ideas/questions/bugs/suggestions''' or similar please write a message to the current editor [osmwww:user/Klumbumbus Klumbumbus] and/or the former editor [osmwww:user/geozeisig geozeisig]. 41 41 42 42 Feel free to translate this wiki page into more languages. Already translated languages see top right. … … 69 69 == Changelog == 70 70 ^(Latest change first)^ 71 ==== Version 3.44.xx to 3.45.xxx ==== 72 * Adjustments due to changes in default style (r9566). 71 73 ==== Version 3.43.xx to 3.44.xxx ==== 72 74 * remove warning that JOSM is to old for this style (code no longer supportes by JOSM) … … 89 91 * Fix if the style setting ''Less obtrusive node symbols at low zoom'' is disabled in the default style. 90 92 ==== Version 3.33.xx to 3.35.xx ==== 91 * Adjustments due to changes in default style(#10363, ticket:10043#comment:31). 93 * Adjustments due to changes in default style (#10363, ticket:10043#comment:31). 92 94 * There is a new setting which allows to deactivate the support of associatedStreet relations. 93 95 * Coloured Streets uses now the new way to handle user settings (#10421) which is much more user friedly than before (including faster to change, the map updates automatically and a proper label). … … 225 227 { 226 228 title: "Coloured Streets"; 227 version: "3.4 4.[[revision]]_[[date]]";229 version: "3.45.[[revision]]_[[date]]"; 228 230 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."; 229 231 icon: "http://upload.wikimedia.org/wikipedia/commons/5/5d/IconColouredStreets.svg"; … … 231 233 link: "http://josm.openstreetmap.de/wiki/Styles/Coloured_Streets"; 232 234 watch-modified: true; 233 min-josm-version: " 7480";234 /* This mapcss mappaint style was created for JOSM 7480. I try to support future versions of JOSM and its internal default mappaint style as long as possible. */235 min-josm-version: "8087"; 236 /* This mapcss mappaint style was created for JOSM 8087. I try to support future versions of JOSM and its internal default mappaint style as long as possible. */ 235 237 } 236 238 … … 432 434 433 435 /* option to deactivate the paint style of cycleways (lane and track) */ 436 @supports (max-josm-version: 9565) { 437 434 438 way.lR[!setting("display_bicycle")]::core_cycleway, 435 439 way.tR[!setting("display_bicycle")]::core_cycleway, … … 439 443 } 440 444 /* (grouping the previous and the following block doesn't work correctly, see http://josm.openstreetmap.de/ticket/10106 )*/ 441 way[prop(" tL","core_cycleway")][!setting("display_bicycle")]::core_cycleway2,442 way[prop(" lL","core_cycleway")][!setting("display_bicycle")]::core_cycleway2445 way[prop("lL","core_cycleway")][!setting("display_bicycle")]::core_cycleway2, 446 way[prop("tL","core_cycleway")][!setting("display_bicycle")]::core_cycleway2 443 447 { 444 448 width: 0; 445 449 } 450 } 451 @supports (min-josm-version: 9566) { 452 453 way.laneRight[!setting("display_bicycle")]::core_cycleway, 454 way.shared_laneRight[!setting("display_bicycle")]::core_cycleway, 455 way.trackRight[!setting("display_bicycle")]::core_cycleway, 456 way[cycleway=opposite][!setting("display_bicycle")]::core_cycleway 457 { 458 width: 0; 459 } 460 way[prop("laneLeft","core_cycleway")][!setting("display_bicycle")]::core_cycleway2, 461 way[prop("shared_laneLeft","core_cycleway")][!setting("display_bicycle")]::core_cycleway2, 462 way[prop("trackLeft","core_cycleway")][!setting("display_bicycle")]::core_cycleway2 463 { 464 width: 0; 465 } 466 } 467 446 468 way[!setting("display_bicycle")][name][highway=path][bicycle=designated][foot=designated], 447 469 way[!setting("display_bicycle")][name][highway=path][bicycle=official][foot=official],
