Changes between Version 71 and Version 72 of Styles/Coloured_Streets
- Timestamp:
- 2014-08-22T22:07:48+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Coloured_Streets
v71 v72 56 56 ==== Version 3.32.xx to 3.33.xx ==== 57 57 * 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). 58 60 ==== Version 3.31.xx to 3.32.xx ==== 59 61 * 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. … … 425 427 426 428 /* deactivate the dashes of living streets */ 427 way[highway=living_street] 429 way[highway=living_street][name] 428 430 { 429 431 dashes: none; … … 1589 1591 1590 1592 /* 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] 1593 way[highway=residential][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes], 1594 way[highway=living_street][!name][noname!=yes][unnamed!=yes][name:absent!=yes][validate:no_name!=yes] 1593 1595 { 1594 1596 color: #FF0000;
