Changes between Version 2 and Version 3 of Styles/NumberedWalkingNodeNetworks


Ignore:
Timestamp:
2012-11-09T00:14:47+01:00 (12 years ago)
Author:
Polyglot
Comment:

Apparently the text was too far away from the way, also added a way to make it visually obvious a route has a fixme tag

Legend:

Unmodified
Added
Removed
Modified
  • Styles/NumberedWalkingNodeNetworks

    v2 v3  
    2525   text: rwn_ref;
    2626   text-halo: #ffffaa;
    27    text-halo-radius: 2;
    28    text-position: left;}
     27   text-halo-radius: 2;}
    2928
    30 relation[type=route][route=~/foot|hiking/][network=rwn] > way::relation_underlay
     29relation[type=route][route=~/foot|hiking|walking/][network=rwn] > way::relation_underlay
    3130 {z-index: -1;
    3231  width: 14;
     
    3837  text: parent_tag(note);
    3938  text-position: line;
    40   text-offset-y: 16}
     39  text-offset-y: 10}
     40
     41relation[type=route][route=~/foot|hiking|walking/][network=rwn][fixme] > way::relation_underlay
     42 {z-index: -1;
     43  width: 14;
     44  color: red;
     45  opacity: 0.55;
     46  linecap: none;
     47  text-color: red;
     48  font-size: 18;
     49  text: parent_tag(note);
     50  text-position: line;
     51  text-offset-y: 10}
     52
    4153
    4254}}}