Changes between Version 71 and Version 72 of Styles/Coloured_Streets


Ignore:
Timestamp:
2014-08-22T22:07:48+02:00 (12 years ago)
Author:
Klumbumbus
Comment:

addition to last update, code and wikitext

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v71 v72  
    5656==== Version 3.32.xx to 3.33.xx ====
    5757* Fixed handling of piste:difficulty paint style of default style.
     58* Support also validate:no_name=yes
     59* Display again the dashes of living_street which do not have a name tag but one of the noname-tags (noname, unnamed, name:absent or validate:no_name).
    5860==== Version 3.31.xx to 3.32.xx ====
    5961* Changed order of housenumber and "street?". Now the number is before "street?". The number is therefore now less often hidden by the outline of the building.
     
    425427
    426428        /* deactivate the dashes of living streets */
    427 way[highway=living_street]
     429way[highway=living_street][name]
    428430{
    429431        dashes: none;
     
    15891591       
    15901592        /* higway=residential and highway=living_street without name */
    1591 way[highway=residential][!name][noname!=yes][unnamed!=yes][name:absent!=yes],
    1592 way[highway=living_street][!name][noname!=yes][unnamed!=yes][name:absent!=yes]
     1593way[highway=residential][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes],
     1594way[highway=living_street][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes]
    15931595{
    15941596        color: #FF0000;