Changes between Version 4 and Version 5 of Styles/NumberedCycleNodeNetworks


Ignore:
Timestamp:
2012-10-13T20:07:55+02:00 (13 years ago)
Author:
Polyglot
Comment:

incorporated suggestions of Wimmel and some other neat tricks I learned which I don't think were possible one year ago

Legend:

Unmodified
Added
Removed
Modified
  • Styles/NumberedCycleNodeNetworks

    v4 v5  
    11{{{
    22#!style type="mapcss"
    3 
    4 
    53meta
    64{
     
    1917}
    2018
    21 
    22 node[rcn_ref]
    23  {text-color: green;
    24   font-size: 17;
    25   text: rcn_ref;
    26   text-halo: #aaffcc;
    27   text-halo-radius: 2;
    28   text-position: right;}
    29 
    30 relation[type=network][network=rcn] > node
    31  {text-color: red;
    32   font-size: 17;
    33   text: rcn_ref;
    34   text-halo: #aaffcc;
    35   text-halo-radius: 2;
    36   text-position: right;}
    37 
    38 relation[type=network][network=rcn][name="Fietsroutenetwerk B Brabantse Kouters"] > node
    39  {text-color: blue;
    40   font-size: 17;
    41   text: rcn_ref;
    42   text-halo: #aaffcc;
    43   text-halo-radius: 2;
    44   text-position: right;}
    45 
    46 relation[type=network][network=rcn][name="Fietsroutenetwerk B Pajottenland"] > node
    47  {text-color: black;
    48   font-size: 17;
    49   text: rcn_ref;
    50   text-halo: #aaffcc;
    51   text-halo-radius: 2;
    52   text-position: right;}
    53 
    54 relation[type=network][network=rcn][name="Fietsroutenetwerk B Groene Gordel Dijleland"] > node
    55  {text-color: yellow;
    56   font-size: 17;
    57   text: rcn_ref;
    58   text-halo: #aaffcc;
    59   text-halo-radius: 2;
    60   text-position: right;}
    61 
    62 relation[type=network][network=rcn][name="Fietsroutenetwerk B Hageland"] > node
    63  {text-color: black;
    64   font-size: 17;
    65   text: rcn_ref;
    66   text-halo: #aaffcc;
    67   text-halo-radius: 2;
    68   text-position: right;}
    69 
    70 relation[type=network][network=rcn][name="Fietsroutenetwerk B Hageland Droog Haspengouw"] > node
    71  {text-color: blue;
    72   font-size: 17;
    73   text: rcn_ref;
    74   text-halo: #aaffcc;
    75   text-halo-radius: 2;
    76   text-position: right;}
    77  
    78 relation[type=network][network=rcn][name="Fietsroutenetwerk B Brugse Ommeland Noord"] > node
    79  {text-color: blue;
    80   font-size: 17;
    81   text: rcn_ref;
    82   text-halo: #aaffcc;
    83   text-halo-radius: 2;
    84   text-position: right;}
    85 
    86 relation[type=network][network=rcn][name="Fietsroutenetwerk B Brugse Ommeland Zuid"] > node
    87  {text-color: black;
    88   font-size: 17;
    89   text: rcn_ref;
    90   text-halo: #aaffcc;
    91   text-halo-radius: 2;
    92   text-position: right;}
    93 
    94 relation[type=network][network=rcn][name="Fietsroutenetwerk B Kempen Noord"] > node
    95  {text-color: yellow;
    96   font-size: 17;
    97   text: rcn_ref;
    98   text-halo: #aaffcc;
    99   text-halo-radius: 2;
    100   text-position: right;}
    101 
    102 relation[type=network][network=rcn][name="Fietsroutenetwerk B Kempen Oost"] > node
    103  {text-color: cyan;
    104   font-size: 17;
    105   text: rcn_ref;
    106   text-halo: #aaffcc;
    107   text-halo-radius: 2;
    108   text-position: right;}
    109 
    110 relation[type=network][network=rcn][name="Fietsroutenetwerk B Kempen West"] > node
    111  {text-color: black;
    112   font-size: 17;
    113   text: rcn_ref;
    114   text-halo: #aaffcc;
    115   text-halo-radius: 2;
    116   text-position: right;}
    117 
    118 relation[type=network][network=rcn][name="Fietsroutenetwerk B Kempen Zuid"] > node
    119  {text-color: blue;
    120   font-size: 17;
    121   text: rcn_ref;
    122   text-halo: #aaffcc;
    123   text-halo-radius: 2;
    124   text-position: right;}
    125 
    126 relation[type=network][network=rcn][name="Fietsroutenetwerk B Kust Noord"] > node
    127  {text-color: yellow;
    128   font-size: 17;
    129   text: rcn_ref;
    130   text-halo: #aaffcc;
    131   text-halo-radius: 2;
    132   text-position: right;}
    133 
    134 relation[type=network][network=rcn][name="Fietsroutenetwerk B Kust Zuid"] > node
    135  {text-color: cyan;
    136   font-size: 17;
    137   text: rcn_ref;
    138   text-halo: #aaffcc;
    139   text-halo-radius: 2;
    140   text-position: right;}
    141 
    142 relation[type=network][network=rcn][name="Fietsroutenetwerk B Limburg"] > node
    143  {text-color: white;
    144   font-size: 17;
    145   text: rcn_ref;
    146   text-halo: #aaffcc;
    147   text-halo-radius: 2;
    148   text-position: right;}
    149 
    150 relation[type=network][network=rcn][name="Fietsroutenetwerk B Westkust"] > node
    151  {text-color: black;
    152   font-size: 17;
    153   text: rcn_ref;
    154   text-halo: #aaffcc;
    155   text-halo-radius: 2;
    156   text-position: right;}
    157 
    158 relation[type=network][network=rcn][name="Fietsroutenetwerk B Leiestreek"] > node
    159  {text-color: yellow;
    160   font-size: 17;
    161   text: rcn_ref;
    162   text-halo: #aaffcc;
    163   text-halo-radius: 2;
    164   text-position: right;}
    165 
    166 relation[type=network][network=rcn][name="Fietsroutenetwerk B Leiestreek Noordoost"] > node
    167  {text-color: purple;
    168   font-size: 17;
    169   text: rcn_ref;
    170   text-halo: #aaffcc;
    171   text-halo-radius: 2;
    172   text-position: right;}
    173 
    174 relation[type=network][network=rcn][name="Fietsroutenetwerk B Voorkempen"] > node
    175  {text-color: purple;
    176   font-size: 17;
    177   text: rcn_ref;
    178   text-halo: #aaffcc;
    179   text-halo-radius: 2;
    180   text-position: right;}
    181 
    182 relation[type=network][network=rcn][name="Fietsroutenetwerk B Leiestreek West"] > node
    183  {text-color: white;
    184   font-size: 17;
    185   text: rcn_ref;
    186   text-halo: #aaffcc;
    187   text-halo-radius: 2;
    188   text-position: right;}
    189 
    190 relation[type=network][network=rcn][name="Fietsroutenetwerk B Leiestreek Zuidwest"] > node
    191  {text-color: black;
    192   font-size: 17;
    193   text: rcn_ref;
    194   text-halo: #aaffcc;
    195   text-halo-radius: 2;
    196   text-position: right;}
    197 
    198 relation[type=network][network=rcn][name="Fietsroutenetwerk B Leiestreek Noordwest"] > node
    199  {text-color: cyan;
    200   font-size: 17;
    201   text: rcn_ref;
    202   text-halo: #aaffcc;
    203   text-halo-radius: 2;
    204   text-position: right;}
    205 
    206 relation[type=network][network=rcn][name="Fietsroutenetwerk B Kalmthoutse Heide"] > node
    207  {text-color: white;
    208   font-size: 17;
    209   text: rcn_ref;
    210   text-halo: #aaffcc;
    211   text-halo-radius: 2;
    212   text-position: right;}
    213 
    214 relation[type=network][network=rcn][name="Fietsroutenetwerk B Meetjesland"] > node
    215  {text-color: blue;
    216   font-size: 17;
    217   text: rcn_ref;
    218   text-halo: #aaffcc;
    219   text-halo-radius: 2;
    220   text-position: right;}
    221 
    222 relation[type=network][network=rcn][name="Fietsroutenetwerk B Meetjesland Noordoost"] > node
    223  {text-color: white;
    224   font-size: 17;
    225   text: rcn_ref;
    226   text-halo: #aaffcc;
    227   text-halo-radius: 2;
    228   text-position: right;}
    229 
    230 relation[type=network][network=rcn][name="Fietsroutenetwerk B Meetjesland Noordwest"] > node
    231  {text-color: yellow;
    232   font-size: 17;
    233   text: rcn_ref;
    234   text-halo: #aaffcc;
    235   text-halo-radius: 2;
    236   text-position: right;}
    237 
    238 relation[type=network][network=rcn][name="Fietsroutenetwerk B Meetjesland Zuidwest"] > node
    239  {text-color: cyan;
    240   font-size: 17;
    241   text: rcn_ref;
    242   text-halo: #aaffcc;
    243   text-halo-radius: 2;
    244   text-position: right;}
    245 
    246 relation[type=network][network=rcn][name="Fietsroutenetwerk B Scheldeland Denderstreek"] > node
    247  {text-color: white;
    248   font-size: 17;
    249   text: rcn_ref;
    250   text-halo: #aaffcc;
    251   text-halo-radius: 2;
    252   text-position: right;}
    253 
    254 relation[type=network][network=rcn][name="Fietsroutenetwerk B Antwerpen Scheldeland"] > node
    255  {text-color: cyan;
    256   font-size: 17;
    257   text: rcn_ref;
    258   text-halo: #aaffcc;
    259   text-halo-radius: 2;
    260   text-position: right;}
    261 
    262 relation[type=network][network=rcn][name="Fietsroutenetwerk B Scheldeland West"] > node
    263  {text-color: yellow;
    264   font-size: 17;
    265   text: rcn_ref;
    266   text-halo: #aaffcc;
    267   text-halo-radius: 2;
    268   text-position: right;}
    269 
    270 relation[type=network][network=rcn][name="Fietsroutenetwerk B Vlaamse Ardennen Oost"] > node
    271  {text-color: cyan;
    272   font-size: 17;
    273   text: rcn_ref;
    274   text-halo: #aaffcc;
    275   text-halo-radius: 2;
    276   text-position: right;}
    277 
    278 relation[type=network][network=rcn][name="Fietsroutenetwerk B Vlaamse Ardennen West"] > node
    279  {text-color: blue;
    280   font-size: 17;
    281   text: rcn_ref;
    282   text-halo: #aaffcc;
    283   text-halo-radius: 2;
    284   text-position: right;}
    285 
    286 relation[type=network][network=rcn][name="Fietsroutenetwerk B Waasland West"] > node
    287  {text-color: black;
    288   font-size: 17;
    289   text: rcn_ref;
    290   text-halo: #aaffcc;
    291   text-halo-radius: 2;
    292   text-position: right;}
    293 
    294 relation[type=network][network=rcn][name="Fietsroutenetwerk B Waasland Oost"] > node
    295  {text-color: purple;
    296   font-size: 17;
    297   text: rcn_ref;
    298   text-halo: #aaffcc;
    299   text-halo-radius: 2;
    300   text-position: right;}
    301 
    302 relation[type=network][network=rcn][name="Fietsroutenetwerk B Westhoek Noord"] > node
    303  {text-color: purple;
    304   font-size: 17;
    305   text: rcn_ref;
    306   text-halo: #aaffcc;
    307   text-halo-radius: 2;
    308   text-position: right;}
    309 
    310 relation[type=network][network=rcn][name="Fietsroutenetwerk B Westhoek Oost"] > node
    311  {text-color: cyan;
    312   font-size: 17;
    313   text: rcn_ref;
    314   text-halo: #aaffcc;
    315   text-halo-radius: 2;
    316   text-position: right;}
    317 
    318 relation[type=network][network=rcn][name="Fietsroutenetwerk B Westhoek Zuid"] > node
    319  {text-color: black;
    320   font-size: 17;
    321   text: rcn_ref;
    322   text-halo: #aaffcc;
    323   text-halo-radius: 2;
    324   text-position: right;}
    325 
    326 relation[type=network][network=rcn][name="Zeeuws-Vlaanderen West"] > node
    327  {text-color: black;
    328   font-size: 17;
    329   text: rcn_ref;
    330   text-halo: #aaffcc;
    331   text-halo-radius: 2;
    332   text-position: right;}
    333  
    334 relation[type=network][network=rcn][name="Zeeuws-Vlaanderen Oost"] > node
    335  {text-color: yellow;
    336   font-size: 17;
    337   text: rcn_ref;
    338   text-halo: #aaffcc;
    339   text-halo-radius: 2;
    340   text-position: right;}
    341 
    342 relation[type=network][network=rcn][name="Walcheren / Noord-Beveland"] > node
    343  {text-color: purple;
    344   font-size: 17;
    345   text: rcn_ref;
    346   text-halo: #aaffcc;
    347   text-halo-radius: 2;
    348   text-position: right;}
    349 
    350 relation[type=network][network=rcn][name="Zuid-Beveland en Tholen"] > node
    351  {text-color: blue;
    352   font-size: 17;
    353   text: rcn_ref;
    354   text-halo: #aaffcc;
    355   text-halo-radius: 2;
    356   text-position: right;}
    357 
    358 relation[type=network][network=rcn][name="Schouwen-Duiveland"] > node
    359  {text-color: black;
    360   font-size: 17;
    361   text: rcn_ref;
    362   text-halo: #aaffcc;
    363   text-halo-radius: 2;
    364   text-position: right;}
    365 
    366 relation[type=network][network=rcn][name="Brabantse Delta"] > node
    367  {text-color: purple;
    368   font-size: 17;
    369   text: rcn_ref;
    370   text-halo: #aaffcc;
    371   text-halo-radius: 2;
    372   text-position: right;}
    373 
    374 relation[type=network][network=rcn][name="De Baronie"] > node
    375  {text-color: black;
    376   font-size: 17;
    377   text: rcn_ref;
    378   text-halo: #aaffcc;
    379   text-halo-radius: 2;
    380   text-position: right;}
    381 
    382 relation[type=network][network=rcn][name="Midden-Brabant"] > node
    383  {text-color: blue;
    384   font-size: 17;
    385   text: rcn_ref;
    386   text-halo: #aaffcc;
    387   text-halo-radius: 2;
    388   text-position: right;}
    389 
    390 relation[type=network][network=rcn][name="Kempen"] > node
    391  {text-color: purple;
    392   font-size: 17;
    393   text: rcn_ref;
    394   text-halo: #aaffcc;
    395   text-halo-radius: 2;
    396   text-position: right;}
    397 
    398 relation[type=network][network=rcn][name="Regio Eindhoven 'De Peel'"] > node
    399  {text-color: black;
    400   font-size: 17;
    401   text: rcn_ref;
    402   text-halo: #aaffcc;
    403   text-halo-radius: 2;
    404   text-position: right;}
    405 
    406 relation[type=network][network=rcn][name="Land van Peel en Maas"] > node
    407  {text-color: yellow;
    408   font-size: 17;
    409   text: rcn_ref;
    410   text-halo: #aaffcc;
    411   text-halo-radius: 2;
    412   text-position: right;}
    413 
    414 relation[type=network][network=rcn][name="Heerlen"] > node
    415  {text-color: yellow;
    416   font-size: 17;
    417   text: rcn_ref;
    418   text-halo: #aaffcc;
    419   text-halo-radius: 2;
    420   text-position: right;}
    421 
    422 relation[type=network][network=rcn][name="Maastricht"] > node
    423  {text-color: black;
    424   font-size: 17;
    425   text: rcn_ref;
    426   text-halo: #aaffcc;
    427   text-halo-radius: 2;
    428   text-position: right;}
    429 
    430 relation[type=network][network=rcn][name="Sittard"] > node
    431  {text-color: purple;
    432   font-size: 17;
    433   text: rcn_ref;
    434   text-halo: #aaffcc;
    435   text-halo-radius: 2;
    436   text-position: right;}
    437 
    438 relation[type=network][network=rcn][name="Laag-Holland"] > node
    439  {text-color: white;
    440   font-size: 17;
    441   text: rcn_ref;
    442   text-halo: #aaffcc;
    443   text-halo-radius: 2;
    444   text-position: right;}
    445 
    446 relation[type=network][network=rcn][name="Brunssum"] > node
    447  {text-color: white;
    448   font-size: 17;
    449   text: rcn_ref;
    450   text-halo: #aaffcc;
    451   text-halo-radius: 2;
    452   text-position: right;}
    453 
    454 relation[type=network][network=rcn][name="Roermond"] > node
    455  {text-color: blue;
    456   font-size: 17;
    457   text: rcn_ref;
    458   text-halo: #aaffcc;
    459   text-halo-radius: 2;
    460   text-position: right;}
    461 
    462 relation[type=network][network=rcn][name="De Maasduinen"] > node
    463  {text-color: purple;
    464   font-size: 17;
    465   text: rcn_ref;
    466   text-halo: #aaffcc;
    467   text-halo-radius: 2;
    468   text-position: right;}
    469 
    470 relation[type=network][network=rcn][name="VeloTour Hohes Venn - Eifel"] > node
    471  {text-color: blue;
    472   font-size: 17;
    473   text: rcn_ref;
    474   text-halo: #aaffcc;
    475   text-halo-radius: 2;
    476   text-position: right;}
    477 
    478 relation[type=network][network=rcn][name="Knotenpunktnetzwerk Kreis Heinsberg"] > node
    479  {text-color: white;
    480   font-size: 17;
    481   text: rcn_ref;
    482   text-halo: #aaffcc;
    483   text-halo-radius: 2;
    484   text-position: right;}
    485 
    486  relation[type=network][network=rcn][name="Noordoost-Brabant"] > node
    487  {text-color: blue;
    488   font-size: 17;
    489   text: rcn_ref;
    490   text-halo: #aaffcc;
    491   text-halo-radius: 2;
    492   text-position: right;}
    493 
    494  relation[type=network][network=rcn][name="Regio 's Hertogenbosch"] > node
    495  {text-color: purple;
    496   font-size: 17;
    497   text: rcn_ref;
    498   text-halo: #aaffcc;
    499   text-halo-radius: 2;
    500   text-position: right;}
    501 
    502 relation[type=network][network=rcn][name="De Meierij"] > node
    503  {text-color: white;
    504   font-size: 17;
    505   text: rcn_ref;
    506   text-halo: #aaffcc;
    507   text-halo-radius: 2;
    508   text-position: right;}
    509 
    510 relation[type=network][network=rcn][name="De Wijde Biesbosch"] > node
    511  {text-color: white;
    512   font-size: 17;
    513   text: rcn_ref;
    514   text-halo: #aaffcc;
    515   text-halo-radius: 2;
    516   text-position: right;}
    517 
    518 relation[type=network][network=rcn][name="Stadsregio Arnhem Nijmegen"] > node
    519  {text-color: purple;
    520   font-size: 17;
    521   text: concat(tag(rcn_ref),cond(has_tag_key(name), concat(" ", tag(name)),""));
    522   text-halo: #aaffcc;
    523   text-halo-radius: 2;
    524   text-position: right;}
    525 
    526 relation[type=network][network=rcn][name="Regio Rotterdam"] > node
    527  {text-color: white;
    528   font-size: 17;
    529   text: rcn_ref;
    530   text-halo: #aaffcc;
    531   text-halo-radius: 2;
    532   text-position: right;}
    533  
    534 relation[type=network][network=rcn][name="Twente"] > node
    535  {text-color: white;
    536   font-size: 17;
    537   text: rcn_ref;
    538   text-halo: #aaffcc;
    539   text-halo-radius: 2;
    540   text-position: right;}
    541 
    542 relation[type=network][network=rcn][name="Haaglanden"] > node
    543  {text-color: white;
    544   font-size: 17;
    545   text: rcn_ref;
    546   text-halo: #aaffcc;
    547   text-halo-radius: 2;
    548   text-position: right;}
    549 
    550 relation[type=network][network=rcn][name="Provincie Utrecht"] > node
    551  {text-color: white;
    552   font-size: 17;
    553   text: rcn_ref;
    554   text-halo: #aaffcc;
    555   text-halo-radius: 2;
    556   text-position: right;}
    557 
    558 relation[type=network][network=rcn][name="Achterhoek"] > node
    559  {text-color: magenta;
    560   font-size: 17;
    561   text: concat(tag(rcn_ref),cond(has_tag_key(name), concat(" ", tag(name)),""));
    562   text-halo: #aaffcc;
    563   text-halo-radius: 2;
    564   text-position: right;}
    565 
    566 relation[type=network][network=rcn][name="Midden-Delfland"] > node
    567  {text-color: magenta;
    568   font-size: 17;
    569   text: rcn_ref;
    570   text-halo: #aaffcc;
    571   text-halo-radius: 2;
    572   text-position: right;}
    573  
    574 relation[type=network][network=rcn][name="Voorne Putten Rozenburg"] > node
    575  {text-color: magenta;
    576   font-size: 17;
    577   text: rcn_ref;
    578   text-halo: #aaffcc;
    579   text-halo-radius: 2;
    580   text-position: right;}
    581 
    582 relation[type=network][network=rcn][name="Hoeksche Waard"] > node
    583  {text-color: yellow;
    584   font-size: 17;
    585   text: rcn_ref;
    586   text-halo: #aaffcc;
    587   text-halo-radius: 2;
    588   text-position: right;}
    589  
    590 relation[type=network][network=rcn][name="Alblasserwaard-Vijfheerenlanden"] > node
    591  {text-color: yellow;
    592   font-size: 17;
    593   text: rcn_ref;
    594   text-halo: #aaffcc;
    595   text-halo-radius: 2;
    596   text-position: right;}
    597 
    598 relation[type=network][network=rcn][name="Temporary network north Friesland1"] > node
    599  {text-color: black;
    600   font-size: 17;
    601   text: rcn_ref;
    602   text-halo: #aaffcc;
    603   text-halo-radius: 2;
    604   text-position: right;}
    605 
    606 relation[type=network][network=rcn][name="Temporary network north Friesland2"] > node
    607  {text-color: purple;
    608   font-size: 17;
    609   text: rcn_ref;
    610   text-halo: #aaffcc;
    611   text-halo-radius: 2;
    612   text-position: right;}
    613 
    614 relation[type=network][network=rcn][name="Temporary network north Friesland3"] > node
    615  {text-color: white;
    616   font-size: 17;
    617   text: rcn_ref;
    618   text-halo: #aaffcc;
    619   text-halo-radius: 2;
    620   text-position: right;}
    621 
    622 relation[type=network][network=rcn][name="Temporary network north Friesland4"] > node
    623  {text-color: blue;
    624   font-size: 17;
    625   text: rcn_ref;
    626   text-halo: #aaffcc;
    627   text-halo-radius: 2;
    628   text-position: right;}
    629 
    630 relation[type=network][network=rcn][name="Noordoost-Fryslân"] > node
    631  {text-color: blue;
    632   font-size: 17;
    633   text: rcn_ref;
    634   text-halo: #aaffcc;
    635   text-halo-radius: 2;
    636   text-position: right;}
    637 
    638 relation[type=network][network=rcn][name="Midden-Fryslân"] > node
    639  {text-color: yellow;
    640   font-size: 17;
    641   text: rcn_ref;
    642   text-halo: #aaffcc;
    643   text-halo-radius: 2;
    644   text-position: right;}
    645 
    646 relation[type=network][network=rcn][name="Noordwest-Fryslân"] > node
    647  {text-color: black;
    648   font-size: 17;
    649   text: rcn_ref;
    650   text-halo: #aaffcc;
    651   text-halo-radius: 2;
    652   text-position: right;}
    653 
    654 relation[type=network][network=rcn][name="Zuidwest-Fryslân"] > node
    655  {text-color: blue;
    656   font-size: 17;
    657   text: rcn_ref;
    658   text-halo: #aaffcc;
    659   text-halo-radius: 2;
    660   text-position: right;}
    661 
    662 relation[type=network][network=rcn][name="Zuidoost-Fryslân"] > node
    663  {text-color: purple;
    664   font-size: 17;
    665   text: rcn_ref;
    666   text-halo: #aaffcc;
    667   text-halo-radius: 2;
    668   text-position: right;}
    669  
    670 relation[type=network][network=rcn][name="Groningen"] > node
    671  {text-color: white;
    672   font-size: 17;
    673   text: rcn_ref;
    674   text-halo: #aaffcc;
    675   text-halo-radius: 2;
    676   text-position: right;}
    677  
    678 relation[type=network][network=rcn][name="Texel"] > node
    679  {text-color: yellow;
    680   font-size: 17;
    681   text: rcn_ref;
    682   text-halo: #aaffcc;
    683   text-halo-radius: 2;
    684   text-position: right;}
    685 
    686 relation[type=network][network=rcn][name="Kop van Overijssel"] > node
    687  {text-color: black;
    688   font-size: 17;
    689   text: rcn_ref;
    690   text-halo: #aaffcc;
    691   text-halo-radius: 2;
    692   text-position: right;}
    693 
    694 relation[type=network][network=rcn][name="Drenthe"] > node
    695  {text-color: yellow;
    696   font-size: 17;
    697   text: rcn_ref;
    698   text-halo: #aaffcc;
    699   text-halo-radius: 2;
    700   text-position: right;}
    701  
    702 relation[type=network][network=rcn][name="Zuid-Limburg"] > node
    703  {text-color: purple;
    704   font-size: 17;
    705   text: rcn_ref;
    706   text-halo: #aaffcc;
    707   text-halo-radius: 2;
    708   text-position: right;}
    709 
    710 relation[type=network][network=rcn][name="Goeree-Overflakkee"] > node
    711  {text-color: white;
    712   font-size: 17;
    713   text: rcn_ref;
    714   text-halo: #aaffcc;
    715   text-halo-radius: 2;
    716   text-position: right;}
    717 
    718  relation[type=network][network=rcn][name="Voorne-Putten en Rozenburg"] > node
    719  {text-color: purple;
    720   font-size: 17;
    721   text: rcn_ref;
    722   text-halo: #aaffcc;
    723   text-halo-radius: 2;
    724   text-position: right;}
    725 
    726  relation[type=network][network=rcn][name="Krimpenerwaard"] > node
    727  {text-color: purple;
    728   font-size: 17;
    729   text: rcn_ref;
    730   text-halo: #aaffcc;
    731   text-halo-radius: 2;
    732   text-position: right;}
    733  
    734  relation[type=network][network=rcn][name="Drechtsteden"] > node
    735  {text-color: black;
    736   font-size: 17;
    737   text: rcn_ref;
    738   text-halo: #aaffcc;
    739   text-halo-radius: 2;
    740   text-position: right;}
    741 
    742  relation[type=network][network=rcn][name="Altena Biesbosch"] > node
    743  {text-color: black;
    744   font-size: 17;
    745   text: rcn_ref;
    746   text-halo: #aaffcc;
    747   text-halo-radius: 2;
    748   text-position: right;}
    749 
    750  relation[type=network][network=rcn][name="Rivierenland"] > node
    751  {text-color: magenta;
    752   font-size: 17;
    753   text: rcn_ref;
    754   text-halo: #aaffcc;
    755   text-halo-radius: 2;
    756   text-position: right;}
    757  
    758  
    759  relation[type=network][network=rcn][name="Reeuwijkse Plassen"] > node
    760  {text-color: black;
    761   font-size: 17;
    762   text: rcn_ref;
    763   text-halo: #aaffcc;
    764   text-halo-radius: 2;
    765   text-position: right;}
    766  
    767  relation[type=network][network=rcn][name="Groene Hart"] > node
    768  {text-color: magenta;
    769   font-size: 17;
    770   text: rcn_ref;
    771   text-halo: #aaffcc;
    772   text-halo-radius: 2;
    773   text-position: right;}
    774    
    775  relation[type=network][network=rcn][name="Duin- en Bollenstreek"] > node
    776  {text-color: blue;
    777   font-size: 17;
    778   text: rcn_ref;
    779   text-halo: #aaffcc;
    780   text-halo-radius: 2;
    781   text-position: right;}
    782  
    783  relation[type=network][network=rcn][name="IJmond"] > node
    784  {text-color: yellow;
    785   font-size: 17;
    786   text: rcn_ref;
    787   text-halo: #aaffcc;
    788   text-halo-radius: 2;
    789   text-position: right;}
    790  
    791  relation[type=network][network=rcn][name="Zuid-Kennemerland"] > node
    792  {text-color: black;
    793   font-size: 17;
    794   text: rcn_ref;
    795   text-halo: #aaffcc;
    796   text-halo-radius: 2;
    797   text-position: right;}
    798  
    799  
    800  relation[type=network][network=rcn][name="Amstelland - Meerlanden"] > node
    801  {text-color: pink;
    802   font-size: 17;
    803   text: rcn_ref;
    804   text-halo: #aaffcc;
    805   text-halo-radius: 2;
    806   text-position: right;}
    807  
    808  relation[type=network][network=rcn][name="Gooi en Vechtstreek"] > node
    809  {text-color: yellow;
    810   font-size: 17;
    811   text: rcn_ref;
    812   text-halo: #aaffcc;
    813   text-halo-radius: 2;
    814   text-position: right;}
    815  
    816    relation[type=network][network=rcn][name="Almere"] > node
    817  {text-color: blue;
    818   font-size: 17;
    819   text: rcn_ref;
    820   text-halo: #aaffcc;
    821   text-halo-radius: 2;
    822   text-position: right;}
    823  
    824 relation[type=network][network=rcn][name="Veluwe"] > node
    825  {text-color: black;
    826   font-size: 17;
    827   text: rcn_ref;
    828   text-halo: #aaffcc;
    829   text-halo-radius: 2;
    830   text-position: right;}
    831  
    832  
    833 relation[type=network][network=rcn][name="Salland"] > node
    834  {text-color: yellow;
    835   font-size: 17;
    836   text: rcn_ref;
    837   text-halo: #aaffcc;
    838   text-halo-radius: 2;
    839   text-position: right;}
    840 relation[type=network][network=rcn][name="Vechtdal Overijssel"] > node
    841  {text-color: magenta;
    842   font-size: 17;
    843   text: rcn_ref;
    844   text-halo: #aaffcc;
    845   text-halo-radius: 2;
    846   text-position: right;}
    847 relation[type=network][network=rcn][name="IJsseldelta"] > node
    848  {text-color: pink;
    849   font-size: 17;
    850   text: rcn_ref;
    851   text-halo: #aaffcc;
    852   text-halo-radius: 2;
    853   text-position: right;}
    854  
    855 relation[type=network][network=rcn][name="Noordoostpolder-Urk"] > node
    856  {text-color: yellow;
    857   font-size: 17;
    858   text: rcn_ref;
    859   text-halo: #aaffcc;
    860   text-halo-radius: 2;
    861   text-position: right;}
    862  
    863  
    86419relation[type=route][route=bicycle][network=rcn][!ref]  > way::relation_underlay
    86520 {z-index: -1;
     
    87328  text-position: line;
    87429  text-offset-y: 16;}
     30
     31node[rcn_ref]
     32 {major-z-index: 10;
     33  text-color: green;
     34  font-size: 21;
     35  text: rcn_ref;
     36  text-halo: #aaffcc;
     37  text-halo-radius: 2;
     38  text-position: right;}
     39
     40relation[type=network][network=rcn] > node
     41 {text-color: red;
     42  font-size: 17;
     43  text: rcn_ref;
     44  text-halo: #aaffcc;
     45  text-halo-radius: 2;
     46  text-position: right;}
     47
     48relation[type=network][network=rcn][name*="Hageland Droog Haspengouw"] > node,
     49relation[type=network][network=rcn][name*="Brugse Ommeland Noord"] > node,
     50relation[type=network][network=rcn][name*="Brabantse Kouters"] > node,
     51relation[type=network][network=rcn][name*="Kempen Zuid"] > node,
     52relation[type=network][network=rcn][name*="Meetjesland"] > node,
     53relation[type=network][network=rcn][name*="Vlaamse Ardennen West"] > node,
     54relation[type=network][network=rcn][name="Zuid-Beveland en Tholen"] > node,
     55relation[type=network][network=rcn][name="Midden-Brabant"] > node,
     56relation[type=network][network=rcn][name="Roermond"] > node,
     57relation[type=network][network=rcn][name="VeloTour Hohes Venn - Eifel"] > node,
     58relation[type=network][network=rcn][name="Noordoost-Brabant"] > node,
     59relation[type=network][network=rcn][name="Temporary network north Friesland4"] > node,
     60relation[type=network][network=rcn][name="Noordoost-Fryslân"] > node,
     61relation[type=network][network=rcn][name="Zuidwest-Fryslân"] > node,
     62relation[type=network][network=rcn][name="Duin- en Bollenstreek"] > node,
     63relation[type=network][network=rcn][name="Almere"] > node
     64 {text-color: blue;
     65  font-size: 17;
     66  text: rcn_ref;
     67  text-halo: #aaffcc;
     68  text-halo-radius: 2;
     69  text-position: right;}
     70
     71relation[type=network][network=rcn][name*="Pajottenland"] > node,
     72relation[type=network][network=rcn][name*="Hageland"] > node,
     73relation[type=network][network=rcn][name*="Brugse Ommeland Zuid"] > node,
     74relation[type=network][network=rcn][name*="Kempen West"] > node,
     75relation[type=network][network=rcn][name*="Westkust"] > node,
     76relation[type=network][network=rcn][name*="Leiestreek Zuidwest"] > node,
     77relation[type=network][network=rcn][name*="Waasland West"] > node,
     78relation[type=network][network=rcn][name*="Westhoek Zuid"] > node,
     79relation[type=network][network=rcn][name="Zeeuws-Vlaanderen West"] > node,
     80relation[type=network][network=rcn][name="Schouwen-Duiveland"] > node,
     81relation[type=network][network=rcn][name="De Baronie"] > node,
     82relation[type=network][network=rcn][name="Regio Eindhoven 'De Peel'"] > node,
     83relation[type=network][network=rcn][name="Maastricht"] > node,
     84relation[type=network][network=rcn][name="Temporary network north Friesland1"] > node,
     85relation[type=network][network=rcn][name="Noordwest-Fryslân"] > node,
     86relation[type=network][network=rcn][name="Kop van Overijssel"] > node,
     87relation[type=network][network=rcn][name="Drechtsteden"] > node,
     88relation[type=network][network=rcn][name="Altena Biesbosch"] > node,
     89relation[type=network][network=rcn][name="Reeuwijkse Plassen"] > node,
     90relation[type=network][network=rcn][name="Zuid-Kennemerland"] > node,
     91relation[type=network][network=rcn][name="Veluwe"] > node
     92 {text-color: black;
     93  font-size: 17;
     94  text: rcn_ref;
     95  text-halo: #aaffcc;
     96  text-halo-radius: 2;
     97  text-position: right;}
     98
     99relation[type=network][network=rcn][name*="Groene Gordel Dijleland"] > node,
     100relation[type=network][network=rcn][name*="Kempen Noord"] > node,
     101relation[type=network][network=rcn][name*="Kust Noord"] > node,
     102relation[type=network][network=rcn][name*="Leiestreek"] > node,
     103relation[type=network][network=rcn][name*="Meetjesland Noordwest"] > node,
     104relation[type=network][network=rcn][name*="Scheldeland West"] > node,
     105relation[type=network][network=rcn][name="Zeeuws-Vlaanderen Oost"] > node,
     106relation[type=network][network=rcn][name="Land van Peel en Maas"] > node,
     107relation[type=network][network=rcn][name="Heerlen"] > node,
     108relation[type=network][network=rcn][name="Hoeksche Waard"] > node,
     109relation[type=network][network=rcn][name="Alblasserwaard-Vijfheerenlanden"] > node,
     110relation[type=network][network=rcn][name="Midden-Fryslân"] > node,
     111relation[type=network][network=rcn][name="Texel"] > node,
     112relation[type=network][network=rcn][name="Drenthe"] > node,
     113relation[type=network][network=rcn][name="IJmond"] > node,
     114relation[type=network][network=rcn][name="Gooi en Vechtstreek"] > node,
     115relation[type=network][network=rcn][name="Salland"] > node,
     116relation[type=network][network=rcn][name="Noordoostpolder-Urk"] > node
     117 {text-color: yellow;
     118  font-size: 17;
     119  text: rcn_ref;
     120  text-halo: #aaffcc;
     121  text-halo-radius: 2;
     122  text-position: right;}
     123
     124relation[type=network][network=rcn][name*="Kempen Oost"] > node,
     125relation[type=network][network=rcn][name*="Kust Zuid"] > node,
     126relation[type=network][network=rcn][name*="Leiestreek Noordwest"] > node,
     127relation[type=network][network=rcn][name*="Meetjesland Zuidwest"] > node,
     128relation[type=network][network=rcn][name*="Antwerpen Scheldeland"] > node,
     129relation[type=network][network=rcn][name*="Vlaamse Ardennen Oost"] > node,
     130relation[type=network][network=rcn][name*="Westhoek Oost"] > node
     131 {text-color: cyan;
     132  font-size: 17;
     133  text: rcn_ref;
     134  text-halo: #aaffcc;
     135  text-halo-radius: 2;
     136  text-position: right;}
     137
     138relation[type=network][network=rcn][name*="Limburg"] > node,
     139relation[type=network][network=rcn][name*="Leiestreek West"] > node,
     140relation[type=network][network=rcn][name*="Kalmthoutse Heide"] > node,
     141relation[type=network][network=rcn][name*="Meetjesland Noordoost"] > node,
     142relation[type=network][network=rcn][name*="Scheldeland Denderstreek"] > node,
     143relation[type=network][network=rcn][name*="Westhoek West"] > node,
     144relation[type=network][network=rcn][name="Laag-Holland"] > node,
     145relation[type=network][network=rcn][name="Brunssum"] > node,
     146relation[type=network][network=rcn][name="Knotenpunktnetzwerk Kreis Heinsberg"] > node,
     147relation[type=network][network=rcn][name="De Meierij"] > node,
     148relation[type=network][network=rcn][name="De Wijde Biesbosch"] > node,
     149relation[type=network][network=rcn][name="Regio Rotterdam"] > node,
     150relation[type=network][network=rcn][name="Twente"] > node,
     151relation[type=network][network=rcn][name="Haaglanden"] > node,
     152relation[type=network][network=rcn][name="Provincie Utrecht"] > node,
     153relation[type=network][network=rcn][name="Temporary network north Friesland3"] > node,
     154relation[type=network][network=rcn][name="Groningen"] > node,
     155relation[type=network][network=rcn][name="Goeree-Overflakkee"] > node
     156 {text-color: white;
     157  font-size: 17;
     158  text: rcn_ref;
     159  text-halo: #aaffcc;
     160  text-halo-radius: 2;
     161  text-position: right;}
     162
     163relation[type=network][network=rcn][name="Stadsregio Arnhem Nijmegen"] > node|z13-
     164 {text-color: purple;
     165  font-size: 17;
     166  text: concat(tag(rcn_ref),cond(has_tag_key(name), concat(" ", tag(name)),""));
     167  text-halo: #aaffcc;
     168  text-halo-radius: 2;
     169  text-position: right;}
     170
     171relation[type=network][network=rcn][name*="Leiestreek Noordoost"] > node,
     172relation[type=network][network=rcn][name*="Voorkempen"] > node,
     173relation[type=network][network=rcn][name*="Waasland Oost"] > node,
     174relation[type=network][network=rcn][name*="Westhoek Noord"] > node,
     175relation[type=network][network=rcn][name="Walcheren / Noord-Beveland"] > node,
     176relation[type=network][network=rcn][name="Brabantse Delta"] > node,
     177relation[type=network][network=rcn][name="Kempen"] > node,
     178relation[type=network][network=rcn][name="Sittard"] > node,
     179relation[type=network][network=rcn][name="De Maasduinen"] > node,
     180relation[type=network][network=rcn][name="Regio 's Hertogenbosch"] > node,
     181relation[type=network][network=rcn][name="Temporary network north Friesland2"] > node,
     182relation[type=network][network=rcn][name="Zuidoost-Fryslân"] > node,
     183relation[type=network][network=rcn][name="Zuid-Limburg"] > node,
     184relation[type=network][network=rcn][name="Voorne-Putten en Rozenburg"] > node,
     185relation[type=network][network=rcn][name="Krimpenerwaard"] > node,
     186relation[type=network][network=rcn][name="Stadsregio Arnhem Nijmegen"] > node|z-13
     187 {text-color: purple;
     188  font-size: 17;
     189  text: rcn_ref;
     190  text-halo: #aaffcc;
     191  text-halo-radius: 2;
     192  text-position: right;}
     193
     194relation[type=network][network=rcn][name="Achterhoek"] > node|z12-
     195 {text-color: magenta;
     196  font-size: 17;
     197  text: concat(tag(rcn_ref),cond(has_tag_key(name), concat(" ", tag(name)),""));
     198  text-halo: #aaffcc;
     199  text-halo-radius: 2;
     200  text-position: right;}
     201
     202relation[type=network][network=rcn][name="Achterhoek"] > node|z-12,
     203relation[type=network][network=rcn][name="Midden-Delfland"] > node,
     204relation[type=network][network=rcn][name="Voorne Putten Rozenburg"] > node,
     205relation[type=network][network=rcn][name="Rivierenland"] > node,
     206relation[type=network][network=rcn][name="Groene Hart"] > node,
     207relation[type=network][network=rcn][name="Vechtdal Overijssel"] > node
     208 {text-color: magenta;
     209  font-size: 17;
     210  text: rcn_ref;
     211  text-halo: #aaffcc;
     212  text-halo-radius: 2;
     213  text-position: right;}
     214 
     215relation[type=network][network=rcn][name="Amstelland - Meerlanden"] > node,
     216relation[type=network][network=rcn][name="IJsseldelta"] > node
     217 {text-color: pink;
     218  font-size: 17;
     219  text: rcn_ref;
     220  text-halo: #aaffcc;
     221  text-halo-radius: 2;
     222  text-position: right;}
     223
    875224}}}