Changes between Initial Version and Version 1 of Styles/NumberedWalkingNodeNetworks


Ignore:
Timestamp:
2012-10-12T12:15:37+02:00 (13 years ago)
Author:
Polyglot
Comment:

Marc expanded my initial attempt a lot

Legend:

Unmodified
Added
Removed
Modified
  • Styles/NumberedWalkingNodeNetworks

    v1 v1  
     1{{{
     2#!style type="mapcss"
     3
     4
     5meta
     6{
     7    title: "Numbered Walking Node Networks";
     8    description: "Highlight numbered nodes and the routes in between them";
     9    version: "1.[[revision]]_[[date]]";
     10    author: "Marc Gemis";
     11    link: "http://josm.openstreetmap.de/wiki/Styles/NumberedWalkingNodeNetworks";
     12    min-josm-version: "5198";
     13}
     14
     15meta[lang=nl]
     16{
     17    title: "Wandelknooppuntennetwerken";
     18    description: "Doet wandelknooppunten en de routes ertussen duidelijker tot hun recht komen.";
     19}
     20
     21
     22node[rwn_ref]
     23  {text-color: orange;
     24   font-size: 12;
     25   text: rwn_ref;
     26   text-halo: #ffffaa;
     27   text-halo-radius: 2;
     28   text-position: left;}
     29
     30relation[type=route][route=foot][network=rwn] > way::relation_underlay
     31 {z-index: -1;
     32  width: 12;
     33  color: orange;
     34  opacity: 0.3;
     35  linecap: none;
     36  text-color: red;
     37  font-size: 12;
     38  text: parent_tag(note);
     39  text-position: line;
     40  text-offset-y: 16}
     41 
     42relation[type=route][route=hiking][network=rwn] > way::relation_underlay
     43 {z-index: -1;
     44  width: 12;
     45  color: orange;
     46  opacity: 0.3;
     47  linecap: none;
     48  text-color: red;
     49  font-size: 12;
     50  text: parent_tag(note);
     51  text-position: line;
     52  text-offset-y: 16}
     53
     54relation[type=network][network=rwn] > node
     55 {text-color: red;
     56  font-size: 17;
     57  text: rwn_ref;
     58  text-halo: #aaffcc;
     59  text-halo-radius: 2;
     60  text-position: right;}
     61
     62relation[type=network][network=rwn][name="Wandelnetwerk Land van Mortagne"] > node
     63 {text-color: green;
     64  font-size: 17;
     65  text: rwn_ref;
     66  text-halo: #aaffcc;
     67  text-halo-radius: 2;
     68  text-position: right;}
     69
     70relation[type=network][network=rwn][name="Wandelnetwerk Bulskampveld"] > node
     71 {text-color: orange;
     72  font-size: 17;
     73  text: rwn_ref;
     74  text-halo: #aaffcc;
     75  text-halo-radius: 2;
     76  text-position: right;}
     77
     78relation[type=network][network=rwn][name="Wandelnetwerk De Merode"] > node
     79 {text-color: blue;
     80  font-size: 17;
     81  text: rwn_ref;
     82  text-halo: #aaffcc;
     83  text-halo-radius: 2;
     84  text-position: right;}
     85
     86relation[type=network][network=rwn][name="Wandelnetwerk Westkust"] > node
     87 {text-color: blue;
     88  font-size: 17;
     89  text: rwn_ref;
     90  text-halo: #aaffcc;
     91  text-halo-radius: 2;
     92  text-position: right;}
     93
     94relation[type=network][network=rwn][name="Wandelnetwerk Rivierenland"] > node
     95 {text-color: black;
     96  font-size: 17;
     97  text: rwn_ref;
     98  text-halo: #aaffcc;
     99  text-halo-radius: 2;
     100  text-position: right;}
     101
     102relation[type=network][network=rwn][name="Wandelnetwerk Scheldeland"] > node
     103 {text-color: yellow;
     104  font-size: 17;
     105  text: rwn_ref;
     106  text-halo: #aaffcc;
     107  text-halo-radius: 2;
     108  text-position: right;}
     109
     110relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen"] > node
     111 {text-color: black;
     112  font-size: 17;
     113  text: rwn_ref;
     114  text-halo: #aaffcc;
     115  text-halo-radius: 2;
     116  text-position: right;}
     117
     118relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen - Kempense Kolonie"] > node
     119 {text-color: black;
     120  font-size: 17;
     121  text: rwn_ref;
     122  text-halo: #aaffcc;
     123  text-halo-radius: 2;
     124  text-position: right;}
     125
     126relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen - Kempense Hoven"] > node
     127 {text-color: black;
     128  font-size: 17;
     129  text: rwn_ref;
     130  text-halo: #aaffcc;
     131  text-halo-radius: 2;
     132  text-position: right;}
     133
     134relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen - Kempense Netevallei"] > node
     135 {text-color: black;
     136  font-size: 17;
     137  text: rwn_ref;
     138  text-halo: #aaffcc;
     139  text-halo-radius: 2;
     140  text-position: right;}
     141
     142relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen - Kempense Heuvelrug"] > node
     143 {text-color: blue;
     144  font-size: 17;
     145  text: rwn_ref;
     146  text-halo: #aaffcc;
     147  text-halo-radius: 2;
     148  text-position: right;}
     149
     150relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen - Kempense Heide"] > node
     151 {text-color: red;
     152  font-size: 17;
     153  text: rwn_ref;
     154  text-halo: #aaffcc;
     155  text-halo-radius: 2;
     156  text-position: right;}
     157
     158relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen - Kempense Landduinen"] > node
     159 {text-color: green;
     160  font-size: 17;
     161  text: rwn_ref;
     162  text-halo: #aaffcc;
     163  text-halo-radius: 2;
     164  text-position: right;}
     165 
     166relation[type=network][network=rwn][name="Wandelnetwerk Antwerpse Kempen - Kempens Landgoed"] > node
     167 {text-color: blue;
     168  font-size: 17;
     169  text: rwn_ref;
     170  text-halo: #aaffcc;
     171  text-halo-radius: 2;
     172  text-position: right;}
     173
     174relation[type=network][network=rwn][name="Wandelnetwerk Zuid-Dijleland"] > node
     175 {text-color: cyan;
     176  font-size: 17;
     177  text: rwn_ref;
     178  text-halo: #aaffcc;
     179  text-halo-radius: 2;
     180  text-position: right;}
     181
     182
     183relation[type=network][network=rwn][name="Wandelnetwerk Pajottenland"] > node
     184 {text-color: yellow;
     185  font-size: 17;
     186  text: rwn_ref;
     187  text-halo: #aaffcc;
     188  text-halo-radius: 2;
     189  text-position: right;}
     190
     191relation[type=network][network=rwn][name="Wandelnetwerk Vlaamse Ardennen"] > node
     192 {text-color: blue;
     193  font-size: 17;
     194  text: rwn_ref;
     195  text-halo: #aaffcc;
     196  text-halo-radius: 2;
     197  text-position: right;}
     198
     199}}}