wiki:Styles/NumberedWalkingNodeNetworks

Version 3 (modified by Polyglot, 11 years ago) ( diff )

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


meta 
{
    title: "Numbered Walking Node Networks";
    description: "Highlight numbered nodes and the routes in between them";
    version: "1.5_2020-05-14";
    author: "Marc Gemis";
    link: "http://josm.openstreetmap.de/wiki/Styles/NumberedWalkingNodeNetworks";
    min-josm-version: "5198";
}

meta[lang=nl]
{
    title: "Wandelknooppuntennetwerken";
    description: "Doet wandelknooppunten en de routes ertussen duidelijker tot hun recht komen.";
}


node[rwn_ref] 
  {text-color: orange; 
   font-size: 13; 
   text: rwn_ref; 
   text-halo: #ffffaa; 
   text-halo-radius: 2;}

relation[type=route][route=~/foot|hiking|walking/][network=rwn] > way::relation_underlay
 {z-index: -1;
  width: 14;
  color: orange;
  opacity: 0.3;
  linecap: none;
  text-color: red;
  font-size: 14;
  text: parent_tag(note);
  text-position: line;
  text-offset-y: 10}

relation[type=route][route=~/foot|hiking|walking/][network=rwn][fixme] > way::relation_underlay
 {z-index: -1;
  width: 14;
  color: red;
  opacity: 0.55;
  linecap: none;
  text-color: red;
  font-size: 18;
  text: parent_tag(note);
  text-position: line;
  text-offset-y: 10}


Styles_NumberedWalkingNodeNetworks-style.mapcss, Styles_NumberedWalkingNodeNetworks.zip

Note: See TracWiki for help on using the wiki.