Changes between Version 68 and Version 69 of Styles/Coloured_Streets


Ignore:
Timestamp:
2014-08-18T21:46:06+02:00 (12 years ago)
Author:
Klumbumbus
Comment:

update to 3.31.xx code and wikitext

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v68 v69  
    5454=== Changelog ===
    5555^(Latest change first)^
     56==== Version 3.29.xx to 3.30.xx ====
     57* The dashes of highway=living_street are now hidden, since they were distracting.
    5658==== Version 3.29.xx to 3.30.xx ====
    5759* There is a new setting which allows to deactivate the error message for missing addr:housenumber. If deactivated, the address is diplayed as if it has an house number but with a "?" instead of the number.
     
    171173{
    172174        title: "Coloured Streets";
    173         version: "3.30.[[revision]]_[[date]]";
     175        version: "3.31.[[revision]]_[[date]]";
    174176        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.";
    175177        icon: "http://upload.wikimedia.org/wikipedia/commons/3/3a/ColouredStreetsIcon.png";
     
    345347/* ------------------------------------------------------------------------------------------------------------------------ */
    346348
    347 /* Changes to the JOSM internal mappaint style to fit better together with Coloured Streets */
     349/* Changes to the JOSM internal mappaint style elemstyles.mapcss to fit better together with Coloured Streets; hide distracting features */
    348350        /* tone down landuse fill-color */
    349351area[landuse]
     
    378380}
    379381
    380         /* deactivate the paint style of piste:difficulty from the default josm
    381         style elemstyle.mapcss, because it is distracting in Coloured Streets */
     382        /* deactivate the paint style of piste:difficulty */
    382383way["piste:difficulty"]::core_piste
    383384{
    384385        width: 0;
    385386}
    386 
    387387area["piste:difficulty"]:closed::core_piste
    388388{
     
    390390}
    391391
    392         /* option to deactivate the paint style of cycleways (lane and track) from the default
    393         josm style elemstyle.mapcss, because it can be distracting in Coloured Streets */
     392        /* option to deactivate the paint style of cycleways (lane and track) */
    394393way.lR[prop(show_bicycle, default)=false]::core_cycleway,
    395394way.tR[prop(show_bicycle, default)=false]::core_cycleway,
     
    398397        width: 0;
    399398}
    400 
    401399                /* (grouping the previous and the following block doesn't work correctly, see http://josm.openstreetmap.de/ticket/10106 )*/
    402400way[prop("tL","core_cycleway")][prop(show_bicycle, default)=false]::core_cycleway2,
     
    405403        width: 0;
    406404}
    407 
    408405way[prop(show_bicycle)=false][name][highway=path][bicycle=designated][foot=designated],
    409406way[prop(show_bicycle)=false][name][highway=path][bicycle=official][foot=official],
     
    418415}
    419416
    420         /* make barrier lines thiner, because they can be distracting in Coloured Streets */
     417        /* deactivate the dashes of living streets */
     418way[highway=living_street]
     419{
     420        dashes: none;
     421}
     422
     423        /* make barrier lines thiner */
    421424way[barrier]
    422425{