Changes between Version 14 and Version 15 of Styles/Fixme


Ignore:
Timestamp:
2017-10-16T15:00:50+02:00 (7 years ago)
Author:
pierzen
Comment:

exclude highway = track, path, pedestrian from name warning.

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Fixme

    v14 v15  
    110110
    111111
    112 /* UNNAMED HIGHWAYS (except noname=yes and junction=roundabout) RED Layer, width=20 */
     112/* UNNAMED HIGHWAYS (except noname=yes, junction=roundabout, service, track, path and pedestrian) RED Layer, width=20 */
    113113
    114114way[highway][!name][noname!=yes][junction!=roundabout]::way_unnamed {
     
    116116}
    117117
    118 way[highway=pedestrian][!name]::way_service, way[highway=service][!name]::way_service {
    119     color: #EAEEEA; width:20; z-index: 0;
     118/* removed way[highway=pedestrian][!name]::way_service, way[highway=service][!name]::way_service {
     119    color: #EAEEEA; width:20; z-index: 0; */
     120}
     121
     122way[highway=service]::way_except, way[highway=track]::way_except, way[highway=path]::way_except, way[highway=pedestrian]::way_except {
     123        width:0.5;
     124    z-index: -1; 
    120125}
    121126