Changes between Version 13 and Version 14 of Styles/Fixme


Ignore:
Timestamp:
2017-03-30T16:28:38+02:00 (7 years ago)
Author:
pierzen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Fixme

    v13 v14  
    110110
    111111
    112 /* UNNAMED HIGHWAYS (except noname=yes) RED Layer, width=20 */
     112/* UNNAMED HIGHWAYS (except noname=yes and junction=roundabout) RED Layer, width=20 */
    113113
    114 way[highway][!name][noname!=yes]::way_unnamed {
     114way[highway][!name][noname!=yes][junction!=roundabout]::way_unnamed {
    115115    color: red; width:20; opacity:0.4; z-index: -1;
    116116}