Changes between Version 96 and Version 97 of Styles/Coloured_Streets


Ignore:
Timestamp:
2015-03-07T00:24:28+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

update to 3.42.xx code and wikitext fix graphical glitch

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v96 v97  
    7070== Changelog ==
    7171^(Latest change first)^
     72==== Version 3.41.xx to 3.42.xx ====
     73* Fix a graphical glitch with the plus signs which allow to add nodes to ways.
    7274==== Version 3.40.xx to 3.41.xx ====
    7375* Fix size of tagged waynodes at zoomlevel 17
     
    220222{
    221223        title: "Coloured Streets";
    222         version: "3.41.[[revision]]_[[date]]";
     224        version: "3.42.[[revision]]_[[date]]";
    223225        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.";
    224226        icon: "http://upload.wikimedia.org/wikipedia/commons/5/5d/IconColouredStreets.svg";
     
    513515        width: 3;
    514516        fill-opacity:0.2;       
    515         text: ;
     517        text: none;
    516518        z-index: 1;
    517519}
     
    577579        symbol-fill-opacity: 0.85;
    578580        z-index: -1;
    579         text: ;
     581        text: none;
    580582        font-size: 12;
    581583        text-color: black;
     
    624626way|z-17["highway"]["name"][highway!="platform"][highway!="emergency_access_point"]
    625627{
    626         text: ;
     628        text: none;
    627629}
    628630                        /* casing for name:left and name:right */
     
    654656{
    655657        width: 3;
    656         text: ;
     658        text: none;
    657659        text-halo-radius: 2;
    658660        /* fill-color is needed to set it as "area style" to display the names for pedestrian multipolygons correctly.