Changes between Version 103 and Version 104 of Styles/Coloured_Streets


Ignore:
Timestamp:
2016-01-22T20:24:38+01:00 (10 years ago)
Author:
Klumbumbus
Comment:

update to version 3.45 - code and wikitext

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v103 v104  
    3838[http://www.itoworld.com/map/9# ITO maps].
    3939
    40 For the Coloured Streets mappaint style JOSM version 7480 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].
     40For 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].
    4141
    4242Feel free to translate this wiki page into more languages. Already translated languages see top right.
     
    6969== Changelog ==
    7070^(Latest change first)^
     71==== Version 3.44.xx to 3.45.xxx ====
     72* Adjustments due to changes in default style (r9566).
    7173==== Version 3.43.xx to 3.44.xxx ====
    7274* remove warning that JOSM is to old for this style (code no longer supportes by JOSM)
     
    8991* Fix if the style setting ''Less obtrusive node symbols at low zoom'' is disabled in the default style.
    9092==== 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).
    9294* There is a new setting which allows to deactivate the support of associatedStreet relations.
    9395* 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).
     
    225227{
    226228        title: "Coloured Streets";
    227         version: "3.44.[[revision]]_[[date]]";
     229        version: "3.45.[[revision]]_[[date]]";
    228230        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.";
    229231        icon: "http://upload.wikimedia.org/wikipedia/commons/5/5d/IconColouredStreets.svg";
     
    231233        link: "http://josm.openstreetmap.de/wiki/Styles/Coloured_Streets";
    232234        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. */
    235237}
    236238
     
    432434
    433435        /* option to deactivate the paint style of cycleways (lane and track) */
     436@supports (max-josm-version: 9565) {
     437
    434438way.lR[!setting("display_bicycle")]::core_cycleway,
    435439way.tR[!setting("display_bicycle")]::core_cycleway,
     
    439443}
    440444                /* (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_cycleway2
     445way[prop("lL","core_cycleway")][!setting("display_bicycle")]::core_cycleway2,
     446way[prop("tL","core_cycleway")][!setting("display_bicycle")]::core_cycleway2
    443447{
    444448        width: 0;
    445449}
     450}
     451@supports (min-josm-version: 9566) {
     452
     453way.laneRight[!setting("display_bicycle")]::core_cycleway,
     454way.shared_laneRight[!setting("display_bicycle")]::core_cycleway,
     455way.trackRight[!setting("display_bicycle")]::core_cycleway,
     456way[cycleway=opposite][!setting("display_bicycle")]::core_cycleway
     457{
     458        width: 0;
     459}
     460way[prop("laneLeft","core_cycleway")][!setting("display_bicycle")]::core_cycleway2,
     461way[prop("shared_laneLeft","core_cycleway")][!setting("display_bicycle")]::core_cycleway2,
     462way[prop("trackLeft","core_cycleway")][!setting("display_bicycle")]::core_cycleway2
     463{
     464        width: 0;
     465}
     466}
     467
    446468way[!setting("display_bicycle")][name][highway=path][bicycle=designated][foot=designated],
    447469way[!setting("display_bicycle")][name][highway=path][bicycle=official][foot=official],