Changes between Initial Version and Version 1 of Styles/Lane_features


Ignore:
Timestamp:
2012-11-17T14:30:00+01:00 (13 years ago)
Author:
Osmonav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_features

    v1 v1  
     1Style [http://wiki.openstreetmap.org/wiki/Josm/styles/lane_features], right-hand-traffic, arrows
     2{{{
     3meta {
     4    title: "Lanes and turn lanes for right-hand traffic, arrow version";
     5    description: "Shown tags:: lanes, turn lanes, bus lanes, changing the lane, cycleways, sidepaths and lightning";
     6    /*
     7    link: "http://wiki.openstreetmap.org/wiki/Key:parking:lane";
     8    */
     9    author: "Wolfgang Hinsch";
     10    version: "0.4_2012-11-16";
     11    license: "CC-BY-SA";
     12    min-josm-version: "5576";
     13}
     14
     15meta[lang=de]
     16{
     17    title: "Fahr- und Abbiegespuren für Rechtsverkehr, Version mit Abbiegepfeilen";
     18    description: "Darstellung der Tags für: Fahrspuren, Abbiegespuren, Busspuren, Spurwechselverbote, Radwege, Bürgersteige und Straßenbeleuchtung";
     19}
     20
     21meta[lang=es]
     22{
     23    title: "Carriles para circulación por la derecha, versión con flechas";
     24    description: "Representación gráfica de los tags de carriles de tráfico, de girar, de autobús y de bicicleta; aceras y alumbrado público";
     25}
     26
     27/* Alle Straßen als gültig setzen, die entsprechende highway-Typen sind und ein tag für lanes gesetzt haben */
     28/* Mark all streets valid beeing an appropriate type of highway and having set a tag for lanes */
     29way[lanes][highway=motorway],
     30way[lanes][highway=~/.*_link/],
     31way[lanes][highway=trunk],
     32way[lanes][highway=~/.*ary/],
     33way[lanes][highway=unclassified],
     34way[lanes][highway=service],
     35way[lanes][highway=residential],
     36way[lanes:forward][lanes:backward][highway=motorway],
     37way[lanes:forward][lanes:backward][highway=~/.*_link/],
     38way[lanes:forward][lanes:backward][highway=trunk],
     39way[lanes:forward][lanes:backward][highway=~/.*ary/],
     40way[lanes:forward][lanes:backward][highway=unclassified],
     41way[lanes:forward][lanes:backward][highway=service],
     42way[lanes:forward][lanes:backward][highway=residential]
     43{ok: true; traffic_side : right; fontsize: 8;}
     44/* Alternative: traffic_side : left für Linksverkehr */
     45
     46/* Einbahnstraßen */
     47/* Oneways */
     48way[is_prop_set(ok)][oneway][oneway=yes],
     49way[is_prop_set(ok)][oneway][oneway=-1]
     50{ einbahn: true;}
     51
     52/* Für alle Straßen Parameter lanes_ges, lanes_fw, lanes_bw, lanes_bth aus den Originalwerten setzen */
     53/* Setting properties lanes_ges (count of lanes total), lanes_fw (forward), lanes_bw, lanes_bth from the origial tags */
     54way[is_prop_set(ok)][lanes]             { lanes_ges : tag(lanes);}
     55way[is_prop_set(ok)]["lanes:forward"]   { lanes_fw  : tag("lanes:forward");}
     56way[is_prop_set(ok)]["lanes:backward"]  { lanes_bw  : tag("lanes:backward");}
     57way[is_prop_set(ok)]["lanes:both"]      { lanes_bth : tag("lanes:both");}
     58way[is_prop_set(ok)]["turn:lanes"]      { turn_lanes: tag("turn:lanes");}
     59
     60/* Fehlende Parameter für Einbahnstraßen ergänzen */
     61/* complete missing properties of oneways */
     62way[lanes][!"lanes:backward"][!"lanes:both"][!"lanes:forward"][oneway][oneway=yes]  { lanes_fw  : prop(lanes_ges);      lanes_bw : 0;   lanes_bth: 0;}
     63way[lanes][!"lanes:backward"][!"lanes:both"][!"lanes:forward"][oneway][oneway=-1]   { lanes_bw  : prop(lanes_ges);      lanes_fw : 0;   lanes_bth: 0;}
     64way[!lanes][!"lanes:backward"][!"lanes:both"]["lanes:forward"][oneway][oneway=yes]  { lanes_ges : prop(lanes_fw);       lanes_bw : 0;   lanes_bth: 0;}
     65way[!lanes]["lanes:backward"][!"lanes:both"][!"lanes:forward"][oneway][oneway=-1]   { lanes_ges : prop(lanes_bw);       lanes_fw : 0;   lanes_bth: 0;}
     66
     67/* Alle Straßen, lanes = forward + backward (forward, backward oder lanes fehlt) */
     68/* Complete properies of all streets if lanes, forward or backward is missing */
     69way[!lanes]["lanes:backward"][!"lanes:both"]["lanes:forward"]                       { lanes_ges : eval((prop(lanes_fw)) + (prop(lanes_bw)));    lanes_bth: 0;}
     70way[lanes]["lanes:backward"][!"lanes:both"][!"lanes:forward"]                       { lanes_fw  : eval((prop(lanes_ges))- (prop(lanes_bw)));    lanes_bth: 0;}
     71way[lanes][!"lanes:backward"][!"lanes:both"]["lanes:forward"]                       { lanes_bw  : eval((prop(lanes_ges))- (prop(lanes_fw)));    lanes_bth: 0;}
     72
     73/* Alle Straßen, both ist definiert oder die drei anderen sind definiert */
     74/* Complete properties if tag lanes:both is set (both for lanes used in both directions */
     75way[!lanes]["lanes:backward"]["lanes:both"]["lanes:forward"]                        { lanes_ges : eval((prop(lanes_fw)) + (prop(lanes_bw)) +    (prop(lanes_bth"))); }
     76way[lanes][!"lanes:backward"]["lanes:both"]["lanes:forward"]                        { lanes_bw  : eval((prop(lanes_ges))- (prop(lanes_fw)) -    (prop(lanes_bth"))); }
     77way[lanes]["lanes:backward"][!"lanes:both"]["lanes:forward"]                        { lanes_bth : eval((prop(lanes_ges))- (prop(lanes_fw)) -    (prop(lanes_bw"))); }
     78way[lanes]["lanes:backward"]["lanes:both"][!"lanes:forward"]                        { lanes_fw  : eval((prop(lanes_ges))- (prop(lanes_bw)) -    (prop(lanes_bth"))); }
     79
     80/* Alle Nicht-Einbahn-Straßen, nur lanes ist definiert */
     81/* completing properties of non-oneways, if only tag lanes is set */
     82/* Until now grafical display is linited to 8 lanes per direction */
     83way[!is_prop_set(einbahn)][lanes =  2][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  1;        lanes_bw :  1;  lanes_bth: 0;}
     84way[!is_prop_set(einbahn)][lanes =  3][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  1;        lanes_bw :  1;  lanes_bth: 1;}
     85way[!is_prop_set(einbahn)][lanes =  4][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  2;        lanes_bw :  2;  lanes_bth: 0;}
     86way[!is_prop_set(einbahn)][lanes =  5][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  2;        lanes_bw :  2;  lanes_bth: 1;}
     87way[!is_prop_set(einbahn)][lanes =  6][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  3;        lanes_bw :  3;  lanes_bth: 0;}
     88way[!is_prop_set(einbahn)][lanes =  7][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  3;        lanes_bw :  3;  lanes_bth: 1;}
     89way[!is_prop_set(einbahn)][lanes =  8][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  4;        lanes_bw :  4;  lanes_bth: 0;}
     90way[!is_prop_set(einbahn)][lanes =  9][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  4;        lanes_bw :  4;  lanes_bth: 1;}
     91way[!is_prop_set(einbahn)][lanes = 10][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  5;        lanes_bw :  5;  lanes_bth: 0;}
     92way[!is_prop_set(einbahn)][lanes = 11][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  5;        lanes_bw :  5;  lanes_bth: 1;}
     93way[!is_prop_set(einbahn)][lanes = 12][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  6;        lanes_bw :  6;  lanes_bth: 0;}
     94way[!is_prop_set(einbahn)][lanes = 13][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  6;        lanes_bw :  6;  lanes_bth: 1;}
     95way[!is_prop_set(einbahn)][lanes = 14][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  7;        lanes_bw :  7;  lanes_bth: 0;}
     96way[!is_prop_set(einbahn)][lanes = 15][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  7;        lanes_bw :  7;  lanes_bth: 1;}
     97way[!is_prop_set(einbahn)][lanes = 16][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  8;        lanes_bw :  8;  lanes_bth: 0;}
     98way[!is_prop_set(einbahn)][lanes = 17][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  8;        lanes_bw :  8;  lanes_bth: 1;}
     99way[!is_prop_set(einbahn)][lanes = 18][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  9;        lanes_bw :  9;  lanes_bth: 0;}
     100way[!is_prop_set(einbahn)][lanes = 19][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw :  9;        lanes_bw :  9;  lanes_bth: 1;}
     101way[!is_prop_set(einbahn)][lanes = 20][!"lanes:backward"][!"lanes:both"][!"lanes:forward"]      { lanes_fw : 10;        lanes_bw : 10;  lanes_bth: 0;}
     102
     103/* Vermeidung negativer Werte bei Eingabefehlern */
     104/* Avoid negaitive values in case of input error */
     105ways[prop(lanes_ges) < 0] {lanes_ges : 0;}
     106ways[prop(lanes_fw)  < 0] {lanes_fw  : 0;}
     107ways[prop(lanes_bw)  < 0] {lanes_bw  : 0;}
     108ways[prop(lanes_bth) < 0] {lanes_bth : 0;}
     109
     110/* bis Zoomlevel 17, keine Darstellung von Fahrspuren*/
     111/* Until zoomlevel 17, no display of lanes */
     112way|z1-17[is_prop_set(ok)]
     113{
     114    b-set: 1;   /* Spurbreite - size of lane */
     115    casing-width: 1;
     116}
     117
     118/* Zoomlevel 17-18, Fahrspuren, aber keine Abbiegepfeile */
     119/* Zoomlevel 17-18, lanes, but no turn lanes */
     120way|z17-18[is_prop_set(ok)]
     121{
     122    b-set: 2;
     123    casing-width: 2;
     124}
     125
     126/* Zoomlevel 18-19, Fahrspuren, aber keine Abbiegepfeile */
     127/* Zoomlevel 18-19, lanes, but no turn lanes */
     128way|z18-19[is_prop_set(ok)]
     129{
     130    b-set: 6;
     131    casing-width: 3;
     132}
     133
     134/* Zoomlevel ab 19, Fahrspuren und Abbiegepfeile */
     135/* Zoomlevel > 19, lanes and turn lanes */
     136way|z19-[is_prop_set(ok)]
     137{
     138    b-set: 20;
     139    casing-width: 3;
     140}
     141
     142/* Spurversatz wg. Mittellinie */
     143/* offset to calculate center line */
     144way|z17-[is_prop_set(ok)]
     145{
     146    b2-set: eval(prop(b-set) / 2);
     147}
     148
     149/* Grundstraßenbild */
     150/* basic street */
     151way[is_prop_set(ok)]
     152{
     153    color: #404040;
     154    casing-color: white;
     155    width: eval(prop(lanes_ges) * (prop(b-set)));
     156}
     157
     158/* Straßenbeleuchtung */
     159/* Lightning */
     160way[is_prop_set(ok)][lit=yes] {color: #707070;}
     161
     162/*------------------------------------------------------------------------------------------------------------------------*/
     163/*                                                                                                                        */
     164/* Fuß- und Radwege                                                                                                       */
     165/* sidewalks and cycleways                                                                                                */
     166/*                                                                                                                        */
     167/*------------------------------------------------------------------------------------------------------------------------*/
     168/* Nur Fußweg rechts */
     169/* at right-hand side sidewalk only */
     170way|z19-[is_prop_set(ok)][sidewalk=~/both|right/][cycleway:both!=track][cycleway:right!=track]
     171{
     172        right-casing-width: 5;
     173        right-casing-color: #FF4020;
     174        right-casing-offset: 10;
     175        right-casing-dashes: 1, 1;
     176}
     177
     178/* Nur Radweg rechts */
     179/* at right-hand side cycleway only */
     180way|z19-[is_prop_set(ok)][sidewalk=left][cycleway:right=track],
     181way|z19-[is_prop_set(ok)][sidewalk=left][cycleway:both=track],
     182way|z19-[is_prop_set(ok)][!sidewalk][cycleway:right=track],
     183way|z19-[is_prop_set(ok)][!sidewalk][cycleway:both=track],
     184way|z19-[is_prop_set(ok)][!sidewalk][cycleway=track]                    /* Aus historischen Gründen/for historc reasons */
     185{
     186        right-casing-width: 10;
     187        right-casing-color: #0010FF;
     188        right-casing-offset: 0;
     189        right-casing-dashes: 1, 1;
     190}
     191
     192/* Fuß- und Radweg rechts */
     193/* at right-hand side sidewalk and cycleway */
     194way|z19-[is_prop_set(ok)][sidewalk=~/both|right/][cycleway:right=track],
     195way|z19-[is_prop_set(ok)][sidewalk=~/both|right/][cycleway:both=track],
     196way|z19-[is_prop_set(ok)][sidewalk=~/both|right/][cycleway=track]
     197{
     198        right-casing-width: 15;
     199        right-casing-color: #00F080;
     200        right-casing-offset: 0;
     201        right-casing-dashes: 1, 1;
     202}
     203
     204/* Nur Fußweg links */
     205/* at left-hand side sidewalk only */
     206way|z19-[is_prop_set(ok)][sidewalk=~/both|left/][cycleway:both!=track][cycleway:left!=track]
     207{
     208        left-casing-width: 10;
     209        left-casing-color: #FF4020;
     210        left-casing-offset: 10;
     211        left-casing-dashes: 1, 1;
     212}
     213
     214/* Nur Radweg links */
     215/* at left-hand side cycleway only */
     216way|z19-[is_prop_set(ok)][sidewalk=left][cycleway:left=track],
     217way|z19-[is_prop_set(ok)][sidewalk=left][cycleway:both=track],
     218way|z19-[is_prop_set(ok)][!sidewalk][cycleway:left=track],
     219way|z19-[is_prop_set(ok)][!sidewalk][cycleway:both=track],
     220way|z19-[is_prop_set(ok)][!sidewalk][cycleway=track][oneway!=yes]
     221{
     222        left-casing-width: 10;
     223        left-casing-color: #0010FF;
     224        left-casing-offset: 0;
     225        left-casing-dashes: 1, 1;
     226}
     227
     228/* Fuß- und Radweg links */
     229/* at left-hand side cycleway and sidewalk */
     230way|z19-[is_prop_set(ok)][sidewalk=~/both|left/][cycleway:left=track],
     231way|z19-[is_prop_set(ok)][sidewalk=~/both|left/][cycleway:both=track],
     232way|z19-[is_prop_set(ok)][sidewalk=~/both|left/][cycleway=track][oneway!=yes]
     233{
     234        left-casing-width: 15;
     235        left-casing-color: #00F080;
     236        left-casing-offset: 0;
     237        left-casing-dashes: 1, 1;
     238}
     239
     240/*------------------------------------------------------------------------------------------------------------------------*/
     241/*                                                                                                                        */
     242/* Busspuren / bus lanes                                                                                                  */
     243/*                                                                                                                        */
     244/*------------------------------------------------------------------------------------------------------------------------*/
     245/* Farbe für Busstraßen / defining the color */
     246way|z19-[is_prop_set(ok)][psv=yes]
     247{
     248    color: #B08000;
     249}
     250
     251/* Using tag access:lanes:[forward|backward], value psv */
     252way|z19-[access:lanes=~/^psv([|]|$)/], way|z19-[access:lanes:forward=~/^psv([|]|$)/] { bus1: true; }
     253way|z19-[access:lanes=~/^([a-z;_]*[|]){1}psv([|]|$)/], way|z19-[access:lanes:forward=~/^([a-z;_]*[|]){1}psv([|]|$)/] { bus2: true; }
     254way|z19-[access:lanes=~/^([a-z;_]*[|]){2}psv([|]|$)/], way|z19-[access:lanes:forward=~/^([a-z;_]*[|]){2}psv([|]|$)/] { bus3: true; }
     255way|z19-[access:lanes=~/^([a-z;_]*[|]){3}psv([|]|$)/], way|z19-[access:lanes:forward=~/^([a-z;_]*[|]){3}psv([|]|$)/] { bus4: true; }
     256way|z19-[access:lanes=~/^([a-z;_]*[|]){4}psv([|]|$)/], way|z19-[access:lanes:forward=~/^([a-z;_]*[|]){4}psv([|]|$)/] { bus5: true; }
     257way|z19-[access:lanes=~/^([a-z;_]*[|]){5}psv([|]|$)/], way|z19-[access:lanes:forward=~/^([a-z;_]*[|]){5}psv([|]|$)/] { bus6: true; }
     258way|z19-[access:lanes=~/^([a-z;_]*[|]){6}psv([|]|$)/], way|z19-[access:lanes:forward=~/^([a-z;_]*[|]){6}psv([|]|$)/] { bus7: true; }
     259way|z19-[access:lanes=~/^([a-z;_]*[|]){7}psv([|]|$)/], way|z19-[access:lanes:forward=~/^([a-z;_]*[|]){7}psv([|]|$)/] { bus8: true; }
     260way|z19-[access:lanes:backward=~/^psv([|]|$)/] { bus1b: true; }
     261way|z19-[access:lanes:backward=~/^([a-z;_]*[|]){1}psv([|]|$)/] { bus2b: true; }
     262way|z19-[access:lanes:backward=~/^([a-z;_]*[|]){2}psv([|]|$)/] { bus3b: true; }
     263way|z19-[access:lanes:backward=~/^([a-z;_]*[|]){3}psv([|]|$)/] { bus4b: true; }
     264way|z19-[access:lanes:backward=~/^([a-z;_]*[|]){4}psv([|]|$)/] { bus5b: true; }
     265way|z19-[access:lanes:backward=~/^([a-z;_]*[|]){5}psv([|]|$)/] { bus6b: true; }
     266way|z19-[access:lanes:backward=~/^([a-z;_]*[|]){6}psv([|]|$)/] { bus7b: true; }
     267way|z19-[access:lanes:backward=~/^([a-z;_]*[|]){7}psv([|]|$)/] { bus8b: true; }
     268
     269way[is_prop_set(bus1, "default")]::Bus1
     270{
     271    color: #B08000;
     272    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     273    (prop(b-set, "default") * (0)) - prop(b2-set, "default"));
     274    width: eval(prop(b-set, "default") -4);
     275    casing-width: 0;
     276    object-z-index: 1.1;
     277}
     278
     279way[is_prop_set(bus2, "default")]::Bus2
     280{
     281    color: #B08000;
     282    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     283    (prop(b-set, "default") * (1)) - prop(b2-set, "default"));
     284    width: eval(prop(b-set, "default") -4);
     285    casing-width: 0;
     286    object-z-index: 1.1;
     287}
     288
     289way[is_prop_set(bus3, "default")]::Bus3
     290{
     291    color: #B08000;
     292    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     293    (prop(b-set, "default") * (2)) - prop(b2-set, "default"));
     294    width: eval(prop(b-set, "default") -4);
     295    casing-width: 0;
     296    object-z-index: 1.1;
     297}
     298
     299way[is_prop_set(bus4, "default")]::Bus4
     300{
     301    color: #B08000;
     302    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     303    (prop(b-set, "default") * (3)) - prop(b2-set, "default"));
     304    width: eval(prop(b-set, "default") -4);
     305    casing-width: 0;
     306    object-z-index: 1.1;
     307}
     308
     309way[is_prop_set(bus5, "default")]::Bus5
     310{
     311    color: #B08000;
     312    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     313    (prop(b-set, "default") * (4)) - prop(b2-set, "default"));
     314    width: eval(prop(b-set, "default") -4);
     315    casing-width: 0;
     316    object-z-index: 1.1;
     317}
     318
     319way[is_prop_set(bus6, "default")]::Bus6
     320{
     321    color: #B08000;
     322    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     323    (prop(b-set, "default") * (5)) - prop(b2-set, "default"));
     324    width: eval(prop(b-set, "default") -4);
     325    casing-width: 0;
     326    object-z-index: 1.1;
     327}
     328
     329way[is_prop_set(bus7, "default")]::Bus7
     330{
     331    color: #B08000;
     332    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     333    (prop(b-set, "default") * (6)) - prop(b2-set, "default"));
     334    width: eval(prop(b-set, "default") -4);
     335    casing-width: 0;
     336    object-z-index: 1.1;
     337}
     338
     339way[is_prop_set(bus8, "default")]::Bus8
     340{
     341    color: #B08000;
     342    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(lanes_bw, "default") * prop(b-set, "default")) -
     343    (prop(b-set, "default") * (7)) - prop(b2-set, "default"));
     344    width: eval(prop(b-set, "default") -4);
     345    casing-width: 0;
     346    object-z-index: 1.1;
     347}
     348
     349way[is_prop_set(bus1b, "default")]::Bus1b
     350{
     351    color: #B08000;
     352    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -1)));
     353    width: eval(prop(b-set, "default") -4);
     354    casing-width: 0;
     355    object-z-index: 1.1;
     356}
     357
     358way[is_prop_set(bus2b, "default")]::Bus2b
     359{
     360    color: #B08000;
     361    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -2)));
     362    width: eval(prop(b-set, "default") -4);
     363    casing-width: 0;
     364    object-z-index: 1.1;
     365}
     366
     367way[is_prop_set(bus3b, "default")]::Bus3b
     368{
     369    color: #B08000;
     370    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -3)));
     371    width: eval(prop(b-set, "default") -4);
     372    casing-width: 0;
     373    object-z-index: 1.1;
     374}
     375
     376way[is_prop_set(bus4b, "default")]::Bus4b
     377{
     378    color: #B08000;
     379    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -4)));
     380    width: eval(prop(b-set, "default") -4);
     381    casing-width: 0;
     382    object-z-index: 1.1;
     383}
     384
     385way[is_prop_set(bus5b, "default")]::Bus5b
     386{
     387    color: #B08000;
     388    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -5)));
     389    width: eval(prop(b-set, "default") -4);
     390    casing-width: 0;
     391    object-z-index: 1.1;
     392}
     393
     394way[is_prop_set(bus6b, "default")]::Bus6b
     395{
     396    color: #B08000;
     397    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -6)));
     398    width: eval(prop(b-set, "default") -4);
     399    casing-width: 0;
     400    object-z-index: 1.1;
     401}
     402
     403way[is_prop_set(bus7b, "default")]::Bus7b
     404{
     405    color: #B08000;
     406    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -7)));
     407    width: eval(prop(b-set, "default") -4);
     408    casing-width: 0;
     409    object-z-index: 1.1;
     410}
     411
     412way[is_prop_set(bus8b, "default")]::Bus8b
     413{
     414    color: #B08000;
     415    offset: eval((prop(lanes_ges, "default") * prop(b2-set, "default")) - (prop(b2-set, "default") *1) - (prop(b-set, "default") * (prop(lanes_bw, "default") -8)));
     416    width: eval(prop(b-set, "default") -4);
     417    casing-width: 0;
     418    object-z-index: 1.1;
     419}
     420
     421/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     422/*                                                                                                                                                 */
     423/* Fahrbahn-Trennlinien, wenn der Spurwechsel unbegrenzt möglich ist (keine change:lanes)                                                           */
     424/* road painting, if changing the lane is not linited                (no    change:lanes)                                                           */
     425/*                                                                                                                                                 */
     426/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     427way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 1][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_1,
     428way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 2][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_2,
     429way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 3][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_3,
     430way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 4][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_4,
     431way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 5][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_5,
     432way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 6][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_6,
     433way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 7][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_7,
     434way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 8][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_8,
     435way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 9][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_9,
     436way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 10][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_10,
     437way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 11][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_11,
     438way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 12][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_12,
     439way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 13][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_13,
     440way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 14][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_14,
     441way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 15][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_15,
     442way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 16][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_16
     443{
     444    color: white;
     445    width: 1;
     446    offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default")));
     447    object-z-index: 2.0;
     448    dashes: 10, 10;
     449}
     450
     451way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 2][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_2
     452{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *2)); }
     453
     454way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 3][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_3
     455{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *3)); }
     456
     457way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 4][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_4
     458{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *4)); }
     459
     460way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 5][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_5
     461{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *5)); }
     462
     463way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 6][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_6
     464{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *6)); }
     465
     466way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 7][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_7
     467{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *7)); }
     468
     469way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 8][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_8
     470{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *8)); }
     471
     472way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 9][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_9
     473{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *9)); }
     474
     475way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 10][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_10
     476{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *10)); }
     477
     478way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 11][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_11
     479{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *11)); }
     480
     481way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 12][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_12
     482{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *12)); }
     483
     484way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 13][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_13
     485{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *13)); }
     486
     487way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 14][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_14
     488{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *14)); }
     489
     490way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 15][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_15
     491{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *15)); }
     492
     493way|z17-[is_prop_set(ok, "default")][prop(lanes_ges, "default") > 16][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Fahrspur_16
     494{ offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *16)); }
     495
     496way|z17-[is_prop_set(ok, "default")][prop(lanes_bth, "default") > 0][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Begegnungsspur
     497{
     498    color: #A0A020;
     499    width: eval(prop(b-set, "default") * prop(lanes_bth, "default"));
     500    offset: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop("lanes_bw", "default"))) - (((prop(b-set, "default")) * (prop(lanes_bth, "default"))) / 2));
     501    object-z-index: 2.5;
     502}
     503
     504/* Centerline */
     505way|z17-[is_prop_set(ok, "default")][!is_prop_set(einbahn, "default")][prop(lanes_ges, "default")>1][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Mittelstrich_1
     506{
     507    color: white;
     508    width: 3;
     509    lanes_bw: 2;
     510    offset: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default"))));
     511    dashes: 10, 10;
     512    object-z-index: 3.0;
     513}
     514
     515/* Centerline2 if # of lanes is odd and no lanes:forward defined */
     516way|z17-[is_prop_set(ok, "default")][!is_prop_set(einbahn, "default")][prop(lanes_ges, "default")>2][prop(lanes_bth, "default") > 0][!change:lanes][!change:lanes:forward][!change:lanes:backward]::Mittelstrich_2
     517{
     518    color: white;
     519    width: 3;
     520    offset: eval(((prop(lanes_ges, "default")) * ((prop(b2-set, "default")))) - ((prop(b-set, "default")) * ((prop("lanes_bw", "default")) + (prop(lanes_bth, "default")))));
     521    dashes: 10, 10;
     522    object-z-index: 3.1;
     523}
     524
     525/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     526/*                                                                                                                                                 */
     527/* Mit tag "change:lanes" definierte Fahrspurwechselmöglichkeiten, / Posibiliy of changing the lanes, defined with tag "change:lanes"              */
     528/* ausgewertete Werte / evaluated values : yes, no, to_left, to_right                                                                              */
     529/*                                                                                                                                                 */
     530/* Fahrspur 1                                                                                                                                      */
     531/*                                                                                                                                                 */
     532/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     533way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 0][change:lanes=~/^(yes|to_left)([|]|$)/][prop(lanes_bw, "default") > 0]::Fahrspur_1_F_L,
     534way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 0][change:lanes:forward=~/^(yes|to_left)([|]|$)/][prop(lanes_bw, "default") > 0]::Fahrspur_1_F_L
     535{
     536    color: white;
     537    width: 3;
     538    offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *0) - (prop(b-set, "default") * prop(lanes_bw, "default"))-2);
     539    dashes: 10, 10;
     540    object-z-index: 2.1;
     541}
     542
     543way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 0][change:lanes=~/^(no|to_right)([|]|$)/][prop(lanes_bw, "default") > 0]::Fahrspur_1_F_L,
     544way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 0][change:lanes:forward=~/^(no|to_right)([|]|$)/][prop(lanes_bw, "default") > 0]::Fahrspur_1_F_L
     545{
     546    color: white;
     547    width: 3;
     548    offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *0) - (prop(b-set, "default") * prop(lanes_bw, "default"))-2);
     549    object-z-index: 2.1;
     550}
     551
     552way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes=~/^(yes|to_right)([|]|$)/]::Fahrspur_1_F_R,
     553way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes:forward=~/^(yes|to_right)([|]|$)/]::Fahrspur_1_F_R
     554{
     555    color: white;
     556    width: 1;
     557    offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *1) - (prop(b-set, "default") * prop(lanes_bw, "default"))-(-1));
     558    dashes: 10, 10;
     559    object-z-index: 2.1;
     560}
     561
     562way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes=~/^(no|to_left)([|]|$)/]::Fahrspur_1_F_R,
     563way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes:forward=~/^(no|to_left)([|]|$)/]::Fahrspur_1_F_R
     564{
     565    color: white;
     566    width: 1;
     567    offset: eval((prop(lanes_ges, "default") * (prop(b2-set, "default"))) - (prop(b-set, "default") *1) - (prop(b-set, "default") * prop(lanes_bw, "default"))-(-1));
     568    object-z-index: 2.1;
     569}
     570
     571way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 0][change:lanes:backward=~/^(yes|to_left)([|]|$)/][prop(lanes_fw, "default") > 0]::Fahrspur_1_B_L
     572{
     573    color: white;
     574    width: 3;
     575    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*0)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-2));
     576    dashes: 10, 10;
     577    object-z-index: 2.1;
     578}
     579
     580way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 0][change:lanes:backward=~/^(no|to_right)([|]|$)/][prop(lanes_fw, "default") > 0]::Fahrspur_1_B_L
     581{
     582    color: white;
     583    width: 3;
     584    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*0)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-2));
     585    object-z-index: 2.1;
     586}
     587
     588way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 1][change:lanes:backward=~/^(yes|to_right)([|]|$)/]::Fahrspur_1_B_R
     589{
     590    color: white;
     591    width: 1;
     592    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-1))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     593    dashes: 10, 10;
     594    object-z-index: 2.1;
     595}
     596
     597way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 1][change:lanes:backward=~/^(no|to_left)([|]|$)/]::Fahrspur_1_B_R
     598{
     599    color: white;
     600    width: 1;
     601    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-1))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     602    object-z-index: 2.1;
     603}
     604
     605/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     606/*                                                                                                                                                 */
     607/* Fahrspur 2                                                                                                                                      */
     608/*                                                                                                                                                 */
     609/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     610way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes=~/^([a-z_]*[|]){1}(yes|to_left)([|]|$)/]::Fahrspur_2_F_L,
     611way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes:forward=~/^([a-z_]*[|]){1}(yes|to_left)([|]|$)/]::Fahrspur_2_F_L
     612{
     613    color: white;
     614    width: 1;
     615    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*1)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     616    dashes: 10, 10;
     617    object-z-index: 2.1;
     618}
     619
     620way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes=~/^([a-z_]*[|]){1}(no|to_right)([|]|$)/]::Fahrspur_2_F_L,
     621way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 1][change:lanes:forward=~/^([a-z_]*[|]){1}(no|to_right)([|]|$)/]::Fahrspur_2_F_L
     622{
     623    color: white;
     624    width: 1;
     625    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*1)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     626    object-z-index: 2.1;
     627}
     628
     629way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes=~/^([a-z_]*[|]){1}(yes|to_right)([|]|$)/]::Fahrspur_2_F_R,
     630way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes:forward=~/^([a-z_]*[|]){1}(yes|to_right)([|]|$)/]::Fahrspur_2_F_R
     631{
     632    color: white;
     633    width: 1;
     634    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*2)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     635    dashes: 10, 10;
     636    object-z-index: 2.1;
     637}
     638
     639way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes=~/^([a-z_]*[|]){1}(no|to_left)([|]|$)/]::Fahrspur_2_F_R,
     640way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes:forward=~/^([a-z_]*[|]){1}(no|to_left)([|]|$)/]::Fahrspur_2_F_R
     641{
     642    color: white;
     643    width: 1;
     644    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*2)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     645    object-z-index: 2.1;
     646}
     647
     648way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 1][change:lanes:backward=~/^([a-z_]*[|]){1}(yes|to_left)([|]|$)/]::Fahrspur_2_B_L
     649{
     650    color: white;
     651    width: 1;
     652    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-1))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     653    dashes: 10, 10;
     654    object-z-index: 2.1;
     655}
     656
     657way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 1][change:lanes:backward=~/^([a-z_]*[|]){1}(no|to_right)([|]|$)/]::Fahrspur_2_B_L
     658{
     659    color: white;
     660    width: 1;
     661    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-1))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     662    object-z-index: 2.1;
     663}
     664
     665way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 2][change:lanes:backward=~/^([a-z_]*[|]){1}(yes|to_right)([|]|$)/]::Fahrspur_2_B_R
     666{
     667    color: white;
     668    width: 1;
     669    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-2))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     670    dashes: 10, 10;
     671    object-z-index: 2.1;
     672}
     673
     674way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 2][change:lanes:backward=~/^([a-z_]*[|]){1}(no|to_left)([|]|$)/]::Fahrspur_2_B_R
     675{
     676    color: white;
     677    width: 1;
     678    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-2))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     679    object-z-index: 2.1;
     680}
     681
     682/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     683/*                                                                                                                                                 */
     684/* Fahrspur 3                                                                                                                                      */
     685/*                                                                                                                                                 */
     686/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     687way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes=~/^([a-z_]*[|]){2}(yes|to_left)([|]|$)/]::Fahrspur_3_F_L,
     688way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes:forward=~/^([a-z_]*[|]){2}(yes|to_left)([|]|$)/]::Fahrspur_3_F_L
     689{
     690    color: white;
     691    width: 1;
     692    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*2)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     693    dashes: 10, 10;
     694    object-z-index: 2.1;
     695}
     696
     697way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes=~/^([a-z_]*[|]){2}(no|to_right)([|]|$)/]::Fahrspur_3_F_L,
     698way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 2][change:lanes:forward=~/^([a-z_]*[|]){2}(no|to_right)([|]|$)/]::Fahrspur_3_F_L
     699{
     700    color: white;
     701    width: 1;
     702    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*2)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     703    object-z-index: 2.1;
     704}
     705
     706way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes=~/^([a-z_]*[|]){2}(yes|to_right)([|]|$)/]::Fahrspur_3_F_R,
     707way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes:forward=~/^([a-z_]*[|]){2}(yes|to_right)([|]|$)/]::Fahrspur_3_F_R
     708{
     709    color: white;
     710    width: 1;
     711    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*3)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     712    dashes: 10, 10;
     713    object-z-index: 2.1;
     714}
     715
     716way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes=~/^([a-z_]*[|]){2}(no|to_left)([|]|$)/]::Fahrspur_3_F_R,
     717way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes:forward=~/^([a-z_]*[|]){2}(no|to_left)([|]|$)/]::Fahrspur_3_F_R
     718{
     719    color: white;
     720    width: 1;
     721    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*3)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     722    object-z-index: 2.1;
     723}
     724
     725way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 2][change:lanes:backward=~/^([a-z_]*[|]){2}(yes|to_left)([|]|$)/]::Fahrspur_3_B_L
     726{
     727    color: white;
     728    width: 1;
     729    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-2))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     730    dashes: 10, 10;
     731    object-z-index: 2.1;
     732}
     733
     734way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 2][change:lanes:backward=~/^([a-z_]*[|]){2}(no|to_right)([|]|$)/]::Fahrspur_3_B_L
     735{
     736    color: white;
     737    width: 1;
     738    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-2))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     739    object-z-index: 2.1;
     740}
     741
     742way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 3][change:lanes:backward=~/^([a-z_]*[|]){2}(yes|to_right)([|]|$)/]::Fahrspur_3_B_R
     743{
     744    color: white;
     745    width: 1;
     746    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-3))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     747    dashes: 10, 10;
     748    object-z-index: 2.1;
     749}
     750
     751way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 3][change:lanes:backward=~/^([a-z_]*[|]){2}(no|to_left)([|]|$)/]::Fahrspur_3_B_R
     752{
     753    color: white;
     754    width: 1;
     755    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-3))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     756    object-z-index: 2.1;
     757}
     758
     759/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     760/*                                                                                                                                                 */
     761/* Fahrspur 4                                                                                                                                      */
     762/*                                                                                                                                                 */
     763/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     764way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes=~/^([a-z_]*[|]){3}(yes|to_left)([|]|$)/]::Fahrspur_4_F_L,
     765way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes:forward=~/^([a-z_]*[|]){3}(yes|to_left)([|]|$)/]::Fahrspur_4_F_L
     766{
     767    color: white;
     768    width: 1;
     769    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*3)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     770    dashes: 10, 10;
     771    object-z-index: 2.1;
     772}
     773
     774way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes=~/^([a-z_]*[|]){3}(no|to_right)([|]|$)/]::Fahrspur_4_F_L,
     775way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 3][change:lanes:forward=~/^([a-z_]*[|]){3}(no|to_right)([|]|$)/]::Fahrspur_4_F_L
     776{
     777    color: white;
     778    width: 1;
     779    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*3)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     780    object-z-index: 2.1;
     781}
     782
     783way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes=~/^([a-z_]*[|]){3}(yes|to_right)([|]|$)/]::Fahrspur_4_F_R,
     784way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes:forward=~/^([a-z_]*[|]){3}(yes|to_right)([|]|$)/]::Fahrspur_4_F_R
     785{
     786    color: white;
     787    width: 1;
     788    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*4)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     789    dashes: 10, 10;
     790    object-z-index: 2.1;
     791}
     792
     793way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes=~/^([a-z_]*[|]){3}(no|to_left)([|]|$)/]::Fahrspur_4_F_R,
     794way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes:forward=~/^([a-z_]*[|]){3}(no|to_left)([|]|$)/]::Fahrspur_4_F_R
     795{
     796    color: white;
     797    width: 1;
     798    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*4)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     799    object-z-index: 2.1;
     800}
     801
     802way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 3][change:lanes:backward=~/^([a-z_]*[|]){3}(yes|to_left)([|]|$)/]::Fahrspur_4_B_L
     803{
     804    color: white;
     805    width: 1;
     806    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-3))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     807    dashes: 10, 10;
     808    object-z-index: 2.1;
     809}
     810
     811way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 3][change:lanes:backward=~/^([a-z_]*[|]){3}(no|to_right)([|]|$)/]::Fahrspur_4_B_L
     812{
     813    color: white;
     814    width: 1;
     815    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-3))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     816    object-z-index: 2.1;
     817}
     818
     819way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 4][change:lanes:backward=~/^([a-z_]*[|]){3}(yes|to_right)([|]|$)/]::Fahrspur_4_B_R
     820{
     821    color: white;
     822    width: 1;
     823    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-4))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     824    dashes: 10, 10;
     825    object-z-index: 2.1;
     826}
     827
     828way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 4][change:lanes:backward=~/^([a-z_]*[|]){3}(no|to_left)([|]|$)/]::Fahrspur_4_B_R
     829{
     830    color: white;
     831    width: 1;
     832    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-4))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     833    object-z-index: 2.1;
     834}
     835
     836/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     837/*                                                                                                                                                 */
     838/* Fahrspur 5                                                                                                                                      */
     839/*                                                                                                                                                 */
     840/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     841way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes=~/^([a-z_]*[|]){4}(yes|to_left)([|]|$)/]::Fahrspur_5_F_L,
     842way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes:forward=~/^([a-z_]*[|]){4}(yes|to_left)([|]|$)/]::Fahrspur_5_F_L
     843{
     844    color: white;
     845    width: 1;
     846    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*4)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     847    dashes: 10, 10;
     848    object-z-index: 2.1;
     849}
     850
     851way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes=~/^([a-z_]*[|]){4}(no|to_right)([|]|$)/]::Fahrspur_5_F_L,
     852way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 4][change:lanes:forward=~/^([a-z_]*[|]){4}(no|to_right)([|]|$)/]::Fahrspur_5_F_L
     853{
     854    color: white;
     855    width: 1;
     856    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*4)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     857    object-z-index: 2.1;
     858}
     859
     860way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes=~/^([a-z_]*[|]){4}(yes|to_right)([|]|$)/]::Fahrspur_5_F_R,
     861way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes:forward=~/^([a-z_]*[|]){4}(yes|to_right)([|]|$)/]::Fahrspur_5_F_R
     862{
     863    color: white;
     864    width: 1;
     865    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*5)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     866    dashes: 10, 10;
     867    object-z-index: 2.1;
     868}
     869
     870way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes=~/^([a-z_]*[|]){4}(no|to_left)([|]|$)/]::Fahrspur_5_F_R,
     871way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes:forward=~/^([a-z_]*[|]){4}(no|to_left)([|]|$)/]::Fahrspur_5_F_R
     872{
     873    color: white;
     874    width: 1;
     875    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*5)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     876    object-z-index: 2.1;
     877}
     878
     879way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 4][change:lanes:backward=~/^([a-z_]*[|]){4}(yes|to_left)([|]|$)/]::Fahrspur_5_B_L
     880{
     881    color: white;
     882    width: 1;
     883    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-4))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     884    dashes: 10, 10;
     885    object-z-index: 2.1;
     886}
     887
     888way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 4][change:lanes:backward=~/^([a-z_]*[|]){4}(no|to_right)([|]|$)/]::Fahrspur_5_B_L
     889{
     890    color: white;
     891    width: 1;
     892    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-4))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     893    object-z-index: 2.1;
     894}
     895
     896way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 5][change:lanes:backward=~/^([a-z_]*[|]){4}(yes|to_right)([|]|$)/]::Fahrspur_5_B_R
     897{
     898    color: white;
     899    width: 1;
     900    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-5))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     901    dashes: 10, 10;
     902    object-z-index: 2.1;
     903}
     904
     905way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 5][change:lanes:backward=~/^([a-z_]*[|]){4}(no|to_left)([|]|$)/]::Fahrspur_5_B_R
     906{
     907    color: white;
     908    width: 1;
     909    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-5))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     910    object-z-index: 2.1;
     911}
     912
     913/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     914/*                                                                                                                                                 */
     915/* Fahrspur 6                                                                                                                                      */
     916/*                                                                                                                                                 */
     917/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     918way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes=~/^([a-z_]*[|]){5}(yes|to_left)([|]|$)/]::Fahrspur_6_F_L,
     919way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes:forward=~/^([a-z_]*[|]){5}(yes|to_left)([|]|$)/]::Fahrspur_6_F_L
     920{
     921    color: white;
     922    width: 1;
     923    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*5)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     924    dashes: 10, 10;
     925    object-z-index: 2.1;
     926}
     927
     928way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes=~/^([a-z_]*[|]){5}(no|to_right)([|]|$)/]::Fahrspur_6_F_L,
     929way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 5][change:lanes:forward=~/^([a-z_]*[|]){5}(no|to_right)([|]|$)/]::Fahrspur_6_F_L
     930{
     931    color: white;
     932    width: 1;
     933    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*5)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     934    object-z-index: 2.1;
     935}
     936
     937way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes=~/^([a-z_]*[|]){5}(yes|to_right)([|]|$)/]::Fahrspur_6_F_R,
     938way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes:forward=~/^([a-z_]*[|]){5}(yes|to_right)([|]|$)/]::Fahrspur_6_F_R
     939{
     940    color: white;
     941    width: 1;
     942    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*6)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     943    dashes: 10, 10;
     944    object-z-index: 2.1;
     945}
     946
     947way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes=~/^([a-z_]*[|]){5}(no|to_left)([|]|$)/]::Fahrspur_6_F_R,
     948way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes:forward=~/^([a-z_]*[|]){5}(no|to_left)([|]|$)/]::Fahrspur_6_F_R
     949{
     950    color: white;
     951    width: 1;
     952    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*6)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     953    object-z-index: 2.1;
     954}
     955
     956way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 5][change:lanes:backward=~/^([a-z_]*[|]){5}(yes|to_left)([|]|$)/]::Fahrspur_6_B_L
     957{
     958    color: white;
     959    width: 1;
     960    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-5))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     961    dashes: 10, 10;
     962    object-z-index: 2.1;
     963}
     964
     965way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 5][change:lanes:backward=~/^([a-z_]*[|]){5}(no|to_right)([|]|$)/]::Fahrspur_6_B_L
     966{
     967    color: white;
     968    width: 1;
     969    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-5))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     970    object-z-index: 2.1;
     971}
     972
     973way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 6][change:lanes:backward=~/^([a-z_]*[|]){5}(yes|to_right)([|]|$)/]::Fahrspur_6_B_R
     974{
     975    color: white;
     976    width: 1;
     977    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-6))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     978    dashes: 10, 10;
     979    object-z-index: 2.1;
     980}
     981
     982way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 6][change:lanes:backward=~/^([a-z_]*[|]){5}(no|to_left)([|]|$)/]::Fahrspur_6_B_R
     983{
     984    color: white;
     985    width: 1;
     986    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-6))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     987    object-z-index: 2.1;
     988}
     989
     990/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     991/*                                                                                                                                                 */
     992/* Fahrspur 7                                                                                                                                      */
     993/*                                                                                                                                                 */
     994/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     995way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes=~/^([a-z_]*[|]){6}(yes|to_left)([|]|$)/]::Fahrspur_7_F_L,
     996way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes:forward=~/^([a-z_]*[|]){6}(yes|to_left)([|]|$)/]::Fahrspur_7_F_L
     997{
     998    color: white;
     999    width: 1;
     1000    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*6)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1001    dashes: 10, 10;
     1002    object-z-index: 2.1;
     1003}
     1004
     1005way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes=~/^([a-z_]*[|]){6}(no|to_right)([|]|$)/]::Fahrspur_7_F_L,
     1006way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 6][change:lanes:forward=~/^([a-z_]*[|]){6}(no|to_right)([|]|$)/]::Fahrspur_7_F_L
     1007{
     1008    color: white;
     1009    width: 1;
     1010    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*6)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1011    object-z-index: 2.1;
     1012}
     1013
     1014way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes=~/^([a-z_]*[|]){6}(yes|to_right)([|]|$)/]::Fahrspur_7_F_R,
     1015way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes:forward=~/^([a-z_]*[|]){6}(yes|to_right)([|]|$)/]::Fahrspur_7_F_R
     1016{
     1017    color: white;
     1018    width: 1;
     1019    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*7)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1020    dashes: 10, 10;
     1021    object-z-index: 2.1;
     1022}
     1023
     1024way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes=~/^([a-z_]*[|]){6}(no|to_left)([|]|$)/]::Fahrspur_7_F_R,
     1025way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes:forward=~/^([a-z_]*[|]){6}(no|to_left)([|]|$)/]::Fahrspur_7_F_R
     1026{
     1027    color: white;
     1028    width: 1;
     1029    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*7)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1030    object-z-index: 2.1;
     1031}
     1032
     1033way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 6][change:lanes:backward=~/^([a-z_]*[|]){6}(yes|to_left)([|]|$)/]::Fahrspur_7_B_L
     1034{
     1035    color: white;
     1036    width: 1;
     1037    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-6))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1038    dashes: 10, 10;
     1039    object-z-index: 2.1;
     1040}
     1041
     1042way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 6][change:lanes:backward=~/^([a-z_]*[|]){6}(no|to_right)([|]|$)/]::Fahrspur_7_B_L
     1043{
     1044    color: white;
     1045    width: 1;
     1046    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-6))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1047    object-z-index: 2.1;
     1048}
     1049
     1050way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 7][change:lanes:backward=~/^([a-z_]*[|]){6}(yes|to_right)([|]|$)/]::Fahrspur_7_B_R
     1051{
     1052    color: white;
     1053    width: 1;
     1054    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-7))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1055    dashes: 10, 10;
     1056    object-z-index: 2.1;
     1057}
     1058
     1059way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 7][change:lanes:backward=~/^([a-z_]*[|]){6}(no|to_left)([|]|$)/]::Fahrspur_7_B_R
     1060{
     1061    color: white;
     1062    width: 1;
     1063    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-7))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1064    object-z-index: 2.1;
     1065}
     1066
     1067/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1068/*                                                                                                                                                 */
     1069/* Fahrspur 8                                                                                                                                      */
     1070/*                                                                                                                                                 */
     1071/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1072way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes=~/^([a-z_]*[|]){7}(yes|to_left)([|]|$)/]::Fahrspur_8_F_L,
     1073way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes:forward=~/^([a-z_]*[|]){7}(yes|to_left)([|]|$)/]::Fahrspur_8_F_L
     1074{
     1075    color: white;
     1076    width: 1;
     1077    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*7)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1078    dashes: 10, 10;
     1079    object-z-index: 2.1;
     1080}
     1081
     1082way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes=~/^([a-z_]*[|]){7}(no|to_right)([|]|$)/]::Fahrspur_8_F_L,
     1083way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 7][change:lanes:forward=~/^([a-z_]*[|]){7}(no|to_right)([|]|$)/]::Fahrspur_8_F_L
     1084{
     1085    color: white;
     1086    width: 1;
     1087    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*7)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1088    object-z-index: 2.1;
     1089}
     1090
     1091way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 8][change:lanes=~/^([a-z_]*[|]){7}(yes|to_right)([|]|$)/]::Fahrspur_8_F_R,
     1092way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 8][change:lanes:forward=~/^([a-z_]*[|]){7}(yes|to_right)([|]|$)/]::Fahrspur_8_F_R
     1093{
     1094    color: white;
     1095    width: 1;
     1096    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*8)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1097    dashes: 10, 10;
     1098    object-z-index: 2.1;
     1099}
     1100
     1101way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 8][change:lanes=~/^([a-z_]*[|]){7}(no|to_left)([|]|$)/]::Fahrspur_8_F_R,
     1102way|z17-[is_prop_set(ok, "default")][prop(lanes_fw, "default") > 8][change:lanes:forward=~/^([a-z_]*[|]){7}(no|to_left)([|]|$)/]::Fahrspur_8_F_R
     1103{
     1104    color: white;
     1105    width: 1;
     1106    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*8)-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1107    object-z-index: 2.1;
     1108}
     1109
     1110way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 7][change:lanes:backward=~/^([a-z_]*[|]){7}(yes|to_left)([|]|$)/]::Fahrspur_8_B_L
     1111{
     1112    color: white;
     1113    width: 1;
     1114    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-7))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1115    dashes: 10, 10;
     1116    object-z-index: 2.1;
     1117}
     1118
     1119way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 7][change:lanes:backward=~/^([a-z_]*[|]){7}(no|to_right)([|]|$)/]::Fahrspur_8_B_L
     1120{
     1121    color: white;
     1122    width: 1;
     1123    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-7))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-(-1));
     1124    object-z-index: 2.1;
     1125}
     1126
     1127way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 8][change:lanes:backward=~/^([a-z_]*[|]){7}(yes|to_right)([|]|$)/]::Fahrspur_8_B_R
     1128{
     1129    color: white;
     1130    width: 1;
     1131    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-8))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1132    dashes: 10, 10;
     1133    object-z-index: 2.1;
     1134}
     1135
     1136way|z17-[is_prop_set(ok, "default")][prop(lanes_bw, "default") > 8][change:lanes:backward=~/^([a-z_]*[|]){7}(no|to_left)([|]|$)/]::Fahrspur_8_B_R
     1137{
     1138    color: white;
     1139    width: 1;
     1140    offset:eval((prop(lanes_ges,"default")*(prop(b2-set,"default"))*(-1))-(prop(b-set,"default")*(-8))-(prop(b-set,"default")*prop(lanes_fw,"default")*(-1))-1);
     1141    object-z-index: 2.1;
     1142}
     1143
     1144/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1145/*                                                                                                                                                 */
     1146/* Definition der Layer für die einzelnen Spuren, vereinfacht sonst nötige Klimmzüge bei den reg. Ausdrücken                                       */
     1147/* Definition of layers for each lane, avoiding trouble using regular expressions                                                                  */
     1148/*                                                                                                                                                 */
     1149/* Fahrspur1 Vorwärts                                                                                                                              */
     1150/* lane1 forward                                                                                                                                   */
     1151/*                                                                                                                                                 */
     1152/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1153way|z19-[turn:lanes=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_1, way|z19-[turn:lanes:forward=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_1 { a1g1: true; }
     1154way|z19-[turn:lanes=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_2, way|z19-[turn:lanes:forward=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_2 { a1g2: true; }
     1155way|z19-[turn:lanes=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_3, way|z19-[turn:lanes:forward=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_3 { a1g3: true; }
     1156way|z19-[turn:lanes=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_4, way|z19-[turn:lanes:forward=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_4 { a1g4: true; }
     1157way|z19-[turn:lanes=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_5, way|z19-[turn:lanes:forward=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_5 { a1g5: true; }
     1158way|z19-[turn:lanes=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_6, way|z19-[turn:lanes:forward=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_6 { a1g6: true; }
     1159way|z19-[turn:lanes=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_7, way|z19-[turn:lanes:forward=~/^(straight|through)([|]|$)/]::Abbiegespur_1_G_7 { a1g7: true; }
     1160
     1161way|z19-[turn:lanes=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_1, way|z19-[turn:lanes:forward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_1 { a1r1: true; }
     1162way|z19-[turn:lanes=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_2, way|z19-[turn:lanes:forward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_2 { a1r2: true; }
     1163way|z19-[turn:lanes=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_3, way|z19-[turn:lanes:forward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_3 { a1r3: true; }
     1164way|z19-[turn:lanes=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_4, way|z19-[turn:lanes:forward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_4 { a1r4: true; }
     1165way|z19-[turn:lanes=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_5, way|z19-[turn:lanes:forward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_5 { a1r5: true; }
     1166way|z19-[turn:lanes=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_6, way|z19-[turn:lanes:forward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_6 { a1r6: true; }
     1167way|z19-[turn:lanes=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_7, way|z19-[turn:lanes:forward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1_R_7 { a1r7: true; }
     1168
     1169way|z19-[turn:lanes=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_1, way|z19-[turn:lanes:forward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_1 { a1l1: true; }
     1170way|z19-[turn:lanes=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_2, way|z19-[turn:lanes:forward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_2 { a1l2: true; }
     1171way|z19-[turn:lanes=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_3, way|z19-[turn:lanes:forward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_3 { a1l3: true; }
     1172way|z19-[turn:lanes=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_4, way|z19-[turn:lanes:forward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_4 { a1l4: true; }
     1173way|z19-[turn:lanes=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_5, way|z19-[turn:lanes:forward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_5 { a1l5: true; }
     1174way|z19-[turn:lanes=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_6, way|z19-[turn:lanes:forward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_6 { a1l6: true; }
     1175way|z19-[turn:lanes=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_7, way|z19-[turn:lanes:forward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1_L_7 { a1l7: true; }
     1176
     1177way|z19-[turn:lanes=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_1,
     1178way|z19-[turn:lanes:forward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_1 { a1lg1: true; }
     1179way|z19-[turn:lanes=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_2,
     1180way|z19-[turn:lanes:forward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_2 { a1lg2: true; }
     1181way|z19-[turn:lanes=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_3,
     1182way|z19-[turn:lanes:forward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_3 { a1lg3: true; }
     1183way|z19-[turn:lanes=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_4,
     1184way|z19-[turn:lanes:forward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_4 { a1lg4: true; }
     1185way|z19-[turn:lanes=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_5,
     1186way|z19-[turn:lanes:forward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_5 { a1lg5: true; }
     1187way|z19-[turn:lanes=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_6,
     1188way|z19-[turn:lanes:forward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_6 { a1lg6: true; }
     1189way|z19-[turn:lanes=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_7,
     1190way|z19-[turn:lanes:forward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1_LG_7 { a1lg7: true; }
     1191
     1192way|z19-[turn:lanes=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_1,
     1193way|z19-[turn:lanes:forward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_1 { a1rg1: true; }
     1194way|z19-[turn:lanes=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_2,
     1195way|z19-[turn:lanes:forward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_2 { a1rg2: true; }
     1196way|z19-[turn:lanes=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_3,
     1197way|z19-[turn:lanes:forward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_3 { a1rg3: true; }
     1198way|z19-[turn:lanes=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_4,
     1199way|z19-[turn:lanes:forward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_4 { a1rg4: true; }
     1200way|z19-[turn:lanes=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_5,
     1201way|z19-[turn:lanes:forward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_5 { a1rg5: true; }
     1202way|z19-[turn:lanes=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_6,
     1203way|z19-[turn:lanes:forward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_6 { a1rg6: true; }
     1204way|z19-[turn:lanes=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_7,
     1205way|z19-[turn:lanes:forward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RG_7 { a1rg7: true; }
     1206
     1207way|z19-[turn:lanes=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_1,
     1208way|z19-[turn:lanes:forward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_1 { a1rl1: true; }
     1209way|z19-[turn:lanes=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_2,
     1210way|z19-[turn:lanes:forward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_2 { a1rl2: true; }
     1211way|z19-[turn:lanes=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_3,
     1212way|z19-[turn:lanes:forward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_3 { a1rl3: true; }
     1213way|z19-[turn:lanes=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_4,
     1214way|z19-[turn:lanes:forward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_4 { a1rl4: true; }
     1215way|z19-[turn:lanes=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_5,
     1216way|z19-[turn:lanes:forward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_5 { a1rl5: true; }
     1217way|z19-[turn:lanes=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_6,
     1218way|z19-[turn:lanes:forward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_6 { a1rl6: true; }
     1219way|z19-[turn:lanes=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_7,
     1220way|z19-[turn:lanes:forward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1_RL_7 { a1rl7: true; }
     1221
     1222/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1223/*                                                                                                                                                 */
     1224/* Definition der Layer für die einzelnen Spuren, Fahrspur 1 Gegenrichtung (backward)                                                              */
     1225/*                                                                                                                                                 */
     1226/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1227way|z19-[turn:lanes:backward=~/^(straight|through)([|]|$)/]::Abbiegespur_1B_G_1 { a1bg1: true; }
     1228way|z19-[turn:lanes:backward=~/^(straight|through)([|]|$)/]::Abbiegespur_1B_G_2 { a1bg2: true; }
     1229way|z19-[turn:lanes:backward=~/^(straight|through)([|]|$)/]::Abbiegespur_1B_G_3 { a1bg3: true; }
     1230way|z19-[turn:lanes:backward=~/^(straight|through)([|]|$)/]::Abbiegespur_1B_G_4 { a1bg4: true; }
     1231way|z19-[turn:lanes:backward=~/^(straight|through)([|]|$)/]::Abbiegespur_1B_G_5 { a1bg5: true; }
     1232way|z19-[turn:lanes:backward=~/^(straight|through)([|]|$)/]::Abbiegespur_1B_G_6 { a1bg6: true; }
     1233way|z19-[turn:lanes:backward=~/^(straight|through)([|]|$)/]::Abbiegespur_1B_G_7 { a1bg7: true; }
     1234
     1235way|z19-[turn:lanes:backward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1B_R_1 { a1br1: true; }
     1236way|z19-[turn:lanes:backward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1B_R_2 { a1br2: true; }
     1237way|z19-[turn:lanes:backward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1B_R_3 { a1br3: true; }
     1238way|z19-[turn:lanes:backward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1B_R_4 { a1br4: true; }
     1239way|z19-[turn:lanes:backward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1B_R_5 { a1br5: true; }
     1240way|z19-[turn:lanes:backward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1B_R_6 { a1br6: true; }
     1241way|z19-[turn:lanes:backward=~/^[a-z_]*right([|]|$)/]::Abbiegespur_1B_R_7 { a1br7: true; }
     1242
     1243way|z19-[turn:lanes:backward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1B_L_1 { a1bl1: true; }
     1244way|z19-[turn:lanes:backward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1B_L_2 { a1bl2: true; }
     1245way|z19-[turn:lanes:backward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1B_L_3 { a1bl3: true; }
     1246way|z19-[turn:lanes:backward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1B_L_4 { a1bl4: true; }
     1247way|z19-[turn:lanes:backward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1B_L_5 { a1bl5: true; }
     1248way|z19-[turn:lanes:backward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1B_L_6 { a1bl6: true; }
     1249way|z19-[turn:lanes:backward=~/^[a-z_]*left([|]|$)/]::Abbiegespur_1B_L_7 { a1bl7: true; }
     1250
     1251way|z19-[turn:lanes:backward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1B_LG_1 { a1blg1: true; }
     1252way|z19-[turn:lanes:backward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1B_LG_2 { a1blg2: true; }
     1253way|z19-[turn:lanes:backward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1B_LG_3 { a1blg3: true; }
     1254way|z19-[turn:lanes:backward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1B_LG_4 { a1blg4: true; }
     1255way|z19-[turn:lanes:backward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1B_LG_5 { a1blg5: true; }
     1256way|z19-[turn:lanes:backward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1B_LG_6 { a1blg6: true; }
     1257way|z19-[turn:lanes:backward=~/^([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_1B_LG_7 { a1blg7: true; }
     1258
     1259way|z19-[turn:lanes:backward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RG_1 { a1brg1: true; }
     1260way|z19-[turn:lanes:backward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RG_2 { a1brg2: true; }
     1261way|z19-[turn:lanes:backward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RG_3 { a1brg3: true; }
     1262way|z19-[turn:lanes:backward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RG_4 { a1brg4: true; }
     1263way|z19-[turn:lanes:backward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RG_5 { a1brg5: true; }
     1264way|z19-[turn:lanes:backward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RG_6 { a1brg6: true; }
     1265way|z19-[turn:lanes:backward=~/^([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RG_7 { a1brg7: true; }
     1266
     1267way|z19-[turn:lanes:backward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RL_1 { a1brl1: true; }
     1268way|z19-[turn:lanes:backward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RL_2 { a1brl2: true; }
     1269way|z19-[turn:lanes:backward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RL_3 { a1brl3: true; }
     1270way|z19-[turn:lanes:backward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RL_4 { a1brl4: true; }
     1271way|z19-[turn:lanes:backward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RL_5 { a1brl5: true; }
     1272way|z19-[turn:lanes:backward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RL_6 { a1brl6: true; }
     1273way|z19-[turn:lanes:backward=~/^([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_1B_RL_7 { a1brl7: true; }
     1274
     1275/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1276/*                                                                                                                                                 */
     1277/* Definition der Layer für die einzelnen Spuren, Fahrspur 2 Vorwärts                                                                              */
     1278/*                                                                                                                                                 */
     1279/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1280
     1281way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_1,
     1282way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_1 { a2g1: true; }
     1283way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_2,
     1284way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_2 { a2g2: true; }
     1285way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_3,
     1286way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_3 { a2g3: true; }
     1287way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_4,
     1288way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_4 { a2g4: true; }
     1289way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_5,
     1290way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_5 { a2g5: true; }
     1291way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_6,
     1292way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_6 { a2g6: true; }
     1293way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_7,
     1294way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2_G_7 { a2g7: true; }
     1295
     1296way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_1,
     1297way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_1 { a2l1: true; }
     1298way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_2,
     1299way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_2 { a2l2: true; }
     1300way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_3,
     1301way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_3 { a2l3: true; }
     1302way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_4,
     1303way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_4 { a2l4: true; }
     1304way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_5,
     1305way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_5 { a2l5: true; }
     1306way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_6,
     1307way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_6 { a2l6: true; }
     1308way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_7,
     1309way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2_L_7 { a2l7: true; }
     1310
     1311way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_1,
     1312way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_1 { a2r1: true; }
     1313way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_2,
     1314way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_2 { a2r2: true; }
     1315way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_3,
     1316way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_3 { a2r3: true; }
     1317way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_4,
     1318way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_4 { a2r4: true; }
     1319way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_5,
     1320way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_5 { a2r5: true; }
     1321way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_6,
     1322way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_6 { a2r6: true; }
     1323way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_7,
     1324way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2_R_7 { a2r7: true; }
     1325
     1326way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_1,
     1327way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_1
     1328{ a2gr1: true; }
     1329way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_2,
     1330way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_2
     1331{ a2gr2: true; }
     1332way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_3,
     1333way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_3
     1334{ a2gr3: true; }
     1335way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_4,
     1336way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_4
     1337{ a2gr4: true; }
     1338way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_5,
     1339way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_5
     1340{ a2gr5: true; }
     1341way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_6,
     1342way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_6
     1343{ a2gr6: true; }
     1344way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_7,
     1345way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2_GR_7
     1346{ a2gr7: true; }
     1347
     1348way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_1,
     1349way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_1
     1350{ a2gl1: true; }
     1351way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_2,
     1352way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_2
     1353{ a2gl2: true; }
     1354way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_3,
     1355way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_3
     1356{ a2gl3: true; }
     1357way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_4,
     1358way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_4
     1359{ a2gl4: true; }
     1360way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_5,
     1361way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_5
     1362{ a2gl5: true; }
     1363way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_6,
     1364way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_6
     1365{ a2gl6: true; }
     1366way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_7,
     1367way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2_GL_7
     1368{ a2gl7: true; }
     1369
     1370way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_1,
     1371way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_1 { a2rl1: true; }
     1372way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_2,
     1373way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_2 { a2rl2: true; }
     1374way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_3,
     1375way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_3 { a2rl3: true; }
     1376way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_4,
     1377way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_4 { a2rl4: true; }
     1378way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_5,
     1379way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_5 { a2rl5: true; }
     1380way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_6,
     1381way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_6 { a2rl6: true; }
     1382way|z19-[turn:lanes=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_7,
     1383way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2_RL_7 { a2rl7: true; }
     1384
     1385/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1386/*                                                                                                                                                 */
     1387/* Definition der Layer für die einzelnen Spuren, Fahrspur 2 Gegenrichtung (backward)                                                              */
     1388/*                                                                                                                                                 */
     1389/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1390way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2B_G_1 { a2bg1: true; }
     1391way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2B_G_2 { a2bg2: true; }
     1392way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2B_G_3 { a2bg3: true; }
     1393way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2B_G_4 { a2bg4: true; }
     1394way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2B_G_5 { a2bg5: true; }
     1395way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2B_G_6 { a2bg6: true; }
     1396way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}(straight|through)([|]|$)/]::Abbiegespur_2B_G_7 { a2bg7: true; }
     1397
     1398way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2B_R_1 { a2br1: true; }
     1399way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2B_R_2 { a2br2: true; }
     1400way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2B_R_3 { a2br3: true; }
     1401way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2B_R_4 { a2br4: true; }
     1402way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2B_R_5 { a2br5: true; }
     1403way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2B_R_6 { a2br6: true; }
     1404way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*right([|]|$)/]::Abbiegespur_2B_R_7 { a2br7: true; }
     1405
     1406way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2B_L_1 { a2bl1: true; }
     1407way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2B_L_2 { a2bl2: true; }
     1408way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2B_L_3 { a2bl3: true; }
     1409way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2B_L_4 { a2bl4: true; }
     1410way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2B_L_5 { a2bl5: true; }
     1411way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2B_L_6 { a2bl6: true; }
     1412way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}[a-z_]*left([|]|$)/]::Abbiegespur_2B_L_7 { a2bl7: true; }
     1413
     1414way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2B_LG_1
     1415{ a2blg1: true; }
     1416way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2B_LG_2
     1417{ a2blg2: true; }
     1418way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2B_LG_3
     1419{ a2blg3: true; }
     1420way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2B_LG_4
     1421{ a2blg4: true; }
     1422way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2B_LG_5
     1423{ a2blg5: true; }
     1424way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2B_LG_6
     1425{ a2blg6: true; }
     1426way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_2B_LG_7
     1427{ a2blg7: true; }
     1428
     1429way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RG_1
     1430{ a2brg1: true; }
     1431way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RG_2
     1432{ a2brg2: true; }
     1433way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RG_3
     1434{ a2brg3: true; }
     1435way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RG_4
     1436{ a2brg4: true; }
     1437way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RG_5
     1438{ a2brg5: true; }
     1439way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RG_6
     1440{ a2brg6: true; }
     1441way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RG_7
     1442{ a2brg7: true; }
     1443
     1444way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RL_1 { a2brl1: true; }
     1445way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RL_2 { a2brl2: true; }
     1446way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RL_3 { a2brl3: true; }
     1447way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RL_4 { a2brl4: true; }
     1448way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RL_5 { a2brl5: true; }
     1449way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RL_6 { a2brl6: true; }
     1450way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){1}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_2B_RL_7 { a2brl7: true; }
     1451
     1452/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1453/*                                                                                                                                                 */
     1454/* Definition der Layer für die einzelnen Spuren, Fahrspur 3 Vorwärts                                                                              */
     1455/*                                                                                                                                                 */
     1456/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1457
     1458way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_1,
     1459way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_1 { a3g1: true; }
     1460way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_2,
     1461way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_2 { a3g2: true; }
     1462way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_3,
     1463way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_3 { a3g3: true; }
     1464way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_4,
     1465way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_4 { a3g4: true; }
     1466way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_5,
     1467way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_5 { a3g5: true; }
     1468way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_6,
     1469way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_6 { a3g6: true; }
     1470way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_7,
     1471way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3_G_7 { a3g7: true; }
     1472
     1473way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_1
     1474{ a3l1: true; }
     1475way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_2
     1476{ a3l2: true; }
     1477way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_3
     1478{ a3l3: true; }
     1479way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_4
     1480{ a3l4: true; }
     1481way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_5
     1482{ a3l5: true; }
     1483way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_6
     1484{ a3l6: true; }
     1485way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3_L_7
     1486{ a3l7: true; }
     1487
     1488way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_1
     1489{ a3r1: true; }
     1490way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_2
     1491{ a3r2: true; }
     1492way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_3
     1493{ a3r3: true; }
     1494way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_4
     1495{ a3r4: true; }
     1496way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_5
     1497{ a3r5: true; }
     1498way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_6
     1499{ a3r6: true; }
     1500way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3_R_7
     1501{ a3r7: true; }
     1502
     1503way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_1,
     1504way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_1
     1505{ a3gr1: true; }
     1506way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_2,
     1507way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_2
     1508{ a3gr2: true; }
     1509way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_3,
     1510way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_3
     1511{ a3gr3: true; }
     1512way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_4,
     1513way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_4
     1514{ a3gr4: true; }
     1515way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_5,
     1516way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_5
     1517{ a3gr5: true; }
     1518way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_6,
     1519way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_6
     1520{ a3gr6: true; }
     1521way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_7,
     1522way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3_GR_7
     1523{ a3gr7: true; }
     1524
     1525way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_1,
     1526way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_1
     1527{ a3gl1: true; }
     1528way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_2,
     1529way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_2
     1530{ a3gl2: true; }
     1531way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_3,
     1532way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_3
     1533{ a3gl3: true; }
     1534way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_4,
     1535way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_4
     1536{ a3gl4: true; }
     1537way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_5,
     1538way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_5
     1539{ a3gl5: true; }
     1540way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_6,
     1541way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_6
     1542{ a3gl6: true; }
     1543way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_7,
     1544way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3_GL_7
     1545{ a3gl7: true; }
     1546
     1547way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_1,
     1548way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_1 { a3rl1: true; }
     1549way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_2,
     1550way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_2 { a3rl2: true; }
     1551way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_3,
     1552way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_3 { a3rl3: true; }
     1553way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_4,
     1554way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_4 { a3rl4: true; }
     1555way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_5,
     1556way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_5 { a3rl5: true; }
     1557way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_6,
     1558way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_6 { a3rl6: true; }
     1559way|z19-[turn:lanes=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_7,
     1560way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3_RL_7 { a3rl7: true; }
     1561
     1562/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1563/*                                                                                                                                                 */
     1564/* Definition der Layer für die einzelnen Spuren, Fahrspur 3 Gegenrichtung (backward)                                                              */
     1565/*                                                                                                                                                 */
     1566/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1567way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3B_G_1 { a3bg1: true; }
     1568way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3B_G_2 { a3bg2: true; }
     1569way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3B_G_3 { a3bg3: true; }
     1570way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3B_G_4 { a3bg4: true; }
     1571way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3B_G_5 { a3bg5: true; }
     1572way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3B_G_6 { a3bg6: true; }
     1573way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}(straight|through)([|]|$)/]::Abbiegespur_3B_G_7 { a3bg7: true; }
     1574
     1575way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3B_R_1 { a3br1: true; }
     1576way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3B_R_2 { a3br2: true; }
     1577way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3B_R_3 { a3br3: true; }
     1578way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3B_R_4 { a3br4: true; }
     1579way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3B_R_5 { a3br5: true; }
     1580way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3B_R_6 { a3br6: true; }
     1581way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*right([|]|$)/]::Abbiegespur_3B_R_7 { a3br7: true; }
     1582
     1583way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3B_L_1 { a3bl1: true; }
     1584way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3B_L_2 { a3bl2: true; }
     1585way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3B_L_3 { a3bl3: true; }
     1586way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3B_L_4 { a3bl4: true; }
     1587way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3B_L_5 { a3bl5: true; }
     1588way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3B_L_6 { a3bl6: true; }
     1589way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}[a-z_]*left([|]|$)/]::Abbiegespur_3B_L_7 { a3bl7: true; }
     1590
     1591way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3B_LG_1
     1592{ a3blg1: true; }
     1593way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3B_LG_2
     1594{ a3blg2: true; }
     1595way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3B_LG_3
     1596{ a3blg3: true; }
     1597way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3B_LG_4
     1598{ a3blg4: true; }
     1599way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3B_LG_5
     1600{ a3blg5: true; }
     1601way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3B_LG_6
     1602{ a3blg6: true; }
     1603way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_3B_LG_7
     1604{ a3blg7: true; }
     1605
     1606way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RG_1
     1607{ a3brg1: true; }
     1608way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RG_2
     1609{ a3brg2: true; }
     1610way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RG_3
     1611{ a3brg3: true; }
     1612way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RG_4
     1613{ a3brg4: true; }
     1614way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RG_5
     1615{ a3brg5: true; }
     1616way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RG_6
     1617{ a3brg6: true; }
     1618way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RG_7
     1619{ a3brg7: true; }
     1620
     1621way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RL_1 { a3brl1: true; }
     1622way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RL_2 { a3brl2: true; }
     1623way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RL_3 { a3brl3: true; }
     1624way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RL_4 { a3brl4: true; }
     1625way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RL_5 { a3brl5: true; }
     1626way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RL_6 { a3brl6: true; }
     1627way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){2}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_3B_RL_7 { a3brl7: true; }
     1628
     1629/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1630/*                                                                                                                                                 */
     1631/* Definition der Layer für die einzelnen Spuren, Fahrspur 4 Vorwärts                                                                              */
     1632/*                                                                                                                                                 */
     1633/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1634
     1635way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_1,
     1636way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_1 { a4g1: true; }
     1637way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_2,
     1638way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_2 { a4g2: true; }
     1639way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_3,
     1640way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_3 { a4g3: true; }
     1641way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_4,
     1642way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_4 { a4g4: true; }
     1643way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_5,
     1644way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_5 { a4g5: true; }
     1645way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_6,
     1646way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_6 { a4g6: true; }
     1647way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_7,
     1648way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4_G_7 { a4g7: true; }
     1649
     1650way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_1
     1651{ a4l1: true; }
     1652way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_2
     1653{ a4l2: true; }
     1654way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_3
     1655{ a4l3: true; }
     1656way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_4
     1657{ a4l4: true; }
     1658way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_5
     1659{ a4l5: true; }
     1660way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_6
     1661{ a4l6: true; }
     1662way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4_L_7
     1663{ a4l7: true; }
     1664
     1665way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_1
     1666{ a4r1: true; }
     1667way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_2
     1668{ a4r2: true; }
     1669way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_3
     1670{ a4r3: true; }
     1671way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_4
     1672{ a4r4: true; }
     1673way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_5
     1674{ a4r5: true; }
     1675way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_6
     1676{ a4r6: true; }
     1677way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4_R_7
     1678{ a4r7: true; }
     1679
     1680way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_1,
     1681way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_1
     1682{ a4gr1: true; }
     1683way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_2,
     1684way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_2
     1685{ a4gr2: true; }
     1686way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_3,
     1687way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_3
     1688{ a4gr3: true; }
     1689way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_4,
     1690way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_4
     1691{ a4gr4: true; }
     1692way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_5,
     1693way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_5
     1694{ a4gr5: true; }
     1695way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_6,
     1696way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_6
     1697{ a4gr6: true; }
     1698way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_7,
     1699way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GR_7
     1700{ a4gr7: true; }
     1701
     1702way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_1,
     1703way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_1
     1704{ a4gl1: true; }
     1705way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_2,
     1706way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_2
     1707{ a4gl2: true; }
     1708way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_3,
     1709way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_3
     1710{ a4gl3: true; }
     1711way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_4,
     1712way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_4
     1713{ a4gl4: true; }
     1714way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_5,
     1715way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_5
     1716{ a4gl5: true; }
     1717way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_6,
     1718way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_6
     1719{ a4gl6: true; }
     1720way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_7,
     1721way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4_GL_7
     1722{ a4gl7: true; }
     1723
     1724way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_1,
     1725way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_1 { a4rl1: true; }
     1726way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_2,
     1727way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_2 { a4rl2: true; }
     1728way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_3,
     1729way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_3 { a4rl3: true; }
     1730way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_4,
     1731way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_4 { a4rl4: true; }
     1732way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_5,
     1733way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_5 { a4rl5: true; }
     1734way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_6,
     1735way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_6 { a4rl6: true; }
     1736way|z19-[turn:lanes=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_7,
     1737way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4_RL_7 { a4rl7: true; }
     1738
     1739/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1740/*                                                                                                                                                 */
     1741/* Definition der Layer für die einzelnen Spuren, Fahrspur 4 Gegenrichtung (backward)                                                              */
     1742/*                                                                                                                                                 */
     1743/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1744way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4B_G_1 { a4bg1: true; }
     1745way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4B_G_2 { a4bg2: true; }
     1746way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4B_G_3 { a4bg3: true; }
     1747way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4B_G_4 { a4bg4: true; }
     1748way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4B_G_5 { a4bg5: true; }
     1749way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4B_G_6 { a4bg6: true; }
     1750way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}(straight|through)([|]|$)/]::Abbiegespur_4B_G_7 { a4bg7: true; }
     1751
     1752way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4B_R_1 { a4br1: true; }
     1753way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4B_R_2 { a4br2: true; }
     1754way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4B_R_3 { a4br3: true; }
     1755way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4B_R_4 { a4br4: true; }
     1756way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4B_R_5 { a4br5: true; }
     1757way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4B_R_6 { a4br6: true; }
     1758way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*right([|]|$)/]::Abbiegespur_4B_R_7 { a4br7: true; }
     1759
     1760way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4B_L_1 { a4bl1: true; }
     1761way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4B_L_2 { a4bl2: true; }
     1762way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4B_L_3 { a4bl3: true; }
     1763way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4B_L_4 { a4bl4: true; }
     1764way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4B_L_5 { a4bl5: true; }
     1765way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4B_L_6 { a4bl6: true; }
     1766way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}[a-z_]*left([|]|$)/]::Abbiegespur_4B_L_7 { a4bl7: true; }
     1767
     1768way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_4B_LG_1
     1769{ a4blg1: true; }
     1770way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_4B_LG_2
     1771{ a4blg2: true; }
     1772way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_4B_LG_3
     1773{ a4blg3: true; }
     1774way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_4B_LG_4
     1775{ a4blg4: true; }
     1776way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_4B_LG_5
     1777{ a4blg5: true; }
     1778way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_4B_LG_6
     1779{ a4blg6: true; }
     1780way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_4B_LG_7
     1781{ a4blg7: true; }
     1782
     1783way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RG_1
     1784{ a4brg1: true; }
     1785way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RG_2
     1786{ a4brg2: true; }
     1787way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RG_3
     1788{ a4brg3: true; }
     1789way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RG_4
     1790{ a4brg4: true; }
     1791way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RG_5
     1792{ a4brg5: true; }
     1793way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RG_6
     1794{ a4brg6: true; }
     1795way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RG_7
     1796{ a4brg7: true; }
     1797
     1798way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RL_1 { a4brl1: true; }
     1799way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RL_2 { a4brl2: true; }
     1800way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RL_3 { a4brl3: true; }
     1801way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RL_4 { a4brl4: true; }
     1802way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RL_5 { a4brl5: true; }
     1803way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RL_6 { a4brl6: true; }
     1804way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){3}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_4B_RL_7 { a4brl7: true; }
     1805
     1806/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1807/*                                                                                                                                                 */
     1808/* Definition der Layer für die einzelnen Spuren, Fahrspur 5 Vorwärts                                                                              */
     1809/*                                                                                                                                                 */
     1810/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1811
     1812way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_1,
     1813way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_1 { a5g1: true; }
     1814way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_2,
     1815way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_2 { a5g2: true; }
     1816way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_3,
     1817way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_3 { a5g3: true; }
     1818way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_4,
     1819way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_4 { a5g4: true; }
     1820way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_5,
     1821way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_5 { a5g5: true; }
     1822way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_6,
     1823way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_6 { a5g6: true; }
     1824way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_7,
     1825way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5_G_7 { a5g7: true; }
     1826
     1827way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_1
     1828{ a5l1: true; }
     1829way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_2
     1830{ a5l2: true; }
     1831way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_3
     1832{ a5l3: true; }
     1833way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_4
     1834{ a5l4: true; }
     1835way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_5
     1836{ a5l5: true; }
     1837way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_6
     1838{ a5l6: true; }
     1839way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5_L_7
     1840{ a5l7: true; }
     1841
     1842way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_1
     1843{ a5r1: true; }
     1844way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_2
     1845{ a5r2: true; }
     1846way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_3
     1847{ a5r3: true; }
     1848way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_4
     1849{ a5r4: true; }
     1850way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_5
     1851{ a5r5: true; }
     1852way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_6
     1853{ a5r6: true; }
     1854way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5_R_7
     1855{ a5r7: true; }
     1856
     1857way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_1,
     1858way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_1
     1859{ a5gr1: true; }
     1860way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_2,
     1861way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_2
     1862{ a5gr2: true; }
     1863way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_3,
     1864way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_3
     1865{ a5gr3: true; }
     1866way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_4,
     1867way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_4
     1868{ a5gr4: true; }
     1869way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_5,
     1870way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_5
     1871{ a5gr5: true; }
     1872way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_6,
     1873way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_6
     1874{ a5gr6: true; }
     1875way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_7,
     1876way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GR_7
     1877{ a5gr7: true; }
     1878
     1879way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_1,
     1880way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_1
     1881{ a5gl1: true; }
     1882way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_2,
     1883way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_2
     1884{ a5gl2: true; }
     1885way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_3,
     1886way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_3
     1887{ a5gl3: true; }
     1888way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_4,
     1889way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_4
     1890{ a5gl4: true; }
     1891way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_5,
     1892way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_5
     1893{ a5gl5: true; }
     1894way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_6,
     1895way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_6
     1896{ a5gl6: true; }
     1897way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_7,
     1898way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5_GL_7
     1899{ a5gl7: true; }
     1900
     1901way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_1,
     1902way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_1 { a5rl1: true; }
     1903way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_2,
     1904way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_2 { a5rl2: true; }
     1905way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_3,
     1906way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_3 { a5rl3: true; }
     1907way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_4,
     1908way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_4 { a5rl4: true; }
     1909way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_5,
     1910way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_5 { a5rl5: true; }
     1911way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_6,
     1912way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_6 { a5rl6: true; }
     1913way|z19-[turn:lanes=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_7,
     1914way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5_RL_7 { a5rl7: true; }
     1915
     1916/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1917/*                                                                                                                                                 */
     1918/* Definition der Layer für die einzelnen Spuren, Fahrspur 5 Gegenrichtung (backward)                                                              */
     1919/*                                                                                                                                                 */
     1920/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1921way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5B_G_1 { a5bg1: true; }
     1922way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5B_G_2 { a5bg2: true; }
     1923way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5B_G_3 { a5bg3: true; }
     1924way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5B_G_4 { a5bg4: true; }
     1925way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5B_G_5 { a5bg5: true; }
     1926way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5B_G_6 { a5bg6: true; }
     1927way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}(straight|through)([|]|$)/]::Abbiegespur_5B_G_7 { a5bg7: true; }
     1928
     1929way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5B_R_1 { a5br1: true; }
     1930way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5B_R_2 { a5br2: true; }
     1931way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5B_R_3 { a5br3: true; }
     1932way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5B_R_4 { a5br4: true; }
     1933way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5B_R_5 { a5br5: true; }
     1934way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5B_R_6 { a5br6: true; }
     1935way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*right([|]|$)/]::Abbiegespur_5B_R_7 { a5br7: true; }
     1936
     1937way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5B_L_1 { a5bl1: true; }
     1938way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5B_L_2 { a5bl2: true; }
     1939way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5B_L_3 { a5bl3: true; }
     1940way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5B_L_4 { a5bl4: true; }
     1941way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5B_L_5 { a5bl5: true; }
     1942way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5B_L_6 { a5bl6: true; }
     1943way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}[a-z_]*left([|]|$)/]::Abbiegespur_5B_L_7 { a5bl7: true; }
     1944
     1945way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_5B_LG_1
     1946{ a5blg1: true; }
     1947way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_5B_LG_2
     1948{ a5blg2: true; }
     1949way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_5B_LG_3
     1950{ a5blg3: true; }
     1951way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_5B_LG_4
     1952{ a5blg4: true; }
     1953way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_5B_LG_5
     1954{ a5blg5: true; }
     1955way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_5B_LG_6
     1956{ a5blg6: true; }
     1957way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_5B_LG_7
     1958{ a5blg7: true; }
     1959
     1960way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RG_1
     1961{ a5brg1: true; }
     1962way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RG_2
     1963{ a5brg2: true; }
     1964way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RG_3
     1965{ a5brg3: true; }
     1966way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RG_4
     1967{ a5brg4: true; }
     1968way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RG_5
     1969{ a5brg5: true; }
     1970way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RG_6
     1971{ a5brg6: true; }
     1972way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RG_7
     1973{ a5brg7: true; }
     1974
     1975way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RL_1 { a5brl1: true; }
     1976way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RL_2 { a5brl2: true; }
     1977way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RL_3 { a5brl3: true; }
     1978way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RL_4 { a5brl4: true; }
     1979way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RL_5 { a5brl5: true; }
     1980way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RL_6 { a5brl6: true; }
     1981way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){4}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_5B_RL_7 { a5brl7: true; }
     1982
     1983/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1984/*                                                                                                                                                 */
     1985/* Definition der Layer für die einzelnen Spuren, Fahrspur 6 Vorwärts                                                                              */
     1986/*                                                                                                                                                 */
     1987/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     1988
     1989way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_1,
     1990way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_1 { a6g1: true; }
     1991way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_2,
     1992way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_2 { a6g2: true; }
     1993way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_3,
     1994way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_3 { a6g3: true; }
     1995way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_4,
     1996way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_4 { a6g4: true; }
     1997way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_5,
     1998way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_5 { a6g5: true; }
     1999way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_6,
     2000way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_6 { a6g6: true; }
     2001way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_7,
     2002way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6_G_7 { a6g7: true; }
     2003
     2004way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_1
     2005{ a6l1: true; }
     2006way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_2
     2007{ a6l2: true; }
     2008way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_3
     2009{ a6l3: true; }
     2010way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_4
     2011{ a6l4: true; }
     2012way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_5
     2013{ a6l5: true; }
     2014way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_6
     2015{ a6l6: true; }
     2016way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6_L_7
     2017{ a6l7: true; }
     2018
     2019way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_1
     2020{ a6r1: true; }
     2021way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_2
     2022{ a6r2: true; }
     2023way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_3
     2024{ a6r3: true; }
     2025way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_4
     2026{ a6r4: true; }
     2027way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_5
     2028{ a6r5: true; }
     2029way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_6
     2030{ a6r6: true; }
     2031way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6_R_7
     2032{ a6r7: true; }
     2033
     2034way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_1,
     2035way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_1
     2036{ a6gr1: true; }
     2037way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_2,
     2038way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_2
     2039{ a6gr2: true; }
     2040way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_3,
     2041way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_3
     2042{ a6gr3: true; }
     2043way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_4,
     2044way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_4
     2045{ a6gr4: true; }
     2046way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_5,
     2047way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_5
     2048{ a6gr5: true; }
     2049way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_6,
     2050way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_6
     2051{ a6gr6: true; }
     2052way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_7,
     2053way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GR_7
     2054{ a6gr7: true; }
     2055
     2056way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_1,
     2057way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_1
     2058{ a6gl1: true; }
     2059way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_2,
     2060way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_2
     2061{ a6gl2: true; }
     2062way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_3,
     2063way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_3
     2064{ a6gl3: true; }
     2065way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_4,
     2066way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_4
     2067{ a6gl4: true; }
     2068way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_5,
     2069way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_5
     2070{ a6gl5: true; }
     2071way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_6,
     2072way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_6
     2073{ a6gl6: true; }
     2074way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_7,
     2075way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6_GL_7
     2076{ a6gl7: true; }
     2077
     2078way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_1,
     2079way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_1 { a6rl1: true; }
     2080way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_2,
     2081way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_2 { a6rl2: true; }
     2082way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_3,
     2083way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_3 { a6rl3: true; }
     2084way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_4,
     2085way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_4 { a6rl4: true; }
     2086way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_5,
     2087way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_5 { a6rl5: true; }
     2088way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_6,
     2089way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_6 { a6rl6: true; }
     2090way|z19-[turn:lanes=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_7,
     2091way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6_RL_7 { a6rl7: true; }
     2092
     2093/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2094/*                                                                                                                                                 */
     2095/* Definition der Layer für die einzelnen Spuren, Fahrspur 6 Gegenrichtung (backward)                                                              */
     2096/*                                                                                                                                                 */
     2097/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2098way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6B_G_1 { a6bg1: true; }
     2099way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6B_G_2 { a6bg2: true; }
     2100way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6B_G_3 { a6bg3: true; }
     2101way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6B_G_4 { a6bg4: true; }
     2102way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6B_G_5 { a6bg5: true; }
     2103way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6B_G_6 { a6bg6: true; }
     2104way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}(straight|through)([|]|$)/]::Abbiegespur_6B_G_7 { a6bg7: true; }
     2105
     2106way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6B_R_1 { a6br1: true; }
     2107way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6B_R_2 { a6br2: true; }
     2108way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6B_R_3 { a6br3: true; }
     2109way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6B_R_4 { a6br4: true; }
     2110way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6B_R_5 { a6br5: true; }
     2111way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6B_R_6 { a6br6: true; }
     2112way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*right([|]|$)/]::Abbiegespur_6B_R_7 { a6br7: true; }
     2113
     2114way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6B_L_1 { a6bl1: true; }
     2115way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6B_L_2 { a6bl2: true; }
     2116way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6B_L_3 { a6bl3: true; }
     2117way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6B_L_4 { a6bl4: true; }
     2118way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6B_L_5 { a6bl5: true; }
     2119way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6B_L_6 { a6bl6: true; }
     2120way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}[a-z_]*left([|]|$)/]::Abbiegespur_6B_L_7 { a6bl7: true; }
     2121
     2122way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_6B_LG_1
     2123{ a6blg1: true; }
     2124way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_6B_LG_2
     2125{ a6blg2: true; }
     2126way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_6B_LG_3
     2127{ a6blg3: true; }
     2128way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_6B_LG_4
     2129{ a6blg4: true; }
     2130way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_6B_LG_5
     2131{ a6blg5: true; }
     2132way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_6B_LG_6
     2133{ a6blg6: true; }
     2134way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_6B_LG_7
     2135{ a6blg7: true; }
     2136
     2137way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RG_1
     2138{ a6brg1: true; }
     2139way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RG_2
     2140{ a6brg2: true; }
     2141way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RG_3
     2142{ a6brg3: true; }
     2143way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RG_4
     2144{ a6brg4: true; }
     2145way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RG_5
     2146{ a6brg5: true; }
     2147way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RG_6
     2148{ a6brg6: true; }
     2149way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RG_7
     2150{ a6brg7: true; }
     2151
     2152way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RL_1 { a6brl1: true; }
     2153way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RL_2 { a6brl2: true; }
     2154way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RL_3 { a6brl3: true; }
     2155way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RL_4 { a6brl4: true; }
     2156way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RL_5 { a6brl5: true; }
     2157way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RL_6 { a6brl6: true; }
     2158way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){5}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_6B_RL_7 { a6brl7: true; }
     2159
     2160/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2161/*                                                                                                                                                 */
     2162/* Definition der Layer für die einzelnen Spuren, Fahrspur 7 Vorwärts                                                                              */
     2163/*                                                                                                                                                 */
     2164/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2165
     2166way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_1,
     2167way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_1 { a7g1: true; }
     2168way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_2,
     2169way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_2 { a7g2: true; }
     2170way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_3,
     2171way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_3 { a7g3: true; }
     2172way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_4,
     2173way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_4 { a7g4: true; }
     2174way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_5,
     2175way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_5 { a7g5: true; }
     2176way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_6,
     2177way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_6 { a7g6: true; }
     2178way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_7,
     2179way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7_G_7 { a7g7: true; }
     2180
     2181way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_1
     2182{ a7l1: true; }
     2183way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_2
     2184{ a7l2: true; }
     2185way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_3
     2186{ a7l3: true; }
     2187way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_4
     2188{ a7l4: true; }
     2189way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_5
     2190{ a7l5: true; }
     2191way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_6
     2192{ a7l6: true; }
     2193way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7_L_7
     2194{ a7l7: true; }
     2195
     2196way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_1
     2197{ a7r1: true; }
     2198way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_2
     2199{ a7r2: true; }
     2200way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_3
     2201{ a7r3: true; }
     2202way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_4
     2203{ a7r4: true; }
     2204way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_5
     2205{ a7r5: true; }
     2206way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_6
     2207{ a7r6: true; }
     2208way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7_R_7
     2209{ a7r7: true; }
     2210
     2211way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_1,
     2212way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_1
     2213{ a7gr1: true; }
     2214way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_2,
     2215way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_2
     2216{ a7gr2: true; }
     2217way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_3,
     2218way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_3
     2219{ a7gr3: true; }
     2220way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_4,
     2221way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_4
     2222{ a7gr4: true; }
     2223way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_5,
     2224way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_5
     2225{ a7gr5: true; }
     2226way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_6,
     2227way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_6
     2228{ a7gr6: true; }
     2229way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_7,
     2230way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GR_7
     2231{ a7gr7: true; }
     2232
     2233way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_1,
     2234way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_1
     2235{ a7gl1: true; }
     2236way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_2,
     2237way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_2
     2238{ a7gl2: true; }
     2239way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_3,
     2240way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_3
     2241{ a7gl3: true; }
     2242way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_4,
     2243way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_4
     2244{ a7gl4: true; }
     2245way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_5,
     2246way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_5
     2247{ a7gl5: true; }
     2248way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_6,
     2249way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_6
     2250{ a7gl6: true; }
     2251way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_7,
     2252way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7_GL_7
     2253{ a7gl7: true; }
     2254
     2255way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_1,
     2256way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_1 { a7rl1: true; }
     2257way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_2,
     2258way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_2 { a7rl2: true; }
     2259way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_3,
     2260way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_3 { a7rl3: true; }
     2261way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_4,
     2262way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_4 { a7rl4: true; }
     2263way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_5,
     2264way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_5 { a7rl5: true; }
     2265way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_6,
     2266way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_6 { a7rl6: true; }
     2267way|z19-[turn:lanes=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_7,
     2268way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7_RL_7 { a7rl7: true; }
     2269
     2270/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2271/*                                                                                                                                                 */
     2272/* Definition der Layer für die einzelnen Spuren, Fahrspur 7 Gegenrichtung (backward)                                                              */
     2273/*                                                                                                                                                 */
     2274/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2275way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7B_G_1 { a7bg1: true; }
     2276way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7B_G_2 { a7bg2: true; }
     2277way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7B_G_3 { a7bg3: true; }
     2278way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7B_G_4 { a7bg4: true; }
     2279way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7B_G_5 { a7bg5: true; }
     2280way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7B_G_6 { a7bg6: true; }
     2281way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}(straight|through)([|]|$)/]::Abbiegespur_7B_G_7 { a7bg7: true; }
     2282
     2283way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7B_R_1 { a7br1: true; }
     2284way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7B_R_2 { a7br2: true; }
     2285way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7B_R_3 { a7br3: true; }
     2286way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7B_R_4 { a7br4: true; }
     2287way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7B_R_5 { a7br5: true; }
     2288way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7B_R_6 { a7br6: true; }
     2289way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*right([|]|$)/]::Abbiegespur_7B_R_7 { a7br7: true; }
     2290
     2291way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7B_L_1 { a7bl1: true; }
     2292way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7B_L_2 { a7bl2: true; }
     2293way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7B_L_3 { a7bl3: true; }
     2294way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7B_L_4 { a7bl4: true; }
     2295way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7B_L_5 { a7bl5: true; }
     2296way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7B_L_6 { a7bl6: true; }
     2297way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}[a-z_]*left([|]|$)/]::Abbiegespur_7B_L_7 { a7bl7: true; }
     2298
     2299way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_7B_LG_1
     2300{ a7blg1: true; }
     2301way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_7B_LG_2
     2302{ a7blg2: true; }
     2303way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_7B_LG_3
     2304{ a7blg3: true; }
     2305way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_7B_LG_4
     2306{ a7blg4: true; }
     2307way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_7B_LG_5
     2308{ a7blg5: true; }
     2309way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_7B_LG_6
     2310{ a7blg6: true; }
     2311way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_7B_LG_7
     2312{ a7blg7: true; }
     2313
     2314way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RG_1
     2315{ a7brg1: true; }
     2316way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RG_2
     2317{ a7brg2: true; }
     2318way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RG_3
     2319{ a7brg3: true; }
     2320way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RG_4
     2321{ a7brg4: true; }
     2322way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RG_5
     2323{ a7brg5: true; }
     2324way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RG_6
     2325{ a7brg6: true; }
     2326way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RG_7
     2327{ a7brg7: true; }
     2328
     2329way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RL_1 { a7brl1: true; }
     2330way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RL_2 { a7brl2: true; }
     2331way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RL_3 { a7brl3: true; }
     2332way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RL_4 { a7brl4: true; }
     2333way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RL_5 { a7brl5: true; }
     2334way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RL_6 { a7brl6: true; }
     2335way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){6}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_7B_RL_7 { a7brl7: true; }
     2336
     2337/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2338/*                                                                                                                                                 */
     2339/* Definition der Layer für die einzelnen Spuren, Fahrspur 8 Vorwärts                                                                              */
     2340/*                                                                                                                                                 */
     2341/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2342
     2343way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_1,
     2344way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_1 { a8g1: true; }
     2345way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_2,
     2346way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_2 { a8g2: true; }
     2347way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_3,
     2348way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_3 { a8g3: true; }
     2349way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_4,
     2350way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_4 { a8g4: true; }
     2351way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_5,
     2352way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_5 { a8g5: true; }
     2353way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_6,
     2354way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_6 { a8g6: true; }
     2355way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_7,
     2356way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8_G_7 { a8g7: true; }
     2357
     2358way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_1
     2359{ a8l1: true; }
     2360way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_2
     2361{ a8l2: true; }
     2362way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_3
     2363{ a8l3: true; }
     2364way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_4
     2365{ a8l4: true; }
     2366way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_5
     2367{ a8l5: true; }
     2368way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_6
     2369{ a8l6: true; }
     2370way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8_L_7
     2371{ a8l7: true; }
     2372
     2373way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_1, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_1
     2374{ a8r1: true; }
     2375way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_2, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_2
     2376{ a8r2: true; }
     2377way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_3, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_3
     2378{ a8r3: true; }
     2379way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_4, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_4
     2380{ a8r4: true; }
     2381way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_5, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_5
     2382{ a8r5: true; }
     2383way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_6, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_6
     2384{ a8r6: true; }
     2385way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_7, way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8_R_7
     2386{ a8r7: true; }
     2387
     2388way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_1,
     2389way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_1
     2390{ a8gr1: true; }
     2391way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_2,
     2392way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_2
     2393{ a8gr2: true; }
     2394way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_3,
     2395way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_3
     2396{ a8gr3: true; }
     2397way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_4,
     2398way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_4
     2399{ a8gr4: true; }
     2400way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_5,
     2401way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_5
     2402{ a8gr5: true; }
     2403way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_6,
     2404way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_6
     2405{ a8gr6: true; }
     2406way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_7,
     2407way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GR_7
     2408{ a8gr7: true; }
     2409
     2410way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_1,
     2411way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_1
     2412{ a8gl1: true; }
     2413way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_2,
     2414way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_2
     2415{ a8gl2: true; }
     2416way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_3,
     2417way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_3
     2418{ a8gl3: true; }
     2419way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_4,
     2420way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_4
     2421{ a8gl4: true; }
     2422way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_5,
     2423way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_5
     2424{ a8gl5: true; }
     2425way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_6,
     2426way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_6
     2427{ a8gl6: true; }
     2428way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_7,
     2429way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;strait|strait;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8_GL_7
     2430{ a8gl7: true; }
     2431
     2432way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_1,
     2433way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_1 { a8rl1: true; }
     2434way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_2,
     2435way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_2 { a8rl2: true; }
     2436way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_3,
     2437way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_3 { a8rl3: true; }
     2438way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_4,
     2439way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_4 { a8rl4: true; }
     2440way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_5,
     2441way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_5 { a8rl5: true; }
     2442way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_6,
     2443way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_6 { a8rl6: true; }
     2444way|z19-[turn:lanes=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_7,
     2445way|z19-[turn:lanes:forward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8_RL_7 { a8rl7: true; }
     2446
     2447/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2448/*                                                                                                                                                 */
     2449/* Definition der Layer für die einzelnen Spuren, Fahrspur 8 Gegenrichtung (backward)                                                              */
     2450/*                                                                                                                                                 */
     2451/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2452way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8B_G_1 { a8bg1: true; }
     2453way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8B_G_2 { a8bg2: true; }
     2454way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8B_G_3 { a8bg3: true; }
     2455way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8B_G_4 { a8bg4: true; }
     2456way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8B_G_5 { a8bg5: true; }
     2457way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8B_G_6 { a8bg6: true; }
     2458way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}(straight|through)([|]|$)/]::Abbiegespur_8B_G_7 { a8bg7: true; }
     2459
     2460way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8B_R_1 { a8br1: true; }
     2461way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8B_R_2 { a8br2: true; }
     2462way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8B_R_3 { a8br3: true; }
     2463way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8B_R_4 { a8br4: true; }
     2464way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8B_R_5 { a8br5: true; }
     2465way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8B_R_6 { a8br6: true; }
     2466way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*right([|]|$)/]::Abbiegespur_8B_R_7 { a8br7: true; }
     2467
     2468way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8B_L_1 { a8bl1: true; }
     2469way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8B_L_2 { a8bl2: true; }
     2470way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8B_L_3 { a8bl3: true; }
     2471way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8B_L_4 { a8bl4: true; }
     2472way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8B_L_5 { a8bl5: true; }
     2473way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8B_L_6 { a8bl6: true; }
     2474way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}[a-z_]*left([|]|$)/]::Abbiegespur_8B_L_7 { a8bl7: true; }
     2475
     2476way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_8B_LG_1
     2477{ a8blg1: true; }
     2478way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_8B_LG_2
     2479{ a8blg2: true; }
     2480way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_8B_LG_3
     2481{ a8blg3: true; }
     2482way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_8B_LG_4
     2483{ a8blg4: true; }
     2484way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_8B_LG_5
     2485{ a8blg5: true; }
     2486way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_8B_LG_6
     2487{ a8blg6: true; }
     2488way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*left;straight|straight;[a-z_]*left|[a-z_]*left;through|through;[a-z_]*left)([|]|$)/]::Abbiegespur_8B_LG_7
     2489{ a8blg7: true; }
     2490
     2491way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RG_1
     2492{ a8brg1: true; }
     2493way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RG_2
     2494{ a8brg2: true; }
     2495way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RG_3
     2496{ a8brg3: true; }
     2497way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RG_4
     2498{ a8brg4: true; }
     2499way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RG_5
     2500{ a8brg5: true; }
     2501way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RG_6
     2502{ a8brg6: true; }
     2503way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;straight|straight;[a-z_]*right|[a-z_]*right;through|through;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RG_7
     2504{ a8brg7: true; }
     2505
     2506way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RL_1 { a8brl1: true; }
     2507way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RL_2 { a8brl2: true; }
     2508way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RL_3 { a8brl3: true; }
     2509way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RL_4 { a8brl4: true; }
     2510way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RL_5 { a8brl5: true; }
     2511way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RL_6 { a8brl6: true; }
     2512way|z19-[turn:lanes:backward=~/^([a-z;_]*[|]){7}([a-z_]*right;[a-z_]*left|[a-z_]*left;[a-z_]*right)([|]|$)/]::Abbiegespur_8B_RL_7 { a8brl7: true; }
     2513
     2514/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2515/*                                                                                                                                                 */
     2516/* Konstanten für alle Linien aller Fahrspuren                                                                                                     */
     2517/*                                                                                                                                                 */
     2518/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2519way[is_prop_set(a1g1,  "Abbiegespur_1_G_1")]::Abbiegespur_1_G_1,
     2520way[is_prop_set(a1g2,  "Abbiegespur_1_G_2")]::Abbiegespur_1_G_2,
     2521way[is_prop_set(a1g3,  "Abbiegespur_1_G_3")]::Abbiegespur_1_G_3,
     2522way[is_prop_set(a1g4,  "Abbiegespur_1_G_4")]::Abbiegespur_1_G_4,
     2523way[is_prop_set(a1g5,  "Abbiegespur_1_G_5")]::Abbiegespur_1_G_5,
     2524way[is_prop_set(a1g6,  "Abbiegespur_1_G_6")]::Abbiegespur_1_G_6,
     2525way[is_prop_set(a1g7,  "Abbiegespur_1_G_7")]::Abbiegespur_1_G_7,
     2526way[is_prop_set(a1r1,  "Abbiegespur_1_R_1")]::Abbiegespur_1_R_1,
     2527way[is_prop_set(a1r2,  "Abbiegespur_1_R_2")]::Abbiegespur_1_R_2,
     2528way[is_prop_set(a1r3,  "Abbiegespur_1_R_3")]::Abbiegespur_1_R_3,
     2529way[is_prop_set(a1r4,  "Abbiegespur_1_R_4")]::Abbiegespur_1_R_4,
     2530way[is_prop_set(a1r5,  "Abbiegespur_1_R_5")]::Abbiegespur_1_R_5,
     2531way[is_prop_set(a1r6,  "Abbiegespur_1_R_6")]::Abbiegespur_1_R_6,
     2532way[is_prop_set(a1r7,  "Abbiegespur_1_R_7")]::Abbiegespur_1_R_7,
     2533way[is_prop_set(a1l1,  "Abbiegespur_1_L_1")]::Abbiegespur_1_L_1,
     2534way[is_prop_set(a1l2,  "Abbiegespur_1_L_2")]::Abbiegespur_1_L_2,
     2535way[is_prop_set(a1l3,  "Abbiegespur_1_L_3")]::Abbiegespur_1_L_3,
     2536way[is_prop_set(a1l4,  "Abbiegespur_1_L_4")]::Abbiegespur_1_L_4,
     2537way[is_prop_set(a1l5,  "Abbiegespur_1_L_5")]::Abbiegespur_1_L_5,
     2538way[is_prop_set(a1l6,  "Abbiegespur_1_L_6")]::Abbiegespur_1_L_6,
     2539way[is_prop_set(a1l7,  "Abbiegespur_1_L_7")]::Abbiegespur_1_L_7,
     2540way[is_prop_set(a1lg1, "Abbiegespur_1_LG_1")]::Abbiegespur_1_LG_1,
     2541way[is_prop_set(a1lg2, "Abbiegespur_1_LG_2")]::Abbiegespur_1_LG_2,
     2542way[is_prop_set(a1lg3, "Abbiegespur_1_LG_3")]::Abbiegespur_1_LG_3,
     2543way[is_prop_set(a1lg4, "Abbiegespur_1_LG_4")]::Abbiegespur_1_LG_4,
     2544way[is_prop_set(a1lg5, "Abbiegespur_1_LG_5")]::Abbiegespur_1_LG_5,
     2545way[is_prop_set(a1lg6, "Abbiegespur_1_LG_6")]::Abbiegespur_1_LG_6,
     2546way[is_prop_set(a1lg7, "Abbiegespur_1_LG_7")]::Abbiegespur_1_LG_7,
     2547way[is_prop_set(a1rg1, "Abbiegespur_1_RG_1")]::Abbiegespur_1_RG_1,
     2548way[is_prop_set(a1rg2, "Abbiegespur_1_RG_2")]::Abbiegespur_1_RG_2,
     2549way[is_prop_set(a1rg3, "Abbiegespur_1_RG_3")]::Abbiegespur_1_RG_3,
     2550way[is_prop_set(a1rg4, "Abbiegespur_1_RG_4")]::Abbiegespur_1_RG_4,
     2551way[is_prop_set(a1rg5, "Abbiegespur_1_RG_5")]::Abbiegespur_1_RG_5,
     2552way[is_prop_set(a1rg6, "Abbiegespur_1_RG_6")]::Abbiegespur_1_RG_6,
     2553way[is_prop_set(a1rg7, "Abbiegespur_1_RG_7")]::Abbiegespur_1_RG_7,
     2554way[is_prop_set(a1rl1, "Abbiegespur_1_RL_1")]::Abbiegespur_1_RL_1,
     2555way[is_prop_set(a1rl2, "Abbiegespur_1_RL_2")]::Abbiegespur_1_RL_2,
     2556way[is_prop_set(a1rl3, "Abbiegespur_1_RL_3")]::Abbiegespur_1_RL_3,
     2557way[is_prop_set(a1rl4, "Abbiegespur_1_RL_4")]::Abbiegespur_1_RL_4,
     2558way[is_prop_set(a1rl5, "Abbiegespur_1_RL_5")]::Abbiegespur_1_RL_5,
     2559way[is_prop_set(a1rl6, "Abbiegespur_1_RL_6")]::Abbiegespur_1_RL_6,
     2560way[is_prop_set(a1rl7, "Abbiegespur_1_RL_7")]::Abbiegespur_1_RL_7,
     2561way[is_prop_set(a1bg1,  "Abbiegespur_1B_G_1")]::Abbiegespur_1B_G_1,
     2562way[is_prop_set(a1bg2,  "Abbiegespur_1B_G_2")]::Abbiegespur_1B_G_2,
     2563way[is_prop_set(a1bg3,  "Abbiegespur_1B_G_3")]::Abbiegespur_1B_G_3,
     2564way[is_prop_set(a1bg4,  "Abbiegespur_1B_G_4")]::Abbiegespur_1B_G_4,
     2565way[is_prop_set(a1bg5,  "Abbiegespur_1B_G_5")]::Abbiegespur_1B_G_5,
     2566way[is_prop_set(a1bg6,  "Abbiegespur_1B_G_6")]::Abbiegespur_1B_G_6,
     2567way[is_prop_set(a1bg7,  "Abbiegespur_1B_G_7")]::Abbiegespur_1B_G_7,
     2568way[is_prop_set(a1br1,  "Abbiegespur_1B_R_1")]::Abbiegespur_1B_R_1,
     2569way[is_prop_set(a1br2,  "Abbiegespur_1B_R_2")]::Abbiegespur_1B_R_2,
     2570way[is_prop_set(a1br3,  "Abbiegespur_1B_R_3")]::Abbiegespur_1B_R_3,
     2571way[is_prop_set(a1br4,  "Abbiegespur_1B_R_4")]::Abbiegespur_1B_R_4,
     2572way[is_prop_set(a1br5,  "Abbiegespur_1B_R_5")]::Abbiegespur_1B_R_5,
     2573way[is_prop_set(a1br6,  "Abbiegespur_1B_R_6")]::Abbiegespur_1B_R_6,
     2574way[is_prop_set(a1br7,  "Abbiegespur_1B_R_7")]::Abbiegespur_1B_R_7,
     2575way[is_prop_set(a1bl1,  "Abbiegespur_1B_L_1")]::Abbiegespur_1B_L_1,
     2576way[is_prop_set(a1bl2,  "Abbiegespur_1B_L_2")]::Abbiegespur_1B_L_2,
     2577way[is_prop_set(a1bl3,  "Abbiegespur_1B_L_3")]::Abbiegespur_1B_L_3,
     2578way[is_prop_set(a1bl4,  "Abbiegespur_1B_L_4")]::Abbiegespur_1B_L_4,
     2579way[is_prop_set(a1bl5,  "Abbiegespur_1B_L_5")]::Abbiegespur_1B_L_5,
     2580way[is_prop_set(a1bl6,  "Abbiegespur_1B_L_6")]::Abbiegespur_1B_L_6,
     2581way[is_prop_set(a1bl7,  "Abbiegespur_1B_L_7")]::Abbiegespur_1B_L_7,
     2582way[is_prop_set(a1blg1, "Abbiegespur_1B_LG_1")]::Abbiegespur_1B_LG_1,
     2583way[is_prop_set(a1blg2, "Abbiegespur_1B_LG_2")]::Abbiegespur_1B_LG_2,
     2584way[is_prop_set(a1blg3, "Abbiegespur_1B_LG_3")]::Abbiegespur_1B_LG_3,
     2585way[is_prop_set(a1blg4, "Abbiegespur_1B_LG_4")]::Abbiegespur_1B_LG_4,
     2586way[is_prop_set(a1blg5, "Abbiegespur_1B_LG_5")]::Abbiegespur_1B_LG_5,
     2587way[is_prop_set(a1blg6, "Abbiegespur_1B_LG_6")]::Abbiegespur_1B_LG_6,
     2588way[is_prop_set(a1blg7, "Abbiegespur_1B_LG_7")]::Abbiegespur_1B_LG_7,
     2589way[is_prop_set(a1brg1, "Abbiegespur_1B_RG_1")]::Abbiegespur_1B_RG_1,
     2590way[is_prop_set(a1brg2, "Abbiegespur_1B_RG_2")]::Abbiegespur_1B_RG_2,
     2591way[is_prop_set(a1brg3, "Abbiegespur_1B_RG_3")]::Abbiegespur_1B_RG_3,
     2592way[is_prop_set(a1brg4, "Abbiegespur_1B_RG_4")]::Abbiegespur_1B_RG_4,
     2593way[is_prop_set(a1brg5, "Abbiegespur_1B_RG_5")]::Abbiegespur_1B_RG_5,
     2594way[is_prop_set(a1brg6, "Abbiegespur_1B_RG_6")]::Abbiegespur_1B_RG_6,
     2595way[is_prop_set(a1brg7, "Abbiegespur_1B_RG_7")]::Abbiegespur_1B_RG_7,
     2596way[is_prop_set(a1brl1, "Abbiegespur_1B_RL_1")]::Abbiegespur_1B_RL_1,
     2597way[is_prop_set(a1brl2, "Abbiegespur_1B_RL_2")]::Abbiegespur_1B_RL_2,
     2598way[is_prop_set(a1brl3, "Abbiegespur_1B_RL_3")]::Abbiegespur_1B_RL_3,
     2599way[is_prop_set(a1brl4, "Abbiegespur_1B_RL_4")]::Abbiegespur_1B_RL_4,
     2600way[is_prop_set(a1brl5, "Abbiegespur_1B_RL_5")]::Abbiegespur_1B_RL_5,
     2601way[is_prop_set(a1brl6, "Abbiegespur_1B_RL_6")]::Abbiegespur_1B_RL_6,
     2602way[is_prop_set(a1brl7, "Abbiegespur_1B_RL_7")]::Abbiegespur_1B_RL_7,
     2603way[is_prop_set(a2g1,  "Abbiegespur_2_G_1")]::Abbiegespur_2_G_1,
     2604way[is_prop_set(a2g2,  "Abbiegespur_2_G_2")]::Abbiegespur_2_G_2,
     2605way[is_prop_set(a2g3,  "Abbiegespur_2_G_3")]::Abbiegespur_2_G_3,
     2606way[is_prop_set(a2g4,  "Abbiegespur_2_G_4")]::Abbiegespur_2_G_4,
     2607way[is_prop_set(a2g5,  "Abbiegespur_2_G_5")]::Abbiegespur_2_G_5,
     2608way[is_prop_set(a2g6,  "Abbiegespur_2_G_6")]::Abbiegespur_2_G_6,
     2609way[is_prop_set(a2g7,  "Abbiegespur_2_G_7")]::Abbiegespur_2_G_7,
     2610way[is_prop_set(a2l1,  "Abbiegespur_2_L_1")]::Abbiegespur_2_L_1,
     2611way[is_prop_set(a2l2,  "Abbiegespur_2_L_2")]::Abbiegespur_2_L_2,
     2612way[is_prop_set(a2l3,  "Abbiegespur_2_L_3")]::Abbiegespur_2_L_3,
     2613way[is_prop_set(a2l4,  "Abbiegespur_2_L_4")]::Abbiegespur_2_L_4,
     2614way[is_prop_set(a2l5,  "Abbiegespur_2_L_5")]::Abbiegespur_2_L_5,
     2615way[is_prop_set(a2l6,  "Abbiegespur_2_L_6")]::Abbiegespur_2_L_6,
     2616way[is_prop_set(a2l7,  "Abbiegespur_2_L_7")]::Abbiegespur_2_L_7,
     2617way[is_prop_set(a2r1,  "Abbiegespur_2_R_1")]::Abbiegespur_2_R_1,
     2618way[is_prop_set(a2r2,  "Abbiegespur_2_R_2")]::Abbiegespur_2_R_2,
     2619way[is_prop_set(a2r3,  "Abbiegespur_2_R_3")]::Abbiegespur_2_R_3,
     2620way[is_prop_set(a2r4,  "Abbiegespur_2_R_4")]::Abbiegespur_2_R_4,
     2621way[is_prop_set(a2r5,  "Abbiegespur_2_R_5")]::Abbiegespur_2_R_5,
     2622way[is_prop_set(a2r6,  "Abbiegespur_2_R_6")]::Abbiegespur_2_R_6,
     2623way[is_prop_set(a2r7,  "Abbiegespur_2_R_7")]::Abbiegespur_2_R_7,
     2624way[is_prop_set(a2gr1, "Abbiegespur_2_GR_1")]::Abbiegespur_2_GR_1,
     2625way[is_prop_set(a2gr2, "Abbiegespur_2_GR_2")]::Abbiegespur_2_GR_2,
     2626way[is_prop_set(a2gr3, "Abbiegespur_2_GR_3")]::Abbiegespur_2_GR_3,
     2627way[is_prop_set(a2gr4, "Abbiegespur_2_GR_4")]::Abbiegespur_2_GR_4,
     2628way[is_prop_set(a2gr5, "Abbiegespur_2_GR_5")]::Abbiegespur_2_GR_5,
     2629way[is_prop_set(a2gr6, "Abbiegespur_2_GR_6")]::Abbiegespur_2_GR_6,
     2630way[is_prop_set(a2gr7, "Abbiegespur_2_GR_7")]::Abbiegespur_2_GR_7,
     2631way[is_prop_set(a2gl1, "Abbiegespur_2_GL_1")]::Abbiegespur_2_GL_1,
     2632way[is_prop_set(a2gl2, "Abbiegespur_2_GL_2")]::Abbiegespur_2_GL_2,
     2633way[is_prop_set(a2gl3, "Abbiegespur_2_GL_3")]::Abbiegespur_2_GL_3,
     2634way[is_prop_set(a2gl4, "Abbiegespur_2_GL_4")]::Abbiegespur_2_GL_4,
     2635way[is_prop_set(a2gl5, "Abbiegespur_2_GL_5")]::Abbiegespur_2_GL_5,
     2636way[is_prop_set(a2gl6, "Abbiegespur_2_GL_6")]::Abbiegespur_2_GL_6,
     2637way[is_prop_set(a2gl7, "Abbiegespur_2_GL_7")]::Abbiegespur_2_GL_7,
     2638way[is_prop_set(a2rl1, "Abbiegespur_2_RL_1")]::Abbiegespur_2_RL_1,
     2639way[is_prop_set(a2rl2, "Abbiegespur_2_RL_2")]::Abbiegespur_2_RL_2,
     2640way[is_prop_set(a2rl3, "Abbiegespur_2_RL_3")]::Abbiegespur_2_RL_3,
     2641way[is_prop_set(a2rl4, "Abbiegespur_2_RL_4")]::Abbiegespur_2_RL_4,
     2642way[is_prop_set(a2rl5, "Abbiegespur_2_RL_5")]::Abbiegespur_2_RL_5,
     2643way[is_prop_set(a2rl6, "Abbiegespur_2_RL_6")]::Abbiegespur_2_RL_6,
     2644way[is_prop_set(a2rl7, "Abbiegespur_2_RL_7")]::Abbiegespur_2_RL_7,
     2645way[is_prop_set(a2bg1,  "Abbiegespur_2B_G_1")]::Abbiegespur_2B_G_1,
     2646way[is_prop_set(a2bg2,  "Abbiegespur_2B_G_2")]::Abbiegespur_2B_G_2,
     2647way[is_prop_set(a2bg3,  "Abbiegespur_2B_G_3")]::Abbiegespur_2B_G_3,
     2648way[is_prop_set(a2bg4,  "Abbiegespur_2B_G_4")]::Abbiegespur_2B_G_4,
     2649way[is_prop_set(a2bg5,  "Abbiegespur_2B_G_5")]::Abbiegespur_2B_G_5,
     2650way[is_prop_set(a2bg6,  "Abbiegespur_2B_G_6")]::Abbiegespur_2B_G_6,
     2651way[is_prop_set(a2bg7,  "Abbiegespur_2B_G_7")]::Abbiegespur_2B_G_7,
     2652way[is_prop_set(a2br1,  "Abbiegespur_2B_R_1")]::Abbiegespur_2B_R_1,
     2653way[is_prop_set(a2br2,  "Abbiegespur_2B_R_2")]::Abbiegespur_2B_R_2,
     2654way[is_prop_set(a2br3,  "Abbiegespur_2B_R_3")]::Abbiegespur_2B_R_3,
     2655way[is_prop_set(a2br4,  "Abbiegespur_2B_R_4")]::Abbiegespur_2B_R_4,
     2656way[is_prop_set(a2br5,  "Abbiegespur_2B_R_5")]::Abbiegespur_2B_R_5,
     2657way[is_prop_set(a2br6,  "Abbiegespur_2B_R_6")]::Abbiegespur_2B_R_6,
     2658way[is_prop_set(a2br7,  "Abbiegespur_2B_R_7")]::Abbiegespur_2B_R_7,
     2659way[is_prop_set(a2bl1,  "Abbiegespur_2B_L_1")]::Abbiegespur_2B_L_1,
     2660way[is_prop_set(a2bl2,  "Abbiegespur_2B_L_2")]::Abbiegespur_2B_L_2,
     2661way[is_prop_set(a2bl3,  "Abbiegespur_2B_L_3")]::Abbiegespur_2B_L_3,
     2662way[is_prop_set(a2bl4,  "Abbiegespur_2B_L_4")]::Abbiegespur_2B_L_4,
     2663way[is_prop_set(a2bl5,  "Abbiegespur_2B_L_5")]::Abbiegespur_2B_L_5,
     2664way[is_prop_set(a2bl6,  "Abbiegespur_2B_L_6")]::Abbiegespur_2B_L_6,
     2665way[is_prop_set(a2bl7,  "Abbiegespur_2B_L_7")]::Abbiegespur_2B_L_7,
     2666way[is_prop_set(a2blg1, "Abbiegespur_2B_LG_1")]::Abbiegespur_2B_LG_1,
     2667way[is_prop_set(a2blg2, "Abbiegespur_2B_LG_2")]::Abbiegespur_2B_LG_2,
     2668way[is_prop_set(a2blg3, "Abbiegespur_2B_LG_3")]::Abbiegespur_2B_LG_3,
     2669way[is_prop_set(a2blg4, "Abbiegespur_2B_LG_4")]::Abbiegespur_2B_LG_4,
     2670way[is_prop_set(a2blg5, "Abbiegespur_2B_LG_5")]::Abbiegespur_2B_LG_5,
     2671way[is_prop_set(a2blg6, "Abbiegespur_2B_LG_6")]::Abbiegespur_2B_LG_6,
     2672way[is_prop_set(a2blg7, "Abbiegespur_2B_LG_7")]::Abbiegespur_2B_LG_7,
     2673way[is_prop_set(a2brg1, "Abbiegespur_2B_RG_1")]::Abbiegespur_2B_RG_1,
     2674way[is_prop_set(a2brg2, "Abbiegespur_2B_RG_2")]::Abbiegespur_2B_RG_2,
     2675way[is_prop_set(a2brg3, "Abbiegespur_2B_RG_3")]::Abbiegespur_2B_RG_3,
     2676way[is_prop_set(a2brg4, "Abbiegespur_2B_RG_4")]::Abbiegespur_2B_RG_4,
     2677way[is_prop_set(a2brg5, "Abbiegespur_2B_RG_5")]::Abbiegespur_2B_RG_5,
     2678way[is_prop_set(a2brg6, "Abbiegespur_2B_RG_6")]::Abbiegespur_2B_RG_6,
     2679way[is_prop_set(a2brg7, "Abbiegespur_2B_RG_7")]::Abbiegespur_2B_RG_7,
     2680way[is_prop_set(a2brl1, "Abbiegespur_2B_RL_1")]::Abbiegespur_2B_RL_1,
     2681way[is_prop_set(a2brl2, "Abbiegespur_2B_RL_2")]::Abbiegespur_2B_RL_2,
     2682way[is_prop_set(a2brl3, "Abbiegespur_2B_RL_3")]::Abbiegespur_2B_RL_3,
     2683way[is_prop_set(a2brl4, "Abbiegespur_2B_RL_4")]::Abbiegespur_2B_RL_4,
     2684way[is_prop_set(a2brl5, "Abbiegespur_2B_RL_5")]::Abbiegespur_2B_RL_5,
     2685way[is_prop_set(a2brl6, "Abbiegespur_2B_RL_6")]::Abbiegespur_2B_RL_6,
     2686way[is_prop_set(a2brl7, "Abbiegespur_2B_RL_7")]::Abbiegespur_2B_RL_7,
     2687way[is_prop_set(a3g1,  "Abbiegespur_3_G_1")]::Abbiegespur_3_G_1,
     2688way[is_prop_set(a3g2,  "Abbiegespur_3_G_2")]::Abbiegespur_3_G_2,
     2689way[is_prop_set(a3g3,  "Abbiegespur_3_G_3")]::Abbiegespur_3_G_3,
     2690way[is_prop_set(a3g4,  "Abbiegespur_3_G_4")]::Abbiegespur_3_G_4,
     2691way[is_prop_set(a3g5,  "Abbiegespur_3_G_5")]::Abbiegespur_3_G_5,
     2692way[is_prop_set(a3g6,  "Abbiegespur_3_G_6")]::Abbiegespur_3_G_6,
     2693way[is_prop_set(a3g7,  "Abbiegespur_3_G_7")]::Abbiegespur_3_G_7,
     2694way[is_prop_set(a3l1,  "Abbiegespur_3_L_1")]::Abbiegespur_3_L_1,
     2695way[is_prop_set(a3l2,  "Abbiegespur_3_L_2")]::Abbiegespur_3_L_2,
     2696way[is_prop_set(a3l3,  "Abbiegespur_3_L_3")]::Abbiegespur_3_L_3,
     2697way[is_prop_set(a3l4,  "Abbiegespur_3_L_4")]::Abbiegespur_3_L_4,
     2698way[is_prop_set(a3l5,  "Abbiegespur_3_L_5")]::Abbiegespur_3_L_5,
     2699way[is_prop_set(a3l6,  "Abbiegespur_3_L_6")]::Abbiegespur_3_L_6,
     2700way[is_prop_set(a3l7,  "Abbiegespur_3_L_7")]::Abbiegespur_3_L_7,
     2701way[is_prop_set(a3r1,  "Abbiegespur_3_R_1")]::Abbiegespur_3_R_1,
     2702way[is_prop_set(a3r2,  "Abbiegespur_3_R_2")]::Abbiegespur_3_R_2,
     2703way[is_prop_set(a3r3,  "Abbiegespur_3_R_3")]::Abbiegespur_3_R_3,
     2704way[is_prop_set(a3r4,  "Abbiegespur_3_R_4")]::Abbiegespur_3_R_4,
     2705way[is_prop_set(a3r5,  "Abbiegespur_3_R_5")]::Abbiegespur_3_R_5,
     2706way[is_prop_set(a3r6,  "Abbiegespur_3_R_6")]::Abbiegespur_3_R_6,
     2707way[is_prop_set(a3r7,  "Abbiegespur_3_R_7")]::Abbiegespur_3_R_7,
     2708way[is_prop_set(a3gr1, "Abbiegespur_3_GR_1")]::Abbiegespur_3_GR_1,
     2709way[is_prop_set(a3gr2, "Abbiegespur_3_GR_2")]::Abbiegespur_3_GR_2,
     2710way[is_prop_set(a3gr3, "Abbiegespur_3_GR_3")]::Abbiegespur_3_GR_3,
     2711way[is_prop_set(a3gr4, "Abbiegespur_3_GR_4")]::Abbiegespur_3_GR_4,
     2712way[is_prop_set(a3gr5, "Abbiegespur_3_GR_5")]::Abbiegespur_3_GR_5,
     2713way[is_prop_set(a3gr6, "Abbiegespur_3_GR_6")]::Abbiegespur_3_GR_6,
     2714way[is_prop_set(a3gr7, "Abbiegespur_3_GR_7")]::Abbiegespur_3_GR_7,
     2715way[is_prop_set(a3gl1, "Abbiegespur_3_GL_1")]::Abbiegespur_3_GL_1,
     2716way[is_prop_set(a3gl2, "Abbiegespur_3_GL_2")]::Abbiegespur_3_GL_2,
     2717way[is_prop_set(a3gl3, "Abbiegespur_3_GL_3")]::Abbiegespur_3_GL_3,
     2718way[is_prop_set(a3gl4, "Abbiegespur_3_GL_4")]::Abbiegespur_3_GL_4,
     2719way[is_prop_set(a3gl5, "Abbiegespur_3_GL_5")]::Abbiegespur_3_GL_5,
     2720way[is_prop_set(a3gl6, "Abbiegespur_3_GL_6")]::Abbiegespur_3_GL_6,
     2721way[is_prop_set(a3gl7, "Abbiegespur_3_GL_7")]::Abbiegespur_3_GL_7,
     2722way[is_prop_set(a3rl1, "Abbiegespur_3_RL_1")]::Abbiegespur_3_RL_1,
     2723way[is_prop_set(a3rl2, "Abbiegespur_3_RL_2")]::Abbiegespur_3_RL_2,
     2724way[is_prop_set(a3rl3, "Abbiegespur_3_RL_3")]::Abbiegespur_3_RL_3,
     2725way[is_prop_set(a3rl4, "Abbiegespur_3_RL_4")]::Abbiegespur_3_RL_4,
     2726way[is_prop_set(a3rl5, "Abbiegespur_3_RL_5")]::Abbiegespur_3_RL_5,
     2727way[is_prop_set(a3rl6, "Abbiegespur_3_RL_6")]::Abbiegespur_3_RL_6,
     2728way[is_prop_set(a3rl7, "Abbiegespur_3_RL_7")]::Abbiegespur_3_RL_7,
     2729way[is_prop_set(a3bg1,  "Abbiegespur_3B_G_1")]::Abbiegespur_3B_G_1,
     2730way[is_prop_set(a3bg2,  "Abbiegespur_3B_G_2")]::Abbiegespur_3B_G_2,
     2731way[is_prop_set(a3bg3,  "Abbiegespur_3B_G_3")]::Abbiegespur_3B_G_3,
     2732way[is_prop_set(a3bg4,  "Abbiegespur_3B_G_4")]::Abbiegespur_3B_G_4,
     2733way[is_prop_set(a3bg5,  "Abbiegespur_3B_G_5")]::Abbiegespur_3B_G_5,
     2734way[is_prop_set(a3bg6,  "Abbiegespur_3B_G_6")]::Abbiegespur_3B_G_6,
     2735way[is_prop_set(a3bg7,  "Abbiegespur_3B_G_7")]::Abbiegespur_3B_G_7,
     2736way[is_prop_set(a3br1,  "Abbiegespur_3B_R_1")]::Abbiegespur_3B_R_1,
     2737way[is_prop_set(a3br2,  "Abbiegespur_3B_R_2")]::Abbiegespur_3B_R_2,
     2738way[is_prop_set(a3br3,  "Abbiegespur_3B_R_3")]::Abbiegespur_3B_R_3,
     2739way[is_prop_set(a3br4,  "Abbiegespur_3B_R_4")]::Abbiegespur_3B_R_4,
     2740way[is_prop_set(a3br5,  "Abbiegespur_3B_R_5")]::Abbiegespur_3B_R_5,
     2741way[is_prop_set(a3br6,  "Abbiegespur_3B_R_6")]::Abbiegespur_3B_R_6,
     2742way[is_prop_set(a3br7,  "Abbiegespur_3B_R_7")]::Abbiegespur_3B_R_7,
     2743way[is_prop_set(a3bl1,  "Abbiegespur_3B_L_1")]::Abbiegespur_3B_L_1,
     2744way[is_prop_set(a3bl2,  "Abbiegespur_3B_L_2")]::Abbiegespur_3B_L_2,
     2745way[is_prop_set(a3bl3,  "Abbiegespur_3B_L_3")]::Abbiegespur_3B_L_3,
     2746way[is_prop_set(a3bl4,  "Abbiegespur_3B_L_4")]::Abbiegespur_3B_L_4,
     2747way[is_prop_set(a3bl5,  "Abbiegespur_3B_L_5")]::Abbiegespur_3B_L_5,
     2748way[is_prop_set(a3bl6,  "Abbiegespur_3B_L_6")]::Abbiegespur_3B_L_6,
     2749way[is_prop_set(a3bl7,  "Abbiegespur_3B_L_7")]::Abbiegespur_3B_L_7,
     2750way[is_prop_set(a3blg1, "Abbiegespur_3B_LG_1")]::Abbiegespur_3B_LG_1,
     2751way[is_prop_set(a3blg2, "Abbiegespur_3B_LG_2")]::Abbiegespur_3B_LG_2,
     2752way[is_prop_set(a3blg3, "Abbiegespur_3B_LG_3")]::Abbiegespur_3B_LG_3,
     2753way[is_prop_set(a3blg4, "Abbiegespur_3B_LG_4")]::Abbiegespur_3B_LG_4,
     2754way[is_prop_set(a3blg5, "Abbiegespur_3B_LG_5")]::Abbiegespur_3B_LG_5,
     2755way[is_prop_set(a3blg6, "Abbiegespur_3B_LG_6")]::Abbiegespur_3B_LG_6,
     2756way[is_prop_set(a3blg7, "Abbiegespur_3B_LG_7")]::Abbiegespur_3B_LG_7,
     2757way[is_prop_set(a3brg1, "Abbiegespur_3B_RG_1")]::Abbiegespur_3B_RG_1,
     2758way[is_prop_set(a3brg2, "Abbiegespur_3B_RG_2")]::Abbiegespur_3B_RG_2,
     2759way[is_prop_set(a3brg3, "Abbiegespur_3B_RG_3")]::Abbiegespur_3B_RG_3,
     2760way[is_prop_set(a3brg4, "Abbiegespur_3B_RG_4")]::Abbiegespur_3B_RG_4,
     2761way[is_prop_set(a3brg5, "Abbiegespur_3B_RG_5")]::Abbiegespur_3B_RG_5,
     2762way[is_prop_set(a3brg6, "Abbiegespur_3B_RG_6")]::Abbiegespur_3B_RG_6,
     2763way[is_prop_set(a3brg7, "Abbiegespur_3B_RG_7")]::Abbiegespur_3B_RG_7,
     2764way[is_prop_set(a3brl1, "Abbiegespur_3B_RL_1")]::Abbiegespur_3B_RL_1,
     2765way[is_prop_set(a3brl2, "Abbiegespur_3B_RL_2")]::Abbiegespur_3B_RL_2,
     2766way[is_prop_set(a3brl3, "Abbiegespur_3B_RL_3")]::Abbiegespur_3B_RL_3,
     2767way[is_prop_set(a3brl4, "Abbiegespur_3B_RL_4")]::Abbiegespur_3B_RL_4,
     2768way[is_prop_set(a3brl5, "Abbiegespur_3B_RL_5")]::Abbiegespur_3B_RL_5,
     2769way[is_prop_set(a3brl6, "Abbiegespur_3B_RL_6")]::Abbiegespur_3B_RL_6,
     2770way[is_prop_set(a3brl7, "Abbiegespur_3B_RL_7")]::Abbiegespur_3B_RL_7,
     2771way[is_prop_set(a4g1,  "Abbiegespur_4_G_1")]::Abbiegespur_4_G_1,
     2772way[is_prop_set(a4g2,  "Abbiegespur_4_G_2")]::Abbiegespur_4_G_2,
     2773way[is_prop_set(a4g3,  "Abbiegespur_4_G_3")]::Abbiegespur_4_G_3,
     2774way[is_prop_set(a4g4,  "Abbiegespur_4_G_4")]::Abbiegespur_4_G_4,
     2775way[is_prop_set(a4g5,  "Abbiegespur_4_G_5")]::Abbiegespur_4_G_5,
     2776way[is_prop_set(a4g6,  "Abbiegespur_4_G_6")]::Abbiegespur_4_G_6,
     2777way[is_prop_set(a4g7,  "Abbiegespur_4_G_7")]::Abbiegespur_4_G_7,
     2778way[is_prop_set(a4l1,  "Abbiegespur_4_L_1")]::Abbiegespur_4_L_1,
     2779way[is_prop_set(a4l2,  "Abbiegespur_4_L_2")]::Abbiegespur_4_L_2,
     2780way[is_prop_set(a4l3,  "Abbiegespur_4_L_3")]::Abbiegespur_4_L_3,
     2781way[is_prop_set(a4l4,  "Abbiegespur_4_L_4")]::Abbiegespur_4_L_4,
     2782way[is_prop_set(a4l5,  "Abbiegespur_4_L_5")]::Abbiegespur_4_L_5,
     2783way[is_prop_set(a4l6,  "Abbiegespur_4_L_6")]::Abbiegespur_4_L_6,
     2784way[is_prop_set(a4l7,  "Abbiegespur_4_L_7")]::Abbiegespur_4_L_7,
     2785way[is_prop_set(a4r1,  "Abbiegespur_4_R_1")]::Abbiegespur_4_R_1,
     2786way[is_prop_set(a4r2,  "Abbiegespur_4_R_2")]::Abbiegespur_4_R_2,
     2787way[is_prop_set(a4r3,  "Abbiegespur_4_R_3")]::Abbiegespur_4_R_3,
     2788way[is_prop_set(a4r4,  "Abbiegespur_4_R_4")]::Abbiegespur_4_R_4,
     2789way[is_prop_set(a4r5,  "Abbiegespur_4_R_5")]::Abbiegespur_4_R_5,
     2790way[is_prop_set(a4r6,  "Abbiegespur_4_R_6")]::Abbiegespur_4_R_6,
     2791way[is_prop_set(a4r7,  "Abbiegespur_4_R_7")]::Abbiegespur_4_R_7,
     2792way[is_prop_set(a4gr1, "Abbiegespur_4_GR_1")]::Abbiegespur_4_GR_1,
     2793way[is_prop_set(a4gr2, "Abbiegespur_4_GR_2")]::Abbiegespur_4_GR_2,
     2794way[is_prop_set(a4gr3, "Abbiegespur_4_GR_3")]::Abbiegespur_4_GR_3,
     2795way[is_prop_set(a4gr4, "Abbiegespur_4_GR_4")]::Abbiegespur_4_GR_4,
     2796way[is_prop_set(a4gr5, "Abbiegespur_4_GR_5")]::Abbiegespur_4_GR_5,
     2797way[is_prop_set(a4gr6, "Abbiegespur_4_GR_6")]::Abbiegespur_4_GR_6,
     2798way[is_prop_set(a4gr7, "Abbiegespur_4_GR_7")]::Abbiegespur_4_GR_7,
     2799way[is_prop_set(a4gl1, "Abbiegespur_4_GL_1")]::Abbiegespur_4_GL_1,
     2800way[is_prop_set(a4gl2, "Abbiegespur_4_GL_2")]::Abbiegespur_4_GL_2,
     2801way[is_prop_set(a4gl3, "Abbiegespur_4_GL_3")]::Abbiegespur_4_GL_3,
     2802way[is_prop_set(a4gl4, "Abbiegespur_4_GL_4")]::Abbiegespur_4_GL_4,
     2803way[is_prop_set(a4gl5, "Abbiegespur_4_GL_5")]::Abbiegespur_4_GL_5,
     2804way[is_prop_set(a4gl6, "Abbiegespur_4_GL_6")]::Abbiegespur_4_GL_6,
     2805way[is_prop_set(a4gl7, "Abbiegespur_4_GL_7")]::Abbiegespur_4_GL_7,
     2806way[is_prop_set(a4rl1, "Abbiegespur_4_RL_1")]::Abbiegespur_4_RL_1,
     2807way[is_prop_set(a4rl2, "Abbiegespur_4_RL_2")]::Abbiegespur_4_RL_2,
     2808way[is_prop_set(a4rl3, "Abbiegespur_4_RL_3")]::Abbiegespur_4_RL_3,
     2809way[is_prop_set(a4rl4, "Abbiegespur_4_RL_4")]::Abbiegespur_4_RL_4,
     2810way[is_prop_set(a4rl5, "Abbiegespur_4_RL_5")]::Abbiegespur_4_RL_5,
     2811way[is_prop_set(a4rl6, "Abbiegespur_4_RL_6")]::Abbiegespur_4_RL_6,
     2812way[is_prop_set(a4rl7, "Abbiegespur_4_RL_7")]::Abbiegespur_4_RL_7,
     2813way[is_prop_set(a4bg1,  "Abbiegespur_4B_G_1")]::Abbiegespur_4B_G_1,
     2814way[is_prop_set(a4bg2,  "Abbiegespur_4B_G_2")]::Abbiegespur_4B_G_2,
     2815way[is_prop_set(a4bg3,  "Abbiegespur_4B_G_3")]::Abbiegespur_4B_G_3,
     2816way[is_prop_set(a4bg4,  "Abbiegespur_4B_G_4")]::Abbiegespur_4B_G_4,
     2817way[is_prop_set(a4bg5,  "Abbiegespur_4B_G_5")]::Abbiegespur_4B_G_5,
     2818way[is_prop_set(a4bg6,  "Abbiegespur_4B_G_6")]::Abbiegespur_4B_G_6,
     2819way[is_prop_set(a4bg7,  "Abbiegespur_4B_G_7")]::Abbiegespur_4B_G_7,
     2820way[is_prop_set(a4br1,  "Abbiegespur_4B_R_1")]::Abbiegespur_4B_R_1,
     2821way[is_prop_set(a4br2,  "Abbiegespur_4B_R_2")]::Abbiegespur_4B_R_2,
     2822way[is_prop_set(a4br3,  "Abbiegespur_4B_R_3")]::Abbiegespur_4B_R_3,
     2823way[is_prop_set(a4br4,  "Abbiegespur_4B_R_4")]::Abbiegespur_4B_R_4,
     2824way[is_prop_set(a4br5,  "Abbiegespur_4B_R_5")]::Abbiegespur_4B_R_5,
     2825way[is_prop_set(a4br6,  "Abbiegespur_4B_R_6")]::Abbiegespur_4B_R_6,
     2826way[is_prop_set(a4br7,  "Abbiegespur_4B_R_7")]::Abbiegespur_4B_R_7,
     2827way[is_prop_set(a4bl1,  "Abbiegespur_4B_L_1")]::Abbiegespur_4B_L_1,
     2828way[is_prop_set(a4bl2,  "Abbiegespur_4B_L_2")]::Abbiegespur_4B_L_2,
     2829way[is_prop_set(a4bl3,  "Abbiegespur_4B_L_3")]::Abbiegespur_4B_L_3,
     2830way[is_prop_set(a4bl4,  "Abbiegespur_4B_L_4")]::Abbiegespur_4B_L_4,
     2831way[is_prop_set(a4bl5,  "Abbiegespur_4B_L_5")]::Abbiegespur_4B_L_5,
     2832way[is_prop_set(a4bl6,  "Abbiegespur_4B_L_6")]::Abbiegespur_4B_L_6,
     2833way[is_prop_set(a4bl7,  "Abbiegespur_4B_L_7")]::Abbiegespur_4B_L_7,
     2834way[is_prop_set(a4blg1, "Abbiegespur_4B_LG_1")]::Abbiegespur_4B_LG_1,
     2835way[is_prop_set(a4blg2, "Abbiegespur_4B_LG_2")]::Abbiegespur_4B_LG_2,
     2836way[is_prop_set(a4blg3, "Abbiegespur_4B_LG_3")]::Abbiegespur_4B_LG_3,
     2837way[is_prop_set(a4blg4, "Abbiegespur_4B_LG_4")]::Abbiegespur_4B_LG_4,
     2838way[is_prop_set(a4blg5, "Abbiegespur_4B_LG_5")]::Abbiegespur_4B_LG_5,
     2839way[is_prop_set(a4blg6, "Abbiegespur_4B_LG_6")]::Abbiegespur_4B_LG_6,
     2840way[is_prop_set(a4blg7, "Abbiegespur_4B_LG_7")]::Abbiegespur_4B_LG_7,
     2841way[is_prop_set(a4brg1, "Abbiegespur_4B_RG_1")]::Abbiegespur_4B_RG_1,
     2842way[is_prop_set(a4brg2, "Abbiegespur_4B_RG_2")]::Abbiegespur_4B_RG_2,
     2843way[is_prop_set(a4brg3, "Abbiegespur_4B_RG_3")]::Abbiegespur_4B_RG_3,
     2844way[is_prop_set(a4brg4, "Abbiegespur_4B_RG_4")]::Abbiegespur_4B_RG_4,
     2845way[is_prop_set(a4brg5, "Abbiegespur_4B_RG_5")]::Abbiegespur_4B_RG_5,
     2846way[is_prop_set(a4brg6, "Abbiegespur_4B_RG_6")]::Abbiegespur_4B_RG_6,
     2847way[is_prop_set(a4brg7, "Abbiegespur_4B_RG_7")]::Abbiegespur_4B_RG_7,
     2848way[is_prop_set(a4brl1, "Abbiegespur_4B_RL_1")]::Abbiegespur_4B_RL_1,
     2849way[is_prop_set(a4brl2, "Abbiegespur_4B_RL_2")]::Abbiegespur_4B_RL_2,
     2850way[is_prop_set(a4brl3, "Abbiegespur_4B_RL_3")]::Abbiegespur_4B_RL_3,
     2851way[is_prop_set(a4brl4, "Abbiegespur_4B_RL_4")]::Abbiegespur_4B_RL_4,
     2852way[is_prop_set(a4brl5, "Abbiegespur_4B_RL_5")]::Abbiegespur_4B_RL_5,
     2853way[is_prop_set(a4brl6, "Abbiegespur_4B_RL_6")]::Abbiegespur_4B_RL_6,
     2854way[is_prop_set(a4brl7, "Abbiegespur_4B_RL_7")]::Abbiegespur_4B_RL_7,
     2855way[is_prop_set(a5g1,  "Abbiegespur_5_G_1")]::Abbiegespur_5_G_1,
     2856way[is_prop_set(a5g2,  "Abbiegespur_5_G_2")]::Abbiegespur_5_G_2,
     2857way[is_prop_set(a5g3,  "Abbiegespur_5_G_3")]::Abbiegespur_5_G_3,
     2858way[is_prop_set(a5g4,  "Abbiegespur_5_G_4")]::Abbiegespur_5_G_4,
     2859way[is_prop_set(a5g5,  "Abbiegespur_5_G_5")]::Abbiegespur_5_G_5,
     2860way[is_prop_set(a5g6,  "Abbiegespur_5_G_6")]::Abbiegespur_5_G_6,
     2861way[is_prop_set(a5g7,  "Abbiegespur_5_G_7")]::Abbiegespur_5_G_7,
     2862way[is_prop_set(a5l1,  "Abbiegespur_5_L_1")]::Abbiegespur_5_L_1,
     2863way[is_prop_set(a5l2,  "Abbiegespur_5_L_2")]::Abbiegespur_5_L_2,
     2864way[is_prop_set(a5l3,  "Abbiegespur_5_L_3")]::Abbiegespur_5_L_3,
     2865way[is_prop_set(a5l4,  "Abbiegespur_5_L_4")]::Abbiegespur_5_L_4,
     2866way[is_prop_set(a5l5,  "Abbiegespur_5_L_5")]::Abbiegespur_5_L_5,
     2867way[is_prop_set(a5l6,  "Abbiegespur_5_L_6")]::Abbiegespur_5_L_6,
     2868way[is_prop_set(a5l7,  "Abbiegespur_5_L_7")]::Abbiegespur_5_L_7,
     2869way[is_prop_set(a5r1,  "Abbiegespur_5_R_1")]::Abbiegespur_5_R_1,
     2870way[is_prop_set(a5r2,  "Abbiegespur_5_R_2")]::Abbiegespur_5_R_2,
     2871way[is_prop_set(a5r3,  "Abbiegespur_5_R_3")]::Abbiegespur_5_R_3,
     2872way[is_prop_set(a5r4,  "Abbiegespur_5_R_4")]::Abbiegespur_5_R_4,
     2873way[is_prop_set(a5r5,  "Abbiegespur_5_R_5")]::Abbiegespur_5_R_5,
     2874way[is_prop_set(a5r6,  "Abbiegespur_5_R_6")]::Abbiegespur_5_R_6,
     2875way[is_prop_set(a5r7,  "Abbiegespur_5_R_7")]::Abbiegespur_5_R_7,
     2876way[is_prop_set(a5gr1, "Abbiegespur_5_GR_1")]::Abbiegespur_5_GR_1,
     2877way[is_prop_set(a5gr2, "Abbiegespur_5_GR_2")]::Abbiegespur_5_GR_2,
     2878way[is_prop_set(a5gr3, "Abbiegespur_5_GR_3")]::Abbiegespur_5_GR_3,
     2879way[is_prop_set(a5gr4, "Abbiegespur_5_GR_4")]::Abbiegespur_5_GR_4,
     2880way[is_prop_set(a5gr5, "Abbiegespur_5_GR_5")]::Abbiegespur_5_GR_5,
     2881way[is_prop_set(a5gr6, "Abbiegespur_5_GR_6")]::Abbiegespur_5_GR_6,
     2882way[is_prop_set(a5gr7, "Abbiegespur_5_GR_7")]::Abbiegespur_5_GR_7,
     2883way[is_prop_set(a5gl1, "Abbiegespur_5_GL_1")]::Abbiegespur_5_GL_1,
     2884way[is_prop_set(a5gl2, "Abbiegespur_5_GL_2")]::Abbiegespur_5_GL_2,
     2885way[is_prop_set(a5gl3, "Abbiegespur_5_GL_3")]::Abbiegespur_5_GL_3,
     2886way[is_prop_set(a5gl4, "Abbiegespur_5_GL_4")]::Abbiegespur_5_GL_4,
     2887way[is_prop_set(a5gl5, "Abbiegespur_5_GL_5")]::Abbiegespur_5_GL_5,
     2888way[is_prop_set(a5gl6, "Abbiegespur_5_GL_6")]::Abbiegespur_5_GL_6,
     2889way[is_prop_set(a5gl7, "Abbiegespur_5_GL_7")]::Abbiegespur_5_GL_7,
     2890way[is_prop_set(a5rl1, "Abbiegespur_5_RL_1")]::Abbiegespur_5_RL_1,
     2891way[is_prop_set(a5rl2, "Abbiegespur_5_RL_2")]::Abbiegespur_5_RL_2,
     2892way[is_prop_set(a5rl3, "Abbiegespur_5_RL_3")]::Abbiegespur_5_RL_3,
     2893way[is_prop_set(a5rl4, "Abbiegespur_5_RL_4")]::Abbiegespur_5_RL_4,
     2894way[is_prop_set(a5rl5, "Abbiegespur_5_RL_5")]::Abbiegespur_5_RL_5,
     2895way[is_prop_set(a5rl6, "Abbiegespur_5_RL_6")]::Abbiegespur_5_RL_6,
     2896way[is_prop_set(a5rl7, "Abbiegespur_5_RL_7")]::Abbiegespur_5_RL_7,
     2897way[is_prop_set(a5bg1,  "Abbiegespur_5B_G_1")]::Abbiegespur_5B_G_1,
     2898way[is_prop_set(a5bg2,  "Abbiegespur_5B_G_2")]::Abbiegespur_5B_G_2,
     2899way[is_prop_set(a5bg3,  "Abbiegespur_5B_G_3")]::Abbiegespur_5B_G_3,
     2900way[is_prop_set(a5bg4,  "Abbiegespur_5B_G_4")]::Abbiegespur_5B_G_4,
     2901way[is_prop_set(a5bg5,  "Abbiegespur_5B_G_5")]::Abbiegespur_5B_G_5,
     2902way[is_prop_set(a5bg6,  "Abbiegespur_5B_G_6")]::Abbiegespur_5B_G_6,
     2903way[is_prop_set(a5bg7,  "Abbiegespur_5B_G_7")]::Abbiegespur_5B_G_7,
     2904way[is_prop_set(a5br1,  "Abbiegespur_5B_R_1")]::Abbiegespur_5B_R_1,
     2905way[is_prop_set(a5br2,  "Abbiegespur_5B_R_2")]::Abbiegespur_5B_R_2,
     2906way[is_prop_set(a5br3,  "Abbiegespur_5B_R_3")]::Abbiegespur_5B_R_3,
     2907way[is_prop_set(a5br4,  "Abbiegespur_5B_R_4")]::Abbiegespur_5B_R_4,
     2908way[is_prop_set(a5br5,  "Abbiegespur_5B_R_5")]::Abbiegespur_5B_R_5,
     2909way[is_prop_set(a5br6,  "Abbiegespur_5B_R_6")]::Abbiegespur_5B_R_6,
     2910way[is_prop_set(a5br7,  "Abbiegespur_5B_R_7")]::Abbiegespur_5B_R_7,
     2911way[is_prop_set(a5bl1,  "Abbiegespur_5B_L_1")]::Abbiegespur_5B_L_1,
     2912way[is_prop_set(a5bl2,  "Abbiegespur_5B_L_2")]::Abbiegespur_5B_L_2,
     2913way[is_prop_set(a5bl3,  "Abbiegespur_5B_L_3")]::Abbiegespur_5B_L_3,
     2914way[is_prop_set(a5bl4,  "Abbiegespur_5B_L_4")]::Abbiegespur_5B_L_4,
     2915way[is_prop_set(a5bl5,  "Abbiegespur_5B_L_5")]::Abbiegespur_5B_L_5,
     2916way[is_prop_set(a5bl6,  "Abbiegespur_5B_L_6")]::Abbiegespur_5B_L_6,
     2917way[is_prop_set(a5bl7,  "Abbiegespur_5B_L_7")]::Abbiegespur_5B_L_7,
     2918way[is_prop_set(a5blg1, "Abbiegespur_5B_LG_1")]::Abbiegespur_5B_LG_1,
     2919way[is_prop_set(a5blg2, "Abbiegespur_5B_LG_2")]::Abbiegespur_5B_LG_2,
     2920way[is_prop_set(a5blg3, "Abbiegespur_5B_LG_3")]::Abbiegespur_5B_LG_3,
     2921way[is_prop_set(a5blg4, "Abbiegespur_5B_LG_4")]::Abbiegespur_5B_LG_4,
     2922way[is_prop_set(a5blg5, "Abbiegespur_5B_LG_5")]::Abbiegespur_5B_LG_5,
     2923way[is_prop_set(a5blg6, "Abbiegespur_5B_LG_6")]::Abbiegespur_5B_LG_6,
     2924way[is_prop_set(a5blg7, "Abbiegespur_5B_LG_7")]::Abbiegespur_5B_LG_7,
     2925way[is_prop_set(a5brg1, "Abbiegespur_5B_RG_1")]::Abbiegespur_5B_RG_1,
     2926way[is_prop_set(a5brg2, "Abbiegespur_5B_RG_2")]::Abbiegespur_5B_RG_2,
     2927way[is_prop_set(a5brg3, "Abbiegespur_5B_RG_3")]::Abbiegespur_5B_RG_3,
     2928way[is_prop_set(a5brg4, "Abbiegespur_5B_RG_4")]::Abbiegespur_5B_RG_4,
     2929way[is_prop_set(a5brg5, "Abbiegespur_5B_RG_5")]::Abbiegespur_5B_RG_5,
     2930way[is_prop_set(a5brg6, "Abbiegespur_5B_RG_6")]::Abbiegespur_5B_RG_6,
     2931way[is_prop_set(a5brg7, "Abbiegespur_5B_RG_7")]::Abbiegespur_5B_RG_7,
     2932way[is_prop_set(a5brl1, "Abbiegespur_5B_RL_1")]::Abbiegespur_5B_RL_1,
     2933way[is_prop_set(a5brl2, "Abbiegespur_5B_RL_2")]::Abbiegespur_5B_RL_2,
     2934way[is_prop_set(a5brl3, "Abbiegespur_5B_RL_3")]::Abbiegespur_5B_RL_3,
     2935way[is_prop_set(a5brl4, "Abbiegespur_5B_RL_4")]::Abbiegespur_5B_RL_4,
     2936way[is_prop_set(a5brl5, "Abbiegespur_5B_RL_5")]::Abbiegespur_5B_RL_5,
     2937way[is_prop_set(a5brl6, "Abbiegespur_5B_RL_6")]::Abbiegespur_5B_RL_6,
     2938way[is_prop_set(a5brl7, "Abbiegespur_5B_RL_7")]::Abbiegespur_5B_RL_7,
     2939way[is_prop_set(a6g1,  "Abbiegespur_6_G_1")]::Abbiegespur_6_G_1,
     2940way[is_prop_set(a6g2,  "Abbiegespur_6_G_2")]::Abbiegespur_6_G_2,
     2941way[is_prop_set(a6g3,  "Abbiegespur_6_G_3")]::Abbiegespur_6_G_3,
     2942way[is_prop_set(a6g4,  "Abbiegespur_6_G_4")]::Abbiegespur_6_G_4,
     2943way[is_prop_set(a6g5,  "Abbiegespur_6_G_5")]::Abbiegespur_6_G_5,
     2944way[is_prop_set(a6g6,  "Abbiegespur_6_G_6")]::Abbiegespur_6_G_6,
     2945way[is_prop_set(a6g7,  "Abbiegespur_6_G_7")]::Abbiegespur_6_G_7,
     2946way[is_prop_set(a6l1,  "Abbiegespur_6_L_1")]::Abbiegespur_6_L_1,
     2947way[is_prop_set(a6l2,  "Abbiegespur_6_L_2")]::Abbiegespur_6_L_2,
     2948way[is_prop_set(a6l3,  "Abbiegespur_6_L_3")]::Abbiegespur_6_L_3,
     2949way[is_prop_set(a6l4,  "Abbiegespur_6_L_4")]::Abbiegespur_6_L_4,
     2950way[is_prop_set(a6l5,  "Abbiegespur_6_L_5")]::Abbiegespur_6_L_5,
     2951way[is_prop_set(a6l6,  "Abbiegespur_6_L_6")]::Abbiegespur_6_L_6,
     2952way[is_prop_set(a6l7,  "Abbiegespur_6_L_7")]::Abbiegespur_6_L_7,
     2953way[is_prop_set(a6r1,  "Abbiegespur_6_R_1")]::Abbiegespur_6_R_1,
     2954way[is_prop_set(a6r2,  "Abbiegespur_6_R_2")]::Abbiegespur_6_R_2,
     2955way[is_prop_set(a6r3,  "Abbiegespur_6_R_3")]::Abbiegespur_6_R_3,
     2956way[is_prop_set(a6r4,  "Abbiegespur_6_R_4")]::Abbiegespur_6_R_4,
     2957way[is_prop_set(a6r5,  "Abbiegespur_6_R_5")]::Abbiegespur_6_R_5,
     2958way[is_prop_set(a6r6,  "Abbiegespur_6_R_6")]::Abbiegespur_6_R_6,
     2959way[is_prop_set(a6r7,  "Abbiegespur_6_R_7")]::Abbiegespur_6_R_7,
     2960way[is_prop_set(a6gr1, "Abbiegespur_6_GR_1")]::Abbiegespur_6_GR_1,
     2961way[is_prop_set(a6gr2, "Abbiegespur_6_GR_2")]::Abbiegespur_6_GR_2,
     2962way[is_prop_set(a6gr3, "Abbiegespur_6_GR_3")]::Abbiegespur_6_GR_3,
     2963way[is_prop_set(a6gr4, "Abbiegespur_6_GR_4")]::Abbiegespur_6_GR_4,
     2964way[is_prop_set(a6gr5, "Abbiegespur_6_GR_5")]::Abbiegespur_6_GR_5,
     2965way[is_prop_set(a6gr6, "Abbiegespur_6_GR_6")]::Abbiegespur_6_GR_6,
     2966way[is_prop_set(a6gr7, "Abbiegespur_6_GR_7")]::Abbiegespur_6_GR_7,
     2967way[is_prop_set(a6gl1, "Abbiegespur_6_GL_1")]::Abbiegespur_6_GL_1,
     2968way[is_prop_set(a6gl2, "Abbiegespur_6_GL_2")]::Abbiegespur_6_GL_2,
     2969way[is_prop_set(a6gl3, "Abbiegespur_6_GL_3")]::Abbiegespur_6_GL_3,
     2970way[is_prop_set(a6gl4, "Abbiegespur_6_GL_4")]::Abbiegespur_6_GL_4,
     2971way[is_prop_set(a6gl5, "Abbiegespur_6_GL_5")]::Abbiegespur_6_GL_5,
     2972way[is_prop_set(a6gl6, "Abbiegespur_6_GL_6")]::Abbiegespur_6_GL_6,
     2973way[is_prop_set(a6gl7, "Abbiegespur_6_GL_7")]::Abbiegespur_6_GL_7,
     2974way[is_prop_set(a6rl1, "Abbiegespur_6_RL_1")]::Abbiegespur_6_RL_1,
     2975way[is_prop_set(a6rl2, "Abbiegespur_6_RL_2")]::Abbiegespur_6_RL_2,
     2976way[is_prop_set(a6rl3, "Abbiegespur_6_RL_3")]::Abbiegespur_6_RL_3,
     2977way[is_prop_set(a6rl4, "Abbiegespur_6_RL_4")]::Abbiegespur_6_RL_4,
     2978way[is_prop_set(a6rl5, "Abbiegespur_6_RL_5")]::Abbiegespur_6_RL_5,
     2979way[is_prop_set(a6rl6, "Abbiegespur_6_RL_6")]::Abbiegespur_6_RL_6,
     2980way[is_prop_set(a6rl7, "Abbiegespur_6_RL_7")]::Abbiegespur_6_RL_7,
     2981way[is_prop_set(a6bg1,  "Abbiegespur_6B_G_1")]::Abbiegespur_6B_G_1,
     2982way[is_prop_set(a6bg2,  "Abbiegespur_6B_G_2")]::Abbiegespur_6B_G_2,
     2983way[is_prop_set(a6bg3,  "Abbiegespur_6B_G_3")]::Abbiegespur_6B_G_3,
     2984way[is_prop_set(a6bg4,  "Abbiegespur_6B_G_4")]::Abbiegespur_6B_G_4,
     2985way[is_prop_set(a6bg5,  "Abbiegespur_6B_G_5")]::Abbiegespur_6B_G_5,
     2986way[is_prop_set(a6bg6,  "Abbiegespur_6B_G_6")]::Abbiegespur_6B_G_6,
     2987way[is_prop_set(a6bg7,  "Abbiegespur_6B_G_7")]::Abbiegespur_6B_G_7,
     2988way[is_prop_set(a6br1,  "Abbiegespur_6B_R_1")]::Abbiegespur_6B_R_1,
     2989way[is_prop_set(a6br2,  "Abbiegespur_6B_R_2")]::Abbiegespur_6B_R_2,
     2990way[is_prop_set(a6br3,  "Abbiegespur_6B_R_3")]::Abbiegespur_6B_R_3,
     2991way[is_prop_set(a6br4,  "Abbiegespur_6B_R_4")]::Abbiegespur_6B_R_4,
     2992way[is_prop_set(a6br5,  "Abbiegespur_6B_R_5")]::Abbiegespur_6B_R_5,
     2993way[is_prop_set(a6br6,  "Abbiegespur_6B_R_6")]::Abbiegespur_6B_R_6,
     2994way[is_prop_set(a6br7,  "Abbiegespur_6B_R_7")]::Abbiegespur_6B_R_7,
     2995way[is_prop_set(a6bl1,  "Abbiegespur_6B_L_1")]::Abbiegespur_6B_L_1,
     2996way[is_prop_set(a6bl2,  "Abbiegespur_6B_L_2")]::Abbiegespur_6B_L_2,
     2997way[is_prop_set(a6bl3,  "Abbiegespur_6B_L_3")]::Abbiegespur_6B_L_3,
     2998way[is_prop_set(a6bl4,  "Abbiegespur_6B_L_4")]::Abbiegespur_6B_L_4,
     2999way[is_prop_set(a6bl5,  "Abbiegespur_6B_L_5")]::Abbiegespur_6B_L_5,
     3000way[is_prop_set(a6bl6,  "Abbiegespur_6B_L_6")]::Abbiegespur_6B_L_6,
     3001way[is_prop_set(a6bl7,  "Abbiegespur_6B_L_7")]::Abbiegespur_6B_L_7,
     3002way[is_prop_set(a6blg1, "Abbiegespur_6B_LG_1")]::Abbiegespur_6B_LG_1,
     3003way[is_prop_set(a6blg2, "Abbiegespur_6B_LG_2")]::Abbiegespur_6B_LG_2,
     3004way[is_prop_set(a6blg3, "Abbiegespur_6B_LG_3")]::Abbiegespur_6B_LG_3,
     3005way[is_prop_set(a6blg4, "Abbiegespur_6B_LG_4")]::Abbiegespur_6B_LG_4,
     3006way[is_prop_set(a6blg5, "Abbiegespur_6B_LG_5")]::Abbiegespur_6B_LG_5,
     3007way[is_prop_set(a6blg6, "Abbiegespur_6B_LG_6")]::Abbiegespur_6B_LG_6,
     3008way[is_prop_set(a6blg7, "Abbiegespur_6B_LG_7")]::Abbiegespur_6B_LG_7,
     3009way[is_prop_set(a6brg1, "Abbiegespur_6B_RG_1")]::Abbiegespur_6B_RG_1,
     3010way[is_prop_set(a6brg2, "Abbiegespur_6B_RG_2")]::Abbiegespur_6B_RG_2,
     3011way[is_prop_set(a6brg3, "Abbiegespur_6B_RG_3")]::Abbiegespur_6B_RG_3,
     3012way[is_prop_set(a6brg4, "Abbiegespur_6B_RG_4")]::Abbiegespur_6B_RG_4,
     3013way[is_prop_set(a6brg5, "Abbiegespur_6B_RG_5")]::Abbiegespur_6B_RG_5,
     3014way[is_prop_set(a6brg6, "Abbiegespur_6B_RG_6")]::Abbiegespur_6B_RG_6,
     3015way[is_prop_set(a6brg7, "Abbiegespur_6B_RG_7")]::Abbiegespur_6B_RG_7,
     3016way[is_prop_set(a6brl1, "Abbiegespur_6B_RL_1")]::Abbiegespur_6B_RL_1,
     3017way[is_prop_set(a6brl2, "Abbiegespur_6B_RL_2")]::Abbiegespur_6B_RL_2,
     3018way[is_prop_set(a6brl3, "Abbiegespur_6B_RL_3")]::Abbiegespur_6B_RL_3,
     3019way[is_prop_set(a6brl4, "Abbiegespur_6B_RL_4")]::Abbiegespur_6B_RL_4,
     3020way[is_prop_set(a6brl5, "Abbiegespur_6B_RL_5")]::Abbiegespur_6B_RL_5,
     3021way[is_prop_set(a6brl6, "Abbiegespur_6B_RL_6")]::Abbiegespur_6B_RL_6,
     3022way[is_prop_set(a6brl7, "Abbiegespur_6B_RL_7")]::Abbiegespur_6B_RL_7,
     3023way[is_prop_set(a7g1,  "Abbiegespur_7_G_1")]::Abbiegespur_7_G_1,
     3024way[is_prop_set(a7g2,  "Abbiegespur_7_G_2")]::Abbiegespur_7_G_2,
     3025way[is_prop_set(a7g3,  "Abbiegespur_7_G_3")]::Abbiegespur_7_G_3,
     3026way[is_prop_set(a7g4,  "Abbiegespur_7_G_4")]::Abbiegespur_7_G_4,
     3027way[is_prop_set(a7g5,  "Abbiegespur_7_G_5")]::Abbiegespur_7_G_5,
     3028way[is_prop_set(a7g6,  "Abbiegespur_7_G_6")]::Abbiegespur_7_G_6,
     3029way[is_prop_set(a7g7,  "Abbiegespur_7_G_7")]::Abbiegespur_7_G_7,
     3030way[is_prop_set(a7l1,  "Abbiegespur_7_L_1")]::Abbiegespur_7_L_1,
     3031way[is_prop_set(a7l2,  "Abbiegespur_7_L_2")]::Abbiegespur_7_L_2,
     3032way[is_prop_set(a7l3,  "Abbiegespur_7_L_3")]::Abbiegespur_7_L_3,
     3033way[is_prop_set(a7l4,  "Abbiegespur_7_L_4")]::Abbiegespur_7_L_4,
     3034way[is_prop_set(a7l5,  "Abbiegespur_7_L_5")]::Abbiegespur_7_L_5,
     3035way[is_prop_set(a7l6,  "Abbiegespur_7_L_6")]::Abbiegespur_7_L_6,
     3036way[is_prop_set(a7l7,  "Abbiegespur_7_L_7")]::Abbiegespur_7_L_7,
     3037way[is_prop_set(a7r1,  "Abbiegespur_7_R_1")]::Abbiegespur_7_R_1,
     3038way[is_prop_set(a7r2,  "Abbiegespur_7_R_2")]::Abbiegespur_7_R_2,
     3039way[is_prop_set(a7r3,  "Abbiegespur_7_R_3")]::Abbiegespur_7_R_3,
     3040way[is_prop_set(a7r4,  "Abbiegespur_7_R_4")]::Abbiegespur_7_R_4,
     3041way[is_prop_set(a7r5,  "Abbiegespur_7_R_5")]::Abbiegespur_7_R_5,
     3042way[is_prop_set(a7r6,  "Abbiegespur_7_R_6")]::Abbiegespur_7_R_6,
     3043way[is_prop_set(a7r7,  "Abbiegespur_7_R_7")]::Abbiegespur_7_R_7,
     3044way[is_prop_set(a7gr1, "Abbiegespur_7_GR_1")]::Abbiegespur_7_GR_1,
     3045way[is_prop_set(a7gr2, "Abbiegespur_7_GR_2")]::Abbiegespur_7_GR_2,
     3046way[is_prop_set(a7gr3, "Abbiegespur_7_GR_3")]::Abbiegespur_7_GR_3,
     3047way[is_prop_set(a7gr4, "Abbiegespur_7_GR_4")]::Abbiegespur_7_GR_4,
     3048way[is_prop_set(a7gr5, "Abbiegespur_7_GR_5")]::Abbiegespur_7_GR_5,
     3049way[is_prop_set(a7gr6, "Abbiegespur_7_GR_6")]::Abbiegespur_7_GR_6,
     3050way[is_prop_set(a7gr7, "Abbiegespur_7_GR_7")]::Abbiegespur_7_GR_7,
     3051way[is_prop_set(a7gl1, "Abbiegespur_7_GL_1")]::Abbiegespur_7_GL_1,
     3052way[is_prop_set(a7gl2, "Abbiegespur_7_GL_2")]::Abbiegespur_7_GL_2,
     3053way[is_prop_set(a7gl3, "Abbiegespur_7_GL_3")]::Abbiegespur_7_GL_3,
     3054way[is_prop_set(a7gl4, "Abbiegespur_7_GL_4")]::Abbiegespur_7_GL_4,
     3055way[is_prop_set(a7gl5, "Abbiegespur_7_GL_5")]::Abbiegespur_7_GL_5,
     3056way[is_prop_set(a7gl6, "Abbiegespur_7_GL_6")]::Abbiegespur_7_GL_6,
     3057way[is_prop_set(a7gl7, "Abbiegespur_7_GL_7")]::Abbiegespur_7_GL_7,
     3058way[is_prop_set(a7rl1, "Abbiegespur_7_RL_1")]::Abbiegespur_7_RL_1,
     3059way[is_prop_set(a7rl2, "Abbiegespur_7_RL_2")]::Abbiegespur_7_RL_2,
     3060way[is_prop_set(a7rl3, "Abbiegespur_7_RL_3")]::Abbiegespur_7_RL_3,
     3061way[is_prop_set(a7rl4, "Abbiegespur_7_RL_4")]::Abbiegespur_7_RL_4,
     3062way[is_prop_set(a7rl5, "Abbiegespur_7_RL_5")]::Abbiegespur_7_RL_5,
     3063way[is_prop_set(a7rl6, "Abbiegespur_7_RL_6")]::Abbiegespur_7_RL_6,
     3064way[is_prop_set(a7rl7, "Abbiegespur_7_RL_7")]::Abbiegespur_7_RL_7,
     3065way[is_prop_set(a7bg1,  "Abbiegespur_7B_G_1")]::Abbiegespur_7B_G_1,
     3066way[is_prop_set(a7bg2,  "Abbiegespur_7B_G_2")]::Abbiegespur_7B_G_2,
     3067way[is_prop_set(a7bg3,  "Abbiegespur_7B_G_3")]::Abbiegespur_7B_G_3,
     3068way[is_prop_set(a7bg4,  "Abbiegespur_7B_G_4")]::Abbiegespur_7B_G_4,
     3069way[is_prop_set(a7bg5,  "Abbiegespur_7B_G_5")]::Abbiegespur_7B_G_5,
     3070way[is_prop_set(a7bg6,  "Abbiegespur_7B_G_6")]::Abbiegespur_7B_G_6,
     3071way[is_prop_set(a7bg7,  "Abbiegespur_7B_G_7")]::Abbiegespur_7B_G_7,
     3072way[is_prop_set(a7br1,  "Abbiegespur_7B_R_1")]::Abbiegespur_7B_R_1,
     3073way[is_prop_set(a7br2,  "Abbiegespur_7B_R_2")]::Abbiegespur_7B_R_2,
     3074way[is_prop_set(a7br3,  "Abbiegespur_7B_R_3")]::Abbiegespur_7B_R_3,
     3075way[is_prop_set(a7br4,  "Abbiegespur_7B_R_4")]::Abbiegespur_7B_R_4,
     3076way[is_prop_set(a7br5,  "Abbiegespur_7B_R_5")]::Abbiegespur_7B_R_5,
     3077way[is_prop_set(a7br6,  "Abbiegespur_7B_R_6")]::Abbiegespur_7B_R_6,
     3078way[is_prop_set(a7br7,  "Abbiegespur_7B_R_7")]::Abbiegespur_7B_R_7,
     3079way[is_prop_set(a7bl1,  "Abbiegespur_7B_L_1")]::Abbiegespur_7B_L_1,
     3080way[is_prop_set(a7bl2,  "Abbiegespur_7B_L_2")]::Abbiegespur_7B_L_2,
     3081way[is_prop_set(a7bl3,  "Abbiegespur_7B_L_3")]::Abbiegespur_7B_L_3,
     3082way[is_prop_set(a7bl4,  "Abbiegespur_7B_L_4")]::Abbiegespur_7B_L_4,
     3083way[is_prop_set(a7bl5,  "Abbiegespur_7B_L_5")]::Abbiegespur_7B_L_5,
     3084way[is_prop_set(a7bl6,  "Abbiegespur_7B_L_6")]::Abbiegespur_7B_L_6,
     3085way[is_prop_set(a7bl7,  "Abbiegespur_7B_L_7")]::Abbiegespur_7B_L_7,
     3086way[is_prop_set(a7blg1, "Abbiegespur_7B_LG_1")]::Abbiegespur_7B_LG_1,
     3087way[is_prop_set(a7blg2, "Abbiegespur_7B_LG_2")]::Abbiegespur_7B_LG_2,
     3088way[is_prop_set(a7blg3, "Abbiegespur_7B_LG_3")]::Abbiegespur_7B_LG_3,
     3089way[is_prop_set(a7blg4, "Abbiegespur_7B_LG_4")]::Abbiegespur_7B_LG_4,
     3090way[is_prop_set(a7blg5, "Abbiegespur_7B_LG_5")]::Abbiegespur_7B_LG_5,
     3091way[is_prop_set(a7blg6, "Abbiegespur_7B_LG_6")]::Abbiegespur_7B_LG_6,
     3092way[is_prop_set(a7blg7, "Abbiegespur_7B_LG_7")]::Abbiegespur_7B_LG_7,
     3093way[is_prop_set(a7brg1, "Abbiegespur_7B_RG_1")]::Abbiegespur_7B_RG_1,
     3094way[is_prop_set(a7brg2, "Abbiegespur_7B_RG_2")]::Abbiegespur_7B_RG_2,
     3095way[is_prop_set(a7brg3, "Abbiegespur_7B_RG_3")]::Abbiegespur_7B_RG_3,
     3096way[is_prop_set(a7brg4, "Abbiegespur_7B_RG_4")]::Abbiegespur_7B_RG_4,
     3097way[is_prop_set(a7brg5, "Abbiegespur_7B_RG_5")]::Abbiegespur_7B_RG_5,
     3098way[is_prop_set(a7brg6, "Abbiegespur_7B_RG_6")]::Abbiegespur_7B_RG_6,
     3099way[is_prop_set(a7brg7, "Abbiegespur_7B_RG_7")]::Abbiegespur_7B_RG_7,
     3100way[is_prop_set(a7brl1, "Abbiegespur_7B_RL_1")]::Abbiegespur_7B_RL_1,
     3101way[is_prop_set(a7brl2, "Abbiegespur_7B_RL_2")]::Abbiegespur_7B_RL_2,
     3102way[is_prop_set(a7brl3, "Abbiegespur_7B_RL_3")]::Abbiegespur_7B_RL_3,
     3103way[is_prop_set(a7brl4, "Abbiegespur_7B_RL_4")]::Abbiegespur_7B_RL_4,
     3104way[is_prop_set(a7brl5, "Abbiegespur_7B_RL_5")]::Abbiegespur_7B_RL_5,
     3105way[is_prop_set(a7brl6, "Abbiegespur_7B_RL_6")]::Abbiegespur_7B_RL_6,
     3106way[is_prop_set(a7brl7, "Abbiegespur_7B_RL_7")]::Abbiegespur_7B_RL_7,
     3107way[is_prop_set(a8g1,  "Abbiegespur_8_G_1")]::Abbiegespur_8_G_1,
     3108way[is_prop_set(a8g2,  "Abbiegespur_8_G_2")]::Abbiegespur_8_G_2,
     3109way[is_prop_set(a8g3,  "Abbiegespur_8_G_3")]::Abbiegespur_8_G_3,
     3110way[is_prop_set(a8g4,  "Abbiegespur_8_G_4")]::Abbiegespur_8_G_4,
     3111way[is_prop_set(a8g5,  "Abbiegespur_8_G_5")]::Abbiegespur_8_G_5,
     3112way[is_prop_set(a8g6,  "Abbiegespur_8_G_6")]::Abbiegespur_8_G_6,
     3113way[is_prop_set(a8g7,  "Abbiegespur_8_G_7")]::Abbiegespur_8_G_7,
     3114way[is_prop_set(a8l1,  "Abbiegespur_8_L_1")]::Abbiegespur_8_L_1,
     3115way[is_prop_set(a8l2,  "Abbiegespur_8_L_2")]::Abbiegespur_8_L_2,
     3116way[is_prop_set(a8l3,  "Abbiegespur_8_L_3")]::Abbiegespur_8_L_3,
     3117way[is_prop_set(a8l4,  "Abbiegespur_8_L_4")]::Abbiegespur_8_L_4,
     3118way[is_prop_set(a8l5,  "Abbiegespur_8_L_5")]::Abbiegespur_8_L_5,
     3119way[is_prop_set(a8l6,  "Abbiegespur_8_L_6")]::Abbiegespur_8_L_6,
     3120way[is_prop_set(a8l7,  "Abbiegespur_8_L_7")]::Abbiegespur_8_L_7,
     3121way[is_prop_set(a8r1,  "Abbiegespur_8_R_1")]::Abbiegespur_8_R_1,
     3122way[is_prop_set(a8r2,  "Abbiegespur_8_R_2")]::Abbiegespur_8_R_2,
     3123way[is_prop_set(a8r3,  "Abbiegespur_8_R_3")]::Abbiegespur_8_R_3,
     3124way[is_prop_set(a8r4,  "Abbiegespur_8_R_4")]::Abbiegespur_8_R_4,
     3125way[is_prop_set(a8r5,  "Abbiegespur_8_R_5")]::Abbiegespur_8_R_5,
     3126way[is_prop_set(a8r6,  "Abbiegespur_8_R_6")]::Abbiegespur_8_R_6,
     3127way[is_prop_set(a8r7,  "Abbiegespur_8_R_7")]::Abbiegespur_8_R_7,
     3128way[is_prop_set(a8gr1, "Abbiegespur_8_GR_1")]::Abbiegespur_8_GR_1,
     3129way[is_prop_set(a8gr2, "Abbiegespur_8_GR_2")]::Abbiegespur_8_GR_2,
     3130way[is_prop_set(a8gr3, "Abbiegespur_8_GR_3")]::Abbiegespur_8_GR_3,
     3131way[is_prop_set(a8gr4, "Abbiegespur_8_GR_4")]::Abbiegespur_8_GR_4,
     3132way[is_prop_set(a8gr5, "Abbiegespur_8_GR_5")]::Abbiegespur_8_GR_5,
     3133way[is_prop_set(a8gr6, "Abbiegespur_8_GR_6")]::Abbiegespur_8_GR_6,
     3134way[is_prop_set(a8gr7, "Abbiegespur_8_GR_7")]::Abbiegespur_8_GR_7,
     3135way[is_prop_set(a8gl1, "Abbiegespur_8_GL_1")]::Abbiegespur_8_GL_1,
     3136way[is_prop_set(a8gl2, "Abbiegespur_8_GL_2")]::Abbiegespur_8_GL_2,
     3137way[is_prop_set(a8gl3, "Abbiegespur_8_GL_3")]::Abbiegespur_8_GL_3,
     3138way[is_prop_set(a8gl4, "Abbiegespur_8_GL_4")]::Abbiegespur_8_GL_4,
     3139way[is_prop_set(a8gl5, "Abbiegespur_8_GL_5")]::Abbiegespur_8_GL_5,
     3140way[is_prop_set(a8gl6, "Abbiegespur_8_GL_6")]::Abbiegespur_8_GL_6,
     3141way[is_prop_set(a8gl7, "Abbiegespur_8_GL_7")]::Abbiegespur_8_GL_7,
     3142way[is_prop_set(a8rl1, "Abbiegespur_8_RL_1")]::Abbiegespur_8_RL_1,
     3143way[is_prop_set(a8rl2, "Abbiegespur_8_RL_2")]::Abbiegespur_8_RL_2,
     3144way[is_prop_set(a8rl3, "Abbiegespur_8_RL_3")]::Abbiegespur_8_RL_3,
     3145way[is_prop_set(a8rl4, "Abbiegespur_8_RL_4")]::Abbiegespur_8_RL_4,
     3146way[is_prop_set(a8rl5, "Abbiegespur_8_RL_5")]::Abbiegespur_8_RL_5,
     3147way[is_prop_set(a8rl6, "Abbiegespur_8_RL_6")]::Abbiegespur_8_RL_6,
     3148way[is_prop_set(a8rl7, "Abbiegespur_8_RL_7")]::Abbiegespur_8_RL_7,
     3149way[is_prop_set(a8bg1,  "Abbiegespur_8B_G_1")]::Abbiegespur_8B_G_1,
     3150way[is_prop_set(a8bg2,  "Abbiegespur_8B_G_2")]::Abbiegespur_8B_G_2,
     3151way[is_prop_set(a8bg3,  "Abbiegespur_8B_G_3")]::Abbiegespur_8B_G_3,
     3152way[is_prop_set(a8bg4,  "Abbiegespur_8B_G_4")]::Abbiegespur_8B_G_4,
     3153way[is_prop_set(a8bg5,  "Abbiegespur_8B_G_5")]::Abbiegespur_8B_G_5,
     3154way[is_prop_set(a8bg6,  "Abbiegespur_8B_G_6")]::Abbiegespur_8B_G_6,
     3155way[is_prop_set(a8bg7,  "Abbiegespur_8B_G_7")]::Abbiegespur_8B_G_7,
     3156way[is_prop_set(a8br1,  "Abbiegespur_8B_R_1")]::Abbiegespur_8B_R_1,
     3157way[is_prop_set(a8br2,  "Abbiegespur_8B_R_2")]::Abbiegespur_8B_R_2,
     3158way[is_prop_set(a8br3,  "Abbiegespur_8B_R_3")]::Abbiegespur_8B_R_3,
     3159way[is_prop_set(a8br4,  "Abbiegespur_8B_R_4")]::Abbiegespur_8B_R_4,
     3160way[is_prop_set(a8br5,  "Abbiegespur_8B_R_5")]::Abbiegespur_8B_R_5,
     3161way[is_prop_set(a8br6,  "Abbiegespur_8B_R_6")]::Abbiegespur_8B_R_6,
     3162way[is_prop_set(a8br7,  "Abbiegespur_8B_R_7")]::Abbiegespur_8B_R_7,
     3163way[is_prop_set(a8bl1,  "Abbiegespur_8B_L_1")]::Abbiegespur_8B_L_1,
     3164way[is_prop_set(a8bl2,  "Abbiegespur_8B_L_2")]::Abbiegespur_8B_L_2,
     3165way[is_prop_set(a8bl3,  "Abbiegespur_8B_L_3")]::Abbiegespur_8B_L_3,
     3166way[is_prop_set(a8bl4,  "Abbiegespur_8B_L_4")]::Abbiegespur_8B_L_4,
     3167way[is_prop_set(a8bl5,  "Abbiegespur_8B_L_5")]::Abbiegespur_8B_L_5,
     3168way[is_prop_set(a8bl6,  "Abbiegespur_8B_L_6")]::Abbiegespur_8B_L_6,
     3169way[is_prop_set(a8bl7,  "Abbiegespur_8B_L_7")]::Abbiegespur_8B_L_7,
     3170way[is_prop_set(a8blg1, "Abbiegespur_8B_LG_1")]::Abbiegespur_8B_LG_1,
     3171way[is_prop_set(a8blg2, "Abbiegespur_8B_LG_2")]::Abbiegespur_8B_LG_2,
     3172way[is_prop_set(a8blg3, "Abbiegespur_8B_LG_3")]::Abbiegespur_8B_LG_3,
     3173way[is_prop_set(a8blg4, "Abbiegespur_8B_LG_4")]::Abbiegespur_8B_LG_4,
     3174way[is_prop_set(a8blg5, "Abbiegespur_8B_LG_5")]::Abbiegespur_8B_LG_5,
     3175way[is_prop_set(a8blg6, "Abbiegespur_8B_LG_6")]::Abbiegespur_8B_LG_6,
     3176way[is_prop_set(a8blg7, "Abbiegespur_8B_LG_7")]::Abbiegespur_8B_LG_7,
     3177way[is_prop_set(a8brg1, "Abbiegespur_8B_RG_1")]::Abbiegespur_8B_RG_1,
     3178way[is_prop_set(a8brg2, "Abbiegespur_8B_RG_2")]::Abbiegespur_8B_RG_2,
     3179way[is_prop_set(a8brg3, "Abbiegespur_8B_RG_3")]::Abbiegespur_8B_RG_3,
     3180way[is_prop_set(a8brg4, "Abbiegespur_8B_RG_4")]::Abbiegespur_8B_RG_4,
     3181way[is_prop_set(a8brg5, "Abbiegespur_8B_RG_5")]::Abbiegespur_8B_RG_5,
     3182way[is_prop_set(a8brg6, "Abbiegespur_8B_RG_6")]::Abbiegespur_8B_RG_6,
     3183way[is_prop_set(a8brg7, "Abbiegespur_8B_RG_7")]::Abbiegespur_8B_RG_7,
     3184way[is_prop_set(a8brl1, "Abbiegespur_8B_RL_1")]::Abbiegespur_8B_RL_1,
     3185way[is_prop_set(a8brl2, "Abbiegespur_8B_RL_2")]::Abbiegespur_8B_RL_2,
     3186way[is_prop_set(a8brl3, "Abbiegespur_8B_RL_3")]::Abbiegespur_8B_RL_3,
     3187way[is_prop_set(a8brl4, "Abbiegespur_8B_RL_4")]::Abbiegespur_8B_RL_4,
     3188way[is_prop_set(a8brl5, "Abbiegespur_8B_RL_5")]::Abbiegespur_8B_RL_5,
     3189way[is_prop_set(a8brl6, "Abbiegespur_8B_RL_6")]::Abbiegespur_8B_RL_6,
     3190way[is_prop_set(a8brl7, "Abbiegespur_8B_RL_7")]::Abbiegespur_8B_RL_7
     3191{
     3192    color: white;
     3193    dashes-background-color: #404040;
     3194    dashes-background-opacity: 0;
     3195    object-z-index: 1.9;
     3196    width: 3;
     3197    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default"))));
     3198}
     3199
     3200/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3201/*                                                                                                                                                 */
     3202/* Abweichender offset für die Gegenrichtung Fahrspur 1                                                                                            */
     3203/* Differend offset for the opposite direction lane 1
     3204/*                                                                                                                                                 */
     3205/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3206way[is_prop_set(a1bg1,  "Abbiegespur_1B_G_1")]::Abbiegespur_1B_G_1,
     3207way[is_prop_set(a1bg2,  "Abbiegespur_1B_G_2")]::Abbiegespur_1B_G_2,
     3208way[is_prop_set(a1bg3,  "Abbiegespur_1B_G_3")]::Abbiegespur_1B_G_3,
     3209way[is_prop_set(a1bg4,  "Abbiegespur_1B_G_4")]::Abbiegespur_1B_G_4,
     3210way[is_prop_set(a1bg5,  "Abbiegespur_1B_G_5")]::Abbiegespur_1B_G_5,
     3211way[is_prop_set(a1bg6,  "Abbiegespur_1B_G_6")]::Abbiegespur_1B_G_6,
     3212way[is_prop_set(a1bg7,  "Abbiegespur_1B_G_7")]::Abbiegespur_1B_G_7,
     3213way[is_prop_set(a1br1,  "Abbiegespur_1B_R_1")]::Abbiegespur_1B_R_1,
     3214way[is_prop_set(a1br2,  "Abbiegespur_1B_R_2")]::Abbiegespur_1B_R_2,
     3215way[is_prop_set(a1br3,  "Abbiegespur_1B_R_3")]::Abbiegespur_1B_R_3,
     3216way[is_prop_set(a1br4,  "Abbiegespur_1B_R_4")]::Abbiegespur_1B_R_4,
     3217way[is_prop_set(a1br5,  "Abbiegespur_1B_R_5")]::Abbiegespur_1B_R_5,
     3218way[is_prop_set(a1br6,  "Abbiegespur_1B_R_6")]::Abbiegespur_1B_R_6,
     3219way[is_prop_set(a1br7,  "Abbiegespur_1B_R_7")]::Abbiegespur_1B_R_7,
     3220way[is_prop_set(a1bl1,  "Abbiegespur_1B_L_1")]::Abbiegespur_1B_L_1,
     3221way[is_prop_set(a1bl2,  "Abbiegespur_1B_L_2")]::Abbiegespur_1B_L_2,
     3222way[is_prop_set(a1bl3,  "Abbiegespur_1B_L_3")]::Abbiegespur_1B_L_3,
     3223way[is_prop_set(a1bl4,  "Abbiegespur_1B_L_4")]::Abbiegespur_1B_L_4,
     3224way[is_prop_set(a1bl5,  "Abbiegespur_1B_L_5")]::Abbiegespur_1B_L_5,
     3225way[is_prop_set(a1bl6,  "Abbiegespur_1B_L_6")]::Abbiegespur_1B_L_6,
     3226way[is_prop_set(a1bl7,  "Abbiegespur_1B_L_7")]::Abbiegespur_1B_L_7,
     3227way[is_prop_set(a1blg1, "Abbiegespur_1B_LG_1")]::Abbiegespur_1B_LG_1,
     3228way[is_prop_set(a1blg2, "Abbiegespur_1B_LG_2")]::Abbiegespur_1B_LG_2,
     3229way[is_prop_set(a1blg3, "Abbiegespur_1B_LG_3")]::Abbiegespur_1B_LG_3,
     3230way[is_prop_set(a1blg4, "Abbiegespur_1B_LG_4")]::Abbiegespur_1B_LG_4,
     3231way[is_prop_set(a1blg5, "Abbiegespur_1B_LG_5")]::Abbiegespur_1B_LG_5,
     3232way[is_prop_set(a1blg6, "Abbiegespur_1B_LG_6")]::Abbiegespur_1B_LG_6,
     3233way[is_prop_set(a1blg7, "Abbiegespur_1B_LG_7")]::Abbiegespur_1B_LG_7,
     3234way[is_prop_set(a1brg1, "Abbiegespur_1B_RG_1")]::Abbiegespur_1B_RG_1,
     3235way[is_prop_set(a1brg2, "Abbiegespur_1B_RG_2")]::Abbiegespur_1B_RG_2,
     3236way[is_prop_set(a1brg3, "Abbiegespur_1B_RG_3")]::Abbiegespur_1B_RG_3,
     3237way[is_prop_set(a1brg4, "Abbiegespur_1B_RG_4")]::Abbiegespur_1B_RG_4,
     3238way[is_prop_set(a1brg5, "Abbiegespur_1B_RG_5")]::Abbiegespur_1B_RG_5,
     3239way[is_prop_set(a1brg6, "Abbiegespur_1B_RG_6")]::Abbiegespur_1B_RG_6,
     3240way[is_prop_set(a1brg7, "Abbiegespur_1B_RG_7")]::Abbiegespur_1B_RG_7,
     3241way[is_prop_set(a1brl1, "Abbiegespur_1B_RL_1")]::Abbiegespur_1B_RL_1,
     3242way[is_prop_set(a1brl2, "Abbiegespur_1B_RL_2")]::Abbiegespur_1B_RL_2,
     3243way[is_prop_set(a1brl3, "Abbiegespur_1B_RL_3")]::Abbiegespur_1B_RL_3,
     3244way[is_prop_set(a1brl4, "Abbiegespur_1B_RL_4")]::Abbiegespur_1B_RL_4,
     3245way[is_prop_set(a1brl5, "Abbiegespur_1B_RL_5")]::Abbiegespur_1B_RL_5,
     3246way[is_prop_set(a1brl6, "Abbiegespur_1B_RL_6")]::Abbiegespur_1B_RL_6,
     3247way[is_prop_set(a1brl7, "Abbiegespur_1B_RL_7")]::Abbiegespur_1B_RL_7
     3248{
     3249    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)));
     3250}
     3251
     3252/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3253/*                                                                                                                                                 */
     3254/* Abweichender offset für die Fahrspur 2                                                                                                          */
     3255/*                                                                                                                                                 */
     3256/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3257way[is_prop_set(a2g1,  "Abbiegespur_2_G_1")]::Abbiegespur_2_G_1,
     3258way[is_prop_set(a2g2,  "Abbiegespur_2_G_2")]::Abbiegespur_2_G_2,
     3259way[is_prop_set(a2g3,  "Abbiegespur_2_G_3")]::Abbiegespur_2_G_3,
     3260way[is_prop_set(a2g4,  "Abbiegespur_2_G_4")]::Abbiegespur_2_G_4,
     3261way[is_prop_set(a2g5,  "Abbiegespur_2_G_5")]::Abbiegespur_2_G_5,
     3262way[is_prop_set(a2g6,  "Abbiegespur_2_G_6")]::Abbiegespur_2_G_6,
     3263way[is_prop_set(a2g7,  "Abbiegespur_2_G_7")]::Abbiegespur_2_G_7,
     3264way[is_prop_set(a2l1,  "Abbiegespur_2_L_1")]::Abbiegespur_2_L_1,
     3265way[is_prop_set(a2l2,  "Abbiegespur_2_L_2")]::Abbiegespur_2_L_2,
     3266way[is_prop_set(a2l3,  "Abbiegespur_2_L_3")]::Abbiegespur_2_L_3,
     3267way[is_prop_set(a2l4,  "Abbiegespur_2_L_4")]::Abbiegespur_2_L_4,
     3268way[is_prop_set(a2l5,  "Abbiegespur_2_L_5")]::Abbiegespur_2_L_5,
     3269way[is_prop_set(a2l6,  "Abbiegespur_2_L_6")]::Abbiegespur_2_L_6,
     3270way[is_prop_set(a2l7,  "Abbiegespur_2_L_7")]::Abbiegespur_2_L_7,
     3271way[is_prop_set(a2r1,  "Abbiegespur_2_R_1")]::Abbiegespur_2_R_1,
     3272way[is_prop_set(a2r2,  "Abbiegespur_2_R_2")]::Abbiegespur_2_R_2,
     3273way[is_prop_set(a2r3,  "Abbiegespur_2_R_3")]::Abbiegespur_2_R_3,
     3274way[is_prop_set(a2r4,  "Abbiegespur_2_R_4")]::Abbiegespur_2_R_4,
     3275way[is_prop_set(a2r5,  "Abbiegespur_2_R_5")]::Abbiegespur_2_R_5,
     3276way[is_prop_set(a2r6,  "Abbiegespur_2_R_6")]::Abbiegespur_2_R_6,
     3277way[is_prop_set(a2r7,  "Abbiegespur_2_R_7")]::Abbiegespur_2_R_7,
     3278way[is_prop_set(a2gr1, "Abbiegespur_2_GR_1")]::Abbiegespur_2_GR_1,
     3279way[is_prop_set(a2gr2, "Abbiegespur_2_GR_2")]::Abbiegespur_2_GR_2,
     3280way[is_prop_set(a2gr3, "Abbiegespur_2_GR_3")]::Abbiegespur_2_GR_3,
     3281way[is_prop_set(a2gr4, "Abbiegespur_2_GR_4")]::Abbiegespur_2_GR_4,
     3282way[is_prop_set(a2gr5, "Abbiegespur_2_GR_5")]::Abbiegespur_2_GR_5,
     3283way[is_prop_set(a2gr6, "Abbiegespur_2_GR_6")]::Abbiegespur_2_GR_6,
     3284way[is_prop_set(a2gr7, "Abbiegespur_2_GR_7")]::Abbiegespur_2_GR_7,
     3285way[is_prop_set(a2gl1, "Abbiegespur_2_GL_1")]::Abbiegespur_2_GL_1,
     3286way[is_prop_set(a2gl2, "Abbiegespur_2_GL_2")]::Abbiegespur_2_GL_2,
     3287way[is_prop_set(a2gl3, "Abbiegespur_2_GL_3")]::Abbiegespur_2_GL_3,
     3288way[is_prop_set(a2gl4, "Abbiegespur_2_GL_4")]::Abbiegespur_2_GL_4,
     3289way[is_prop_set(a2gl5, "Abbiegespur_2_GL_5")]::Abbiegespur_2_GL_5,
     3290way[is_prop_set(a2gl6, "Abbiegespur_2_GL_6")]::Abbiegespur_2_GL_6,
     3291way[is_prop_set(a2gl7, "Abbiegespur_2_GL_7")]::Abbiegespur_2_GL_7,
     3292way[is_prop_set(a2rl1, "Abbiegespur_2_RL_1")]::Abbiegespur_2_RL_1,
     3293way[is_prop_set(a2rl2, "Abbiegespur_2_RL_2")]::Abbiegespur_2_RL_2,
     3294way[is_prop_set(a2rl3, "Abbiegespur_2_RL_3")]::Abbiegespur_2_RL_3,
     3295way[is_prop_set(a2rl4, "Abbiegespur_2_RL_4")]::Abbiegespur_2_RL_4,
     3296way[is_prop_set(a2rl5, "Abbiegespur_2_RL_5")]::Abbiegespur_2_RL_5,
     3297way[is_prop_set(a2rl6, "Abbiegespur_2_RL_6")]::Abbiegespur_2_RL_6,
     3298way[is_prop_set(a2rl7, "Abbiegespur_2_RL_7")]::Abbiegespur_2_RL_7
     3299{
     3300    fw_spur_1: eval((prop(fw_spur_1)) - ((prop(b-set, "default")) *1));
     3301}
     3302
     3303/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3304/*                                                                                                                                                 */
     3305/* Abweichender offset für die Fahrspur 2 rückwärts                                                                                                */
     3306/*                                                                                                                                                 */
     3307/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3308way[is_prop_set(a2bg1,  "Abbiegespur_2B_G_1")]::Abbiegespur_2B_G_1,
     3309way[is_prop_set(a2bg2,  "Abbiegespur_2B_G_2")]::Abbiegespur_2B_G_2,
     3310way[is_prop_set(a2bg3,  "Abbiegespur_2B_G_3")]::Abbiegespur_2B_G_3,
     3311way[is_prop_set(a2bg4,  "Abbiegespur_2B_G_4")]::Abbiegespur_2B_G_4,
     3312way[is_prop_set(a2bg5,  "Abbiegespur_2B_G_5")]::Abbiegespur_2B_G_5,
     3313way[is_prop_set(a2bg6,  "Abbiegespur_2B_G_6")]::Abbiegespur_2B_G_6,
     3314way[is_prop_set(a2bg7,  "Abbiegespur_2B_G_7")]::Abbiegespur_2B_G_7,
     3315way[is_prop_set(a2br1,  "Abbiegespur_2B_R_1")]::Abbiegespur_2B_R_1,
     3316way[is_prop_set(a2br2,  "Abbiegespur_2B_R_2")]::Abbiegespur_2B_R_2,
     3317way[is_prop_set(a2br3,  "Abbiegespur_2B_R_3")]::Abbiegespur_2B_R_3,
     3318way[is_prop_set(a2br4,  "Abbiegespur_2B_R_4")]::Abbiegespur_2B_R_4,
     3319way[is_prop_set(a2br5,  "Abbiegespur_2B_R_5")]::Abbiegespur_2B_R_5,
     3320way[is_prop_set(a2br6,  "Abbiegespur_2B_R_6")]::Abbiegespur_2B_R_6,
     3321way[is_prop_set(a2br7,  "Abbiegespur_2B_R_7")]::Abbiegespur_2B_R_7,
     3322way[is_prop_set(a2bl1,  "Abbiegespur_2B_L_1")]::Abbiegespur_2B_L_1,
     3323way[is_prop_set(a2bl2,  "Abbiegespur_2B_L_2")]::Abbiegespur_2B_L_2,
     3324way[is_prop_set(a2bl3,  "Abbiegespur_2B_L_3")]::Abbiegespur_2B_L_3,
     3325way[is_prop_set(a2bl4,  "Abbiegespur_2B_L_4")]::Abbiegespur_2B_L_4,
     3326way[is_prop_set(a2bl5,  "Abbiegespur_2B_L_5")]::Abbiegespur_2B_L_5,
     3327way[is_prop_set(a2bl6,  "Abbiegespur_2B_L_6")]::Abbiegespur_2B_L_6,
     3328way[is_prop_set(a2bl7,  "Abbiegespur_2B_L_7")]::Abbiegespur_2B_L_7,
     3329way[is_prop_set(a2blg1, "Abbiegespur_2B_LG_1")]::Abbiegespur_2B_LG_1,
     3330way[is_prop_set(a2blg2, "Abbiegespur_2B_LG_2")]::Abbiegespur_2B_LG_2,
     3331way[is_prop_set(a2blg3, "Abbiegespur_2B_LG_3")]::Abbiegespur_2B_LG_3,
     3332way[is_prop_set(a2blg4, "Abbiegespur_2B_LG_4")]::Abbiegespur_2B_LG_4,
     3333way[is_prop_set(a2blg5, "Abbiegespur_2B_LG_5")]::Abbiegespur_2B_LG_5,
     3334way[is_prop_set(a2blg6, "Abbiegespur_2B_LG_6")]::Abbiegespur_2B_LG_6,
     3335way[is_prop_set(a2blg7, "Abbiegespur_2B_LG_7")]::Abbiegespur_2B_LG_7,
     3336way[is_prop_set(a2brg1, "Abbiegespur_2B_RG_1")]::Abbiegespur_2B_RG_1,
     3337way[is_prop_set(a2brg2, "Abbiegespur_2B_RG_2")]::Abbiegespur_2B_RG_2,
     3338way[is_prop_set(a2brg3, "Abbiegespur_2B_RG_3")]::Abbiegespur_2B_RG_3,
     3339way[is_prop_set(a2brg4, "Abbiegespur_2B_RG_4")]::Abbiegespur_2B_RG_4,
     3340way[is_prop_set(a2brg5, "Abbiegespur_2B_RG_5")]::Abbiegespur_2B_RG_5,
     3341way[is_prop_set(a2brg6, "Abbiegespur_2B_RG_6")]::Abbiegespur_2B_RG_6,
     3342way[is_prop_set(a2brg7, "Abbiegespur_2B_RG_7")]::Abbiegespur_2B_RG_7,
     3343way[is_prop_set(a2brl1, "Abbiegespur_2B_RL_1")]::Abbiegespur_2B_RL_1,
     3344way[is_prop_set(a2brl2, "Abbiegespur_2B_RL_2")]::Abbiegespur_2B_RL_2,
     3345way[is_prop_set(a2brl3, "Abbiegespur_2B_RL_3")]::Abbiegespur_2B_RL_3,
     3346way[is_prop_set(a2brl4, "Abbiegespur_2B_RL_4")]::Abbiegespur_2B_RL_4,
     3347way[is_prop_set(a2brl5, "Abbiegespur_2B_RL_5")]::Abbiegespur_2B_RL_5,
     3348way[is_prop_set(a2brl6, "Abbiegespur_2B_RL_6")]::Abbiegespur_2B_RL_6,
     3349way[is_prop_set(a2brl7, "Abbiegespur_2B_RL_7")]::Abbiegespur_2B_RL_7
     3350{
     3351    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)) -
     3352    ((prop(b-set, "default")) *(-1)));
     3353}
     3354
     3355/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3356/*                                                                                                                                                 */
     3357/* Abweichender offset für die Fahrspur 3                                                                                                          */
     3358/*                                                                                                                                                 */
     3359/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3360way[is_prop_set(a3g1,  "Abbiegespur_3_G_1")]::Abbiegespur_3_G_1,
     3361way[is_prop_set(a3g2,  "Abbiegespur_3_G_2")]::Abbiegespur_3_G_2,
     3362way[is_prop_set(a3g3,  "Abbiegespur_3_G_3")]::Abbiegespur_3_G_3,
     3363way[is_prop_set(a3g4,  "Abbiegespur_3_G_4")]::Abbiegespur_3_G_4,
     3364way[is_prop_set(a3g5,  "Abbiegespur_3_G_5")]::Abbiegespur_3_G_5,
     3365way[is_prop_set(a3g6,  "Abbiegespur_3_G_6")]::Abbiegespur_3_G_6,
     3366way[is_prop_set(a3g7,  "Abbiegespur_3_G_7")]::Abbiegespur_3_G_7,
     3367way[is_prop_set(a3l1,  "Abbiegespur_3_L_1")]::Abbiegespur_3_L_1,
     3368way[is_prop_set(a3l2,  "Abbiegespur_3_L_2")]::Abbiegespur_3_L_2,
     3369way[is_prop_set(a3l3,  "Abbiegespur_3_L_3")]::Abbiegespur_3_L_3,
     3370way[is_prop_set(a3l4,  "Abbiegespur_3_L_4")]::Abbiegespur_3_L_4,
     3371way[is_prop_set(a3l5,  "Abbiegespur_3_L_5")]::Abbiegespur_3_L_5,
     3372way[is_prop_set(a3l6,  "Abbiegespur_3_L_6")]::Abbiegespur_3_L_6,
     3373way[is_prop_set(a3l7,  "Abbiegespur_3_L_7")]::Abbiegespur_3_L_7,
     3374way[is_prop_set(a3r1,  "Abbiegespur_3_R_1")]::Abbiegespur_3_R_1,
     3375way[is_prop_set(a3r2,  "Abbiegespur_3_R_2")]::Abbiegespur_3_R_2,
     3376way[is_prop_set(a3r3,  "Abbiegespur_3_R_3")]::Abbiegespur_3_R_3,
     3377way[is_prop_set(a3r4,  "Abbiegespur_3_R_4")]::Abbiegespur_3_R_4,
     3378way[is_prop_set(a3r5,  "Abbiegespur_3_R_5")]::Abbiegespur_3_R_5,
     3379way[is_prop_set(a3r6,  "Abbiegespur_3_R_6")]::Abbiegespur_3_R_6,
     3380way[is_prop_set(a3r7,  "Abbiegespur_3_R_7")]::Abbiegespur_3_R_7,
     3381way[is_prop_set(a3gr1, "Abbiegespur_3_GR_1")]::Abbiegespur_3_GR_1,
     3382way[is_prop_set(a3gr2, "Abbiegespur_3_GR_2")]::Abbiegespur_3_GR_2,
     3383way[is_prop_set(a3gr3, "Abbiegespur_3_GR_3")]::Abbiegespur_3_GR_3,
     3384way[is_prop_set(a3gr4, "Abbiegespur_3_GR_4")]::Abbiegespur_3_GR_4,
     3385way[is_prop_set(a3gr5, "Abbiegespur_3_GR_5")]::Abbiegespur_3_GR_5,
     3386way[is_prop_set(a3gr6, "Abbiegespur_3_GR_6")]::Abbiegespur_3_GR_6,
     3387way[is_prop_set(a3gr7, "Abbiegespur_3_GR_7")]::Abbiegespur_3_GR_7,
     3388way[is_prop_set(a3gl1, "Abbiegespur_3_GL_1")]::Abbiegespur_3_GL_1,
     3389way[is_prop_set(a3gl2, "Abbiegespur_3_GL_2")]::Abbiegespur_3_GL_2,
     3390way[is_prop_set(a3gl3, "Abbiegespur_3_GL_3")]::Abbiegespur_3_GL_3,
     3391way[is_prop_set(a3gl4, "Abbiegespur_3_GL_4")]::Abbiegespur_3_GL_4,
     3392way[is_prop_set(a3gl5, "Abbiegespur_3_GL_5")]::Abbiegespur_3_GL_5,
     3393way[is_prop_set(a3gl6, "Abbiegespur_3_GL_6")]::Abbiegespur_3_GL_6,
     3394way[is_prop_set(a3gl7, "Abbiegespur_3_GL_7")]::Abbiegespur_3_GL_7,
     3395way[is_prop_set(a3rl1, "Abbiegespur_3_RL_1")]::Abbiegespur_3_RL_1,
     3396way[is_prop_set(a3rl2, "Abbiegespur_3_RL_2")]::Abbiegespur_3_RL_2,
     3397way[is_prop_set(a3rl3, "Abbiegespur_3_RL_3")]::Abbiegespur_3_RL_3,
     3398way[is_prop_set(a3rl4, "Abbiegespur_3_RL_4")]::Abbiegespur_3_RL_4,
     3399way[is_prop_set(a3rl5, "Abbiegespur_3_RL_5")]::Abbiegespur_3_RL_5,
     3400way[is_prop_set(a3rl6, "Abbiegespur_3_RL_6")]::Abbiegespur_3_RL_6,
     3401way[is_prop_set(a3rl7, "Abbiegespur_3_RL_7")]::Abbiegespur_3_RL_7
     3402{
     3403    fw_spur_1: eval((prop(fw_spur_1)) - ((prop(b-set, "default")) *2));
     3404}
     3405
     3406/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3407/*                                                                                                                                                 */
     3408/* Abweichender offset für die Fahrspur 3 rückwärts                                                                                                */
     3409/*                                                                                                                                                 */
     3410/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3411way[is_prop_set(a3bg1,  "Abbiegespur_3B_G_1")]::Abbiegespur_3B_G_1,
     3412way[is_prop_set(a3bg2,  "Abbiegespur_3B_G_2")]::Abbiegespur_3B_G_2,
     3413way[is_prop_set(a3bg3,  "Abbiegespur_3B_G_3")]::Abbiegespur_3B_G_3,
     3414way[is_prop_set(a3bg4,  "Abbiegespur_3B_G_4")]::Abbiegespur_3B_G_4,
     3415way[is_prop_set(a3bg5,  "Abbiegespur_3B_G_5")]::Abbiegespur_3B_G_5,
     3416way[is_prop_set(a3bg6,  "Abbiegespur_3B_G_6")]::Abbiegespur_3B_G_6,
     3417way[is_prop_set(a3bg7,  "Abbiegespur_3B_G_7")]::Abbiegespur_3B_G_7,
     3418way[is_prop_set(a3br1,  "Abbiegespur_3B_R_1")]::Abbiegespur_3B_R_1,
     3419way[is_prop_set(a3br2,  "Abbiegespur_3B_R_2")]::Abbiegespur_3B_R_2,
     3420way[is_prop_set(a3br3,  "Abbiegespur_3B_R_3")]::Abbiegespur_3B_R_3,
     3421way[is_prop_set(a3br4,  "Abbiegespur_3B_R_4")]::Abbiegespur_3B_R_4,
     3422way[is_prop_set(a3br5,  "Abbiegespur_3B_R_5")]::Abbiegespur_3B_R_5,
     3423way[is_prop_set(a3br6,  "Abbiegespur_3B_R_6")]::Abbiegespur_3B_R_6,
     3424way[is_prop_set(a3br7,  "Abbiegespur_3B_R_7")]::Abbiegespur_3B_R_7,
     3425way[is_prop_set(a3bl1,  "Abbiegespur_3B_L_1")]::Abbiegespur_3B_L_1,
     3426way[is_prop_set(a3bl2,  "Abbiegespur_3B_L_2")]::Abbiegespur_3B_L_2,
     3427way[is_prop_set(a3bl3,  "Abbiegespur_3B_L_3")]::Abbiegespur_3B_L_3,
     3428way[is_prop_set(a3bl4,  "Abbiegespur_3B_L_4")]::Abbiegespur_3B_L_4,
     3429way[is_prop_set(a3bl5,  "Abbiegespur_3B_L_5")]::Abbiegespur_3B_L_5,
     3430way[is_prop_set(a3bl6,  "Abbiegespur_3B_L_6")]::Abbiegespur_3B_L_6,
     3431way[is_prop_set(a3bl7,  "Abbiegespur_3B_L_7")]::Abbiegespur_3B_L_7,
     3432way[is_prop_set(a3blg1, "Abbiegespur_3B_LG_1")]::Abbiegespur_3B_LG_1,
     3433way[is_prop_set(a3blg2, "Abbiegespur_3B_LG_2")]::Abbiegespur_3B_LG_2,
     3434way[is_prop_set(a3blg3, "Abbiegespur_3B_LG_3")]::Abbiegespur_3B_LG_3,
     3435way[is_prop_set(a3blg4, "Abbiegespur_3B_LG_4")]::Abbiegespur_3B_LG_4,
     3436way[is_prop_set(a3blg5, "Abbiegespur_3B_LG_5")]::Abbiegespur_3B_LG_5,
     3437way[is_prop_set(a3blg6, "Abbiegespur_3B_LG_6")]::Abbiegespur_3B_LG_6,
     3438way[is_prop_set(a3blg7, "Abbiegespur_3B_LG_7")]::Abbiegespur_3B_LG_7,
     3439way[is_prop_set(a3brg1, "Abbiegespur_3B_RG_1")]::Abbiegespur_3B_RG_1,
     3440way[is_prop_set(a3brg2, "Abbiegespur_3B_RG_2")]::Abbiegespur_3B_RG_2,
     3441way[is_prop_set(a3brg3, "Abbiegespur_3B_RG_3")]::Abbiegespur_3B_RG_3,
     3442way[is_prop_set(a3brg4, "Abbiegespur_3B_RG_4")]::Abbiegespur_3B_RG_4,
     3443way[is_prop_set(a3brg5, "Abbiegespur_3B_RG_5")]::Abbiegespur_3B_RG_5,
     3444way[is_prop_set(a3brg6, "Abbiegespur_3B_RG_6")]::Abbiegespur_3B_RG_6,
     3445way[is_prop_set(a3brg7, "Abbiegespur_3B_RG_7")]::Abbiegespur_3B_RG_7,
     3446way[is_prop_set(a3brl1, "Abbiegespur_3B_RL_1")]::Abbiegespur_3B_RL_1,
     3447way[is_prop_set(a3brl2, "Abbiegespur_3B_RL_2")]::Abbiegespur_3B_RL_2,
     3448way[is_prop_set(a3brl3, "Abbiegespur_3B_RL_3")]::Abbiegespur_3B_RL_3,
     3449way[is_prop_set(a3brl4, "Abbiegespur_3B_RL_4")]::Abbiegespur_3B_RL_4,
     3450way[is_prop_set(a3brl5, "Abbiegespur_3B_RL_5")]::Abbiegespur_3B_RL_5,
     3451way[is_prop_set(a3brl6, "Abbiegespur_3B_RL_6")]::Abbiegespur_3B_RL_6,
     3452way[is_prop_set(a3brl7, "Abbiegespur_3B_RL_7")]::Abbiegespur_3B_RL_7
     3453{
     3454    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)) -
     3455    ((prop(b-set, "default")) *(-2)));
     3456}
     3457
     3458/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3459/*                                                                                                                                                 */
     3460/* Abweichender offset für die Fahrspur 4                                                                                                          */
     3461/*                                                                                                                                                 */
     3462/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3463way[is_prop_set(a4g1,  "Abbiegespur_4_G_1")]::Abbiegespur_4_G_1,
     3464way[is_prop_set(a4g2,  "Abbiegespur_4_G_2")]::Abbiegespur_4_G_2,
     3465way[is_prop_set(a4g3,  "Abbiegespur_4_G_3")]::Abbiegespur_4_G_3,
     3466way[is_prop_set(a4g4,  "Abbiegespur_4_G_4")]::Abbiegespur_4_G_4,
     3467way[is_prop_set(a4g5,  "Abbiegespur_4_G_5")]::Abbiegespur_4_G_5,
     3468way[is_prop_set(a4g6,  "Abbiegespur_4_G_6")]::Abbiegespur_4_G_6,
     3469way[is_prop_set(a4g7,  "Abbiegespur_4_G_7")]::Abbiegespur_4_G_7,
     3470way[is_prop_set(a4l1,  "Abbiegespur_4_L_1")]::Abbiegespur_4_L_1,
     3471way[is_prop_set(a4l2,  "Abbiegespur_4_L_2")]::Abbiegespur_4_L_2,
     3472way[is_prop_set(a4l3,  "Abbiegespur_4_L_3")]::Abbiegespur_4_L_3,
     3473way[is_prop_set(a4l4,  "Abbiegespur_4_L_4")]::Abbiegespur_4_L_4,
     3474way[is_prop_set(a4l5,  "Abbiegespur_4_L_5")]::Abbiegespur_4_L_5,
     3475way[is_prop_set(a4l6,  "Abbiegespur_4_L_6")]::Abbiegespur_4_L_6,
     3476way[is_prop_set(a4l7,  "Abbiegespur_4_L_7")]::Abbiegespur_4_L_7,
     3477way[is_prop_set(a4r1,  "Abbiegespur_4_R_1")]::Abbiegespur_4_R_1,
     3478way[is_prop_set(a4r2,  "Abbiegespur_4_R_2")]::Abbiegespur_4_R_2,
     3479way[is_prop_set(a4r3,  "Abbiegespur_4_R_3")]::Abbiegespur_4_R_3,
     3480way[is_prop_set(a4r4,  "Abbiegespur_4_R_4")]::Abbiegespur_4_R_4,
     3481way[is_prop_set(a4r5,  "Abbiegespur_4_R_5")]::Abbiegespur_4_R_5,
     3482way[is_prop_set(a4r6,  "Abbiegespur_4_R_6")]::Abbiegespur_4_R_6,
     3483way[is_prop_set(a4r7,  "Abbiegespur_4_R_7")]::Abbiegespur_4_R_7,
     3484way[is_prop_set(a4gr1, "Abbiegespur_4_GR_1")]::Abbiegespur_4_GR_1,
     3485way[is_prop_set(a4gr2, "Abbiegespur_4_GR_2")]::Abbiegespur_4_GR_2,
     3486way[is_prop_set(a4gr3, "Abbiegespur_4_GR_3")]::Abbiegespur_4_GR_3,
     3487way[is_prop_set(a4gr4, "Abbiegespur_4_GR_4")]::Abbiegespur_4_GR_4,
     3488way[is_prop_set(a4gr5, "Abbiegespur_4_GR_5")]::Abbiegespur_4_GR_5,
     3489way[is_prop_set(a4gr6, "Abbiegespur_4_GR_6")]::Abbiegespur_4_GR_6,
     3490way[is_prop_set(a4gr7, "Abbiegespur_4_GR_7")]::Abbiegespur_4_GR_7,
     3491way[is_prop_set(a4gl1, "Abbiegespur_4_GL_1")]::Abbiegespur_4_GL_1,
     3492way[is_prop_set(a4gl2, "Abbiegespur_4_GL_2")]::Abbiegespur_4_GL_2,
     3493way[is_prop_set(a4gl3, "Abbiegespur_4_GL_3")]::Abbiegespur_4_GL_3,
     3494way[is_prop_set(a4gl4, "Abbiegespur_4_GL_4")]::Abbiegespur_4_GL_4,
     3495way[is_prop_set(a4gl5, "Abbiegespur_4_GL_5")]::Abbiegespur_4_GL_5,
     3496way[is_prop_set(a4gl6, "Abbiegespur_4_GL_6")]::Abbiegespur_4_GL_6,
     3497way[is_prop_set(a4gl7, "Abbiegespur_4_GL_7")]::Abbiegespur_4_GL_7,
     3498way[is_prop_set(a4rl1, "Abbiegespur_4_RL_1")]::Abbiegespur_4_RL_1,
     3499way[is_prop_set(a4rl2, "Abbiegespur_4_RL_2")]::Abbiegespur_4_RL_2,
     3500way[is_prop_set(a4rl3, "Abbiegespur_4_RL_3")]::Abbiegespur_4_RL_3,
     3501way[is_prop_set(a4rl4, "Abbiegespur_4_RL_4")]::Abbiegespur_4_RL_4,
     3502way[is_prop_set(a4rl5, "Abbiegespur_4_RL_5")]::Abbiegespur_4_RL_5,
     3503way[is_prop_set(a4rl6, "Abbiegespur_4_RL_6")]::Abbiegespur_4_RL_6,
     3504way[is_prop_set(a4rl7, "Abbiegespur_4_RL_7")]::Abbiegespur_4_RL_7
     3505{
     3506    fw_spur_1: eval((prop(fw_spur_1)) - ((prop(b-set, "default")) *3));
     3507}
     3508
     3509/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3510/*                                                                                                                                                 */
     3511/* Abweichender offset für die Fahrspur 4 rückwärts                                                                                                */
     3512/*                                                                                                                                                 */
     3513/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3514way[is_prop_set(a4bg1,  "Abbiegespur_4B_G_1")]::Abbiegespur_4B_G_1,
     3515way[is_prop_set(a4bg2,  "Abbiegespur_4B_G_2")]::Abbiegespur_4B_G_2,
     3516way[is_prop_set(a4bg3,  "Abbiegespur_4B_G_3")]::Abbiegespur_4B_G_3,
     3517way[is_prop_set(a4bg4,  "Abbiegespur_4B_G_4")]::Abbiegespur_4B_G_4,
     3518way[is_prop_set(a4bg5,  "Abbiegespur_4B_G_5")]::Abbiegespur_4B_G_5,
     3519way[is_prop_set(a4bg6,  "Abbiegespur_4B_G_6")]::Abbiegespur_4B_G_6,
     3520way[is_prop_set(a4bg7,  "Abbiegespur_4B_G_7")]::Abbiegespur_4B_G_7,
     3521way[is_prop_set(a4br1,  "Abbiegespur_4B_R_1")]::Abbiegespur_4B_R_1,
     3522way[is_prop_set(a4br2,  "Abbiegespur_4B_R_2")]::Abbiegespur_4B_R_2,
     3523way[is_prop_set(a4br3,  "Abbiegespur_4B_R_3")]::Abbiegespur_4B_R_3,
     3524way[is_prop_set(a4br4,  "Abbiegespur_4B_R_4")]::Abbiegespur_4B_R_4,
     3525way[is_prop_set(a4br5,  "Abbiegespur_4B_R_5")]::Abbiegespur_4B_R_5,
     3526way[is_prop_set(a4br6,  "Abbiegespur_4B_R_6")]::Abbiegespur_4B_R_6,
     3527way[is_prop_set(a4br7,  "Abbiegespur_4B_R_7")]::Abbiegespur_4B_R_7,
     3528way[is_prop_set(a4bl1,  "Abbiegespur_4B_L_1")]::Abbiegespur_4B_L_1,
     3529way[is_prop_set(a4bl2,  "Abbiegespur_4B_L_2")]::Abbiegespur_4B_L_2,
     3530way[is_prop_set(a4bl3,  "Abbiegespur_4B_L_3")]::Abbiegespur_4B_L_3,
     3531way[is_prop_set(a4bl4,  "Abbiegespur_4B_L_4")]::Abbiegespur_4B_L_4,
     3532way[is_prop_set(a4bl5,  "Abbiegespur_4B_L_5")]::Abbiegespur_4B_L_5,
     3533way[is_prop_set(a4bl6,  "Abbiegespur_4B_L_6")]::Abbiegespur_4B_L_6,
     3534way[is_prop_set(a4bl7,  "Abbiegespur_4B_L_7")]::Abbiegespur_4B_L_7,
     3535way[is_prop_set(a4blg1, "Abbiegespur_4B_LG_1")]::Abbiegespur_4B_LG_1,
     3536way[is_prop_set(a4blg2, "Abbiegespur_4B_LG_2")]::Abbiegespur_4B_LG_2,
     3537way[is_prop_set(a4blg3, "Abbiegespur_4B_LG_3")]::Abbiegespur_4B_LG_3,
     3538way[is_prop_set(a4blg4, "Abbiegespur_4B_LG_4")]::Abbiegespur_4B_LG_4,
     3539way[is_prop_set(a4blg5, "Abbiegespur_4B_LG_5")]::Abbiegespur_4B_LG_5,
     3540way[is_prop_set(a4blg6, "Abbiegespur_4B_LG_6")]::Abbiegespur_4B_LG_6,
     3541way[is_prop_set(a4blg7, "Abbiegespur_4B_LG_7")]::Abbiegespur_4B_LG_7,
     3542way[is_prop_set(a4brg1, "Abbiegespur_4B_RG_1")]::Abbiegespur_4B_RG_1,
     3543way[is_prop_set(a4brg2, "Abbiegespur_4B_RG_2")]::Abbiegespur_4B_RG_2,
     3544way[is_prop_set(a4brg3, "Abbiegespur_4B_RG_3")]::Abbiegespur_4B_RG_3,
     3545way[is_prop_set(a4brg4, "Abbiegespur_4B_RG_4")]::Abbiegespur_4B_RG_4,
     3546way[is_prop_set(a4brg5, "Abbiegespur_4B_RG_5")]::Abbiegespur_4B_RG_5,
     3547way[is_prop_set(a4brg6, "Abbiegespur_4B_RG_6")]::Abbiegespur_4B_RG_6,
     3548way[is_prop_set(a4brg7, "Abbiegespur_4B_RG_7")]::Abbiegespur_4B_RG_7,
     3549way[is_prop_set(a4brl1, "Abbiegespur_4B_RL_1")]::Abbiegespur_4B_RL_1,
     3550way[is_prop_set(a4brl2, "Abbiegespur_4B_RL_2")]::Abbiegespur_4B_RL_2,
     3551way[is_prop_set(a4brl3, "Abbiegespur_4B_RL_3")]::Abbiegespur_4B_RL_3,
     3552way[is_prop_set(a4brl4, "Abbiegespur_4B_RL_4")]::Abbiegespur_4B_RL_4,
     3553way[is_prop_set(a4brl5, "Abbiegespur_4B_RL_5")]::Abbiegespur_4B_RL_5,
     3554way[is_prop_set(a4brl6, "Abbiegespur_4B_RL_6")]::Abbiegespur_4B_RL_6,
     3555way[is_prop_set(a4brl7, "Abbiegespur_4B_RL_7")]::Abbiegespur_4B_RL_7
     3556{
     3557    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)) -
     3558    ((prop(b-set, "default")) *(-3)));
     3559}
     3560
     3561/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3562/*                                                                                                                                                 */
     3563/* Abweichender offset für die Fahrspur 5                                                                                                          */
     3564/*                                                                                                                                                 */
     3565/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3566way[is_prop_set(a5g1,  "Abbiegespur_5_G_1")]::Abbiegespur_5_G_1,
     3567way[is_prop_set(a5g2,  "Abbiegespur_5_G_2")]::Abbiegespur_5_G_2,
     3568way[is_prop_set(a5g3,  "Abbiegespur_5_G_3")]::Abbiegespur_5_G_3,
     3569way[is_prop_set(a5g4,  "Abbiegespur_5_G_4")]::Abbiegespur_5_G_4,
     3570way[is_prop_set(a5g5,  "Abbiegespur_5_G_5")]::Abbiegespur_5_G_5,
     3571way[is_prop_set(a5g6,  "Abbiegespur_5_G_6")]::Abbiegespur_5_G_6,
     3572way[is_prop_set(a5g7,  "Abbiegespur_5_G_7")]::Abbiegespur_5_G_7,
     3573way[is_prop_set(a5l1,  "Abbiegespur_5_L_1")]::Abbiegespur_5_L_1,
     3574way[is_prop_set(a5l2,  "Abbiegespur_5_L_2")]::Abbiegespur_5_L_2,
     3575way[is_prop_set(a5l3,  "Abbiegespur_5_L_3")]::Abbiegespur_5_L_3,
     3576way[is_prop_set(a5l4,  "Abbiegespur_5_L_4")]::Abbiegespur_5_L_4,
     3577way[is_prop_set(a5l5,  "Abbiegespur_5_L_5")]::Abbiegespur_5_L_5,
     3578way[is_prop_set(a5l6,  "Abbiegespur_5_L_6")]::Abbiegespur_5_L_6,
     3579way[is_prop_set(a5l7,  "Abbiegespur_5_L_7")]::Abbiegespur_5_L_7,
     3580way[is_prop_set(a5r1,  "Abbiegespur_5_R_1")]::Abbiegespur_5_R_1,
     3581way[is_prop_set(a5r2,  "Abbiegespur_5_R_2")]::Abbiegespur_5_R_2,
     3582way[is_prop_set(a5r3,  "Abbiegespur_5_R_3")]::Abbiegespur_5_R_3,
     3583way[is_prop_set(a5r4,  "Abbiegespur_5_R_4")]::Abbiegespur_5_R_4,
     3584way[is_prop_set(a5r5,  "Abbiegespur_5_R_5")]::Abbiegespur_5_R_5,
     3585way[is_prop_set(a5r6,  "Abbiegespur_5_R_6")]::Abbiegespur_5_R_6,
     3586way[is_prop_set(a5r7,  "Abbiegespur_5_R_7")]::Abbiegespur_5_R_7,
     3587way[is_prop_set(a5gr1, "Abbiegespur_5_GR_1")]::Abbiegespur_5_GR_1,
     3588way[is_prop_set(a5gr2, "Abbiegespur_5_GR_2")]::Abbiegespur_5_GR_2,
     3589way[is_prop_set(a5gr3, "Abbiegespur_5_GR_3")]::Abbiegespur_5_GR_3,
     3590way[is_prop_set(a5gr4, "Abbiegespur_5_GR_4")]::Abbiegespur_5_GR_4,
     3591way[is_prop_set(a5gr5, "Abbiegespur_5_GR_5")]::Abbiegespur_5_GR_5,
     3592way[is_prop_set(a5gr6, "Abbiegespur_5_GR_6")]::Abbiegespur_5_GR_6,
     3593way[is_prop_set(a5gr7, "Abbiegespur_5_GR_7")]::Abbiegespur_5_GR_7,
     3594way[is_prop_set(a5gl1, "Abbiegespur_5_GL_1")]::Abbiegespur_5_GL_1,
     3595way[is_prop_set(a5gl2, "Abbiegespur_5_GL_2")]::Abbiegespur_5_GL_2,
     3596way[is_prop_set(a5gl3, "Abbiegespur_5_GL_3")]::Abbiegespur_5_GL_3,
     3597way[is_prop_set(a5gl4, "Abbiegespur_5_GL_4")]::Abbiegespur_5_GL_4,
     3598way[is_prop_set(a5gl5, "Abbiegespur_5_GL_5")]::Abbiegespur_5_GL_5,
     3599way[is_prop_set(a5gl6, "Abbiegespur_5_GL_6")]::Abbiegespur_5_GL_6,
     3600way[is_prop_set(a5gl7, "Abbiegespur_5_GL_7")]::Abbiegespur_5_GL_7,
     3601way[is_prop_set(a5rl1, "Abbiegespur_5_RL_1")]::Abbiegespur_5_RL_1,
     3602way[is_prop_set(a5rl2, "Abbiegespur_5_RL_2")]::Abbiegespur_5_RL_2,
     3603way[is_prop_set(a5rl3, "Abbiegespur_5_RL_3")]::Abbiegespur_5_RL_3,
     3604way[is_prop_set(a5rl4, "Abbiegespur_5_RL_4")]::Abbiegespur_5_RL_4,
     3605way[is_prop_set(a5rl5, "Abbiegespur_5_RL_5")]::Abbiegespur_5_RL_5,
     3606way[is_prop_set(a5rl6, "Abbiegespur_5_RL_6")]::Abbiegespur_5_RL_6,
     3607way[is_prop_set(a5rl7, "Abbiegespur_5_RL_7")]::Abbiegespur_5_RL_7
     3608{
     3609    fw_spur_1: eval((prop(fw_spur_1)) - ((prop(b-set, "default")) *4));
     3610}
     3611
     3612/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3613/*                                                                                                                                                 */
     3614/* Abweichender offset für die Fahrspur 5 rückwärts                                                                                                */
     3615/*                                                                                                                                                 */
     3616/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3617way[is_prop_set(a5bg1,  "Abbiegespur_5B_G_1")]::Abbiegespur_5B_G_1,
     3618way[is_prop_set(a5bg2,  "Abbiegespur_5B_G_2")]::Abbiegespur_5B_G_2,
     3619way[is_prop_set(a5bg3,  "Abbiegespur_5B_G_3")]::Abbiegespur_5B_G_3,
     3620way[is_prop_set(a5bg4,  "Abbiegespur_5B_G_4")]::Abbiegespur_5B_G_4,
     3621way[is_prop_set(a5bg5,  "Abbiegespur_5B_G_5")]::Abbiegespur_5B_G_5,
     3622way[is_prop_set(a5bg6,  "Abbiegespur_5B_G_6")]::Abbiegespur_5B_G_6,
     3623way[is_prop_set(a5bg7,  "Abbiegespur_5B_G_7")]::Abbiegespur_5B_G_7,
     3624way[is_prop_set(a5br1,  "Abbiegespur_5B_R_1")]::Abbiegespur_5B_R_1,
     3625way[is_prop_set(a5br2,  "Abbiegespur_5B_R_2")]::Abbiegespur_5B_R_2,
     3626way[is_prop_set(a5br3,  "Abbiegespur_5B_R_3")]::Abbiegespur_5B_R_3,
     3627way[is_prop_set(a5br4,  "Abbiegespur_5B_R_4")]::Abbiegespur_5B_R_4,
     3628way[is_prop_set(a5br5,  "Abbiegespur_5B_R_5")]::Abbiegespur_5B_R_5,
     3629way[is_prop_set(a5br6,  "Abbiegespur_5B_R_6")]::Abbiegespur_5B_R_6,
     3630way[is_prop_set(a5br7,  "Abbiegespur_5B_R_7")]::Abbiegespur_5B_R_7,
     3631way[is_prop_set(a5bl1,  "Abbiegespur_5B_L_1")]::Abbiegespur_5B_L_1,
     3632way[is_prop_set(a5bl2,  "Abbiegespur_5B_L_2")]::Abbiegespur_5B_L_2,
     3633way[is_prop_set(a5bl3,  "Abbiegespur_5B_L_3")]::Abbiegespur_5B_L_3,
     3634way[is_prop_set(a5bl4,  "Abbiegespur_5B_L_4")]::Abbiegespur_5B_L_4,
     3635way[is_prop_set(a5bl5,  "Abbiegespur_5B_L_5")]::Abbiegespur_5B_L_5,
     3636way[is_prop_set(a5bl6,  "Abbiegespur_5B_L_6")]::Abbiegespur_5B_L_6,
     3637way[is_prop_set(a5bl7,  "Abbiegespur_5B_L_7")]::Abbiegespur_5B_L_7,
     3638way[is_prop_set(a5blg1, "Abbiegespur_5B_LG_1")]::Abbiegespur_5B_LG_1,
     3639way[is_prop_set(a5blg2, "Abbiegespur_5B_LG_2")]::Abbiegespur_5B_LG_2,
     3640way[is_prop_set(a5blg3, "Abbiegespur_5B_LG_3")]::Abbiegespur_5B_LG_3,
     3641way[is_prop_set(a5blg4, "Abbiegespur_5B_LG_4")]::Abbiegespur_5B_LG_4,
     3642way[is_prop_set(a5blg5, "Abbiegespur_5B_LG_5")]::Abbiegespur_5B_LG_5,
     3643way[is_prop_set(a5blg6, "Abbiegespur_5B_LG_6")]::Abbiegespur_5B_LG_6,
     3644way[is_prop_set(a5blg7, "Abbiegespur_5B_LG_7")]::Abbiegespur_5B_LG_7,
     3645way[is_prop_set(a5brg1, "Abbiegespur_5B_RG_1")]::Abbiegespur_5B_RG_1,
     3646way[is_prop_set(a5brg2, "Abbiegespur_5B_RG_2")]::Abbiegespur_5B_RG_2,
     3647way[is_prop_set(a5brg3, "Abbiegespur_5B_RG_3")]::Abbiegespur_5B_RG_3,
     3648way[is_prop_set(a5brg4, "Abbiegespur_5B_RG_4")]::Abbiegespur_5B_RG_4,
     3649way[is_prop_set(a5brg5, "Abbiegespur_5B_RG_5")]::Abbiegespur_5B_RG_5,
     3650way[is_prop_set(a5brg6, "Abbiegespur_5B_RG_6")]::Abbiegespur_5B_RG_6,
     3651way[is_prop_set(a5brg7, "Abbiegespur_5B_RG_7")]::Abbiegespur_5B_RG_7,
     3652way[is_prop_set(a5brl1, "Abbiegespur_5B_RL_1")]::Abbiegespur_5B_RL_1,
     3653way[is_prop_set(a5brl2, "Abbiegespur_5B_RL_2")]::Abbiegespur_5B_RL_2,
     3654way[is_prop_set(a5brl3, "Abbiegespur_5B_RL_3")]::Abbiegespur_5B_RL_3,
     3655way[is_prop_set(a5brl4, "Abbiegespur_5B_RL_4")]::Abbiegespur_5B_RL_4,
     3656way[is_prop_set(a5brl5, "Abbiegespur_5B_RL_5")]::Abbiegespur_5B_RL_5,
     3657way[is_prop_set(a5brl6, "Abbiegespur_5B_RL_6")]::Abbiegespur_5B_RL_6,
     3658way[is_prop_set(a5brl7, "Abbiegespur_5B_RL_7")]::Abbiegespur_5B_RL_7
     3659{
     3660    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)) -
     3661    ((prop(b-set, "default")) *(-4)));
     3662}
     3663
     3664/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3665/*                                                                                                                                                 */
     3666/* Abweichender offset für die Fahrspur 6                                                                                                          */
     3667/*                                                                                                                                                 */
     3668/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3669way[is_prop_set(a6g1,  "Abbiegespur_6_G_1")]::Abbiegespur_6_G_1,
     3670way[is_prop_set(a6g2,  "Abbiegespur_6_G_2")]::Abbiegespur_6_G_2,
     3671way[is_prop_set(a6g3,  "Abbiegespur_6_G_3")]::Abbiegespur_6_G_3,
     3672way[is_prop_set(a6g4,  "Abbiegespur_6_G_4")]::Abbiegespur_6_G_4,
     3673way[is_prop_set(a6g5,  "Abbiegespur_6_G_5")]::Abbiegespur_6_G_5,
     3674way[is_prop_set(a6g6,  "Abbiegespur_6_G_6")]::Abbiegespur_6_G_6,
     3675way[is_prop_set(a6g7,  "Abbiegespur_6_G_7")]::Abbiegespur_6_G_7,
     3676way[is_prop_set(a6l1,  "Abbiegespur_6_L_1")]::Abbiegespur_6_L_1,
     3677way[is_prop_set(a6l2,  "Abbiegespur_6_L_2")]::Abbiegespur_6_L_2,
     3678way[is_prop_set(a6l3,  "Abbiegespur_6_L_3")]::Abbiegespur_6_L_3,
     3679way[is_prop_set(a6l4,  "Abbiegespur_6_L_4")]::Abbiegespur_6_L_4,
     3680way[is_prop_set(a6l5,  "Abbiegespur_6_L_5")]::Abbiegespur_6_L_5,
     3681way[is_prop_set(a6l6,  "Abbiegespur_6_L_6")]::Abbiegespur_6_L_6,
     3682way[is_prop_set(a6l7,  "Abbiegespur_6_L_7")]::Abbiegespur_6_L_7,
     3683way[is_prop_set(a6r1,  "Abbiegespur_6_R_1")]::Abbiegespur_6_R_1,
     3684way[is_prop_set(a6r2,  "Abbiegespur_6_R_2")]::Abbiegespur_6_R_2,
     3685way[is_prop_set(a6r3,  "Abbiegespur_6_R_3")]::Abbiegespur_6_R_3,
     3686way[is_prop_set(a6r4,  "Abbiegespur_6_R_4")]::Abbiegespur_6_R_4,
     3687way[is_prop_set(a6r5,  "Abbiegespur_6_R_5")]::Abbiegespur_6_R_5,
     3688way[is_prop_set(a6r6,  "Abbiegespur_6_R_6")]::Abbiegespur_6_R_6,
     3689way[is_prop_set(a6r7,  "Abbiegespur_6_R_7")]::Abbiegespur_6_R_7,
     3690way[is_prop_set(a6gr1, "Abbiegespur_6_GR_1")]::Abbiegespur_6_GR_1,
     3691way[is_prop_set(a6gr2, "Abbiegespur_6_GR_2")]::Abbiegespur_6_GR_2,
     3692way[is_prop_set(a6gr3, "Abbiegespur_6_GR_3")]::Abbiegespur_6_GR_3,
     3693way[is_prop_set(a6gr4, "Abbiegespur_6_GR_4")]::Abbiegespur_6_GR_4,
     3694way[is_prop_set(a6gr5, "Abbiegespur_6_GR_5")]::Abbiegespur_6_GR_5,
     3695way[is_prop_set(a6gr6, "Abbiegespur_6_GR_6")]::Abbiegespur_6_GR_6,
     3696way[is_prop_set(a6gr7, "Abbiegespur_6_GR_7")]::Abbiegespur_6_GR_7,
     3697way[is_prop_set(a6gl1, "Abbiegespur_6_GL_1")]::Abbiegespur_6_GL_1,
     3698way[is_prop_set(a6gl2, "Abbiegespur_6_GL_2")]::Abbiegespur_6_GL_2,
     3699way[is_prop_set(a6gl3, "Abbiegespur_6_GL_3")]::Abbiegespur_6_GL_3,
     3700way[is_prop_set(a6gl4, "Abbiegespur_6_GL_4")]::Abbiegespur_6_GL_4,
     3701way[is_prop_set(a6gl5, "Abbiegespur_6_GL_5")]::Abbiegespur_6_GL_5,
     3702way[is_prop_set(a6gl6, "Abbiegespur_6_GL_6")]::Abbiegespur_6_GL_6,
     3703way[is_prop_set(a6gl7, "Abbiegespur_6_GL_7")]::Abbiegespur_6_GL_7,
     3704way[is_prop_set(a6rl1, "Abbiegespur_6_RL_1")]::Abbiegespur_6_RL_1,
     3705way[is_prop_set(a6rl2, "Abbiegespur_6_RL_2")]::Abbiegespur_6_RL_2,
     3706way[is_prop_set(a6rl3, "Abbiegespur_6_RL_3")]::Abbiegespur_6_RL_3,
     3707way[is_prop_set(a6rl4, "Abbiegespur_6_RL_4")]::Abbiegespur_6_RL_4,
     3708way[is_prop_set(a6rl5, "Abbiegespur_6_RL_5")]::Abbiegespur_6_RL_5,
     3709way[is_prop_set(a6rl6, "Abbiegespur_6_RL_6")]::Abbiegespur_6_RL_6,
     3710way[is_prop_set(a6rl7, "Abbiegespur_6_RL_7")]::Abbiegespur_6_RL_7
     3711{
     3712    fw_spur_1: eval((prop(fw_spur_1)) - ((prop(b-set, "default")) *5));
     3713}
     3714
     3715/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3716/*                                                                                                                                                 */
     3717/* Abweichender offset für die Fahrspur 6 rückwärts                                                                                                */
     3718/*                                                                                                                                                 */
     3719/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3720way[is_prop_set(a6bg1,  "Abbiegespur_6B_G_1")]::Abbiegespur_6B_G_1,
     3721way[is_prop_set(a6bg2,  "Abbiegespur_6B_G_2")]::Abbiegespur_6B_G_2,
     3722way[is_prop_set(a6bg3,  "Abbiegespur_6B_G_3")]::Abbiegespur_6B_G_3,
     3723way[is_prop_set(a6bg4,  "Abbiegespur_6B_G_4")]::Abbiegespur_6B_G_4,
     3724way[is_prop_set(a6bg5,  "Abbiegespur_6B_G_5")]::Abbiegespur_6B_G_5,
     3725way[is_prop_set(a6bg6,  "Abbiegespur_6B_G_6")]::Abbiegespur_6B_G_6,
     3726way[is_prop_set(a6bg7,  "Abbiegespur_6B_G_7")]::Abbiegespur_6B_G_7,
     3727way[is_prop_set(a6br1,  "Abbiegespur_6B_R_1")]::Abbiegespur_6B_R_1,
     3728way[is_prop_set(a6br2,  "Abbiegespur_6B_R_2")]::Abbiegespur_6B_R_2,
     3729way[is_prop_set(a6br3,  "Abbiegespur_6B_R_3")]::Abbiegespur_6B_R_3,
     3730way[is_prop_set(a6br4,  "Abbiegespur_6B_R_4")]::Abbiegespur_6B_R_4,
     3731way[is_prop_set(a6br5,  "Abbiegespur_6B_R_5")]::Abbiegespur_6B_R_5,
     3732way[is_prop_set(a6br6,  "Abbiegespur_6B_R_6")]::Abbiegespur_6B_R_6,
     3733way[is_prop_set(a6br7,  "Abbiegespur_6B_R_7")]::Abbiegespur_6B_R_7,
     3734way[is_prop_set(a6bl1,  "Abbiegespur_6B_L_1")]::Abbiegespur_6B_L_1,
     3735way[is_prop_set(a6bl2,  "Abbiegespur_6B_L_2")]::Abbiegespur_6B_L_2,
     3736way[is_prop_set(a6bl3,  "Abbiegespur_6B_L_3")]::Abbiegespur_6B_L_3,
     3737way[is_prop_set(a6bl4,  "Abbiegespur_6B_L_4")]::Abbiegespur_6B_L_4,
     3738way[is_prop_set(a6bl5,  "Abbiegespur_6B_L_5")]::Abbiegespur_6B_L_5,
     3739way[is_prop_set(a6bl6,  "Abbiegespur_6B_L_6")]::Abbiegespur_6B_L_6,
     3740way[is_prop_set(a6bl7,  "Abbiegespur_6B_L_7")]::Abbiegespur_6B_L_7,
     3741way[is_prop_set(a6blg1, "Abbiegespur_6B_LG_1")]::Abbiegespur_6B_LG_1,
     3742way[is_prop_set(a6blg2, "Abbiegespur_6B_LG_2")]::Abbiegespur_6B_LG_2,
     3743way[is_prop_set(a6blg3, "Abbiegespur_6B_LG_3")]::Abbiegespur_6B_LG_3,
     3744way[is_prop_set(a6blg4, "Abbiegespur_6B_LG_4")]::Abbiegespur_6B_LG_4,
     3745way[is_prop_set(a6blg5, "Abbiegespur_6B_LG_5")]::Abbiegespur_6B_LG_5,
     3746way[is_prop_set(a6blg6, "Abbiegespur_6B_LG_6")]::Abbiegespur_6B_LG_6,
     3747way[is_prop_set(a6blg7, "Abbiegespur_6B_LG_7")]::Abbiegespur_6B_LG_7,
     3748way[is_prop_set(a6brg1, "Abbiegespur_6B_RG_1")]::Abbiegespur_6B_RG_1,
     3749way[is_prop_set(a6brg2, "Abbiegespur_6B_RG_2")]::Abbiegespur_6B_RG_2,
     3750way[is_prop_set(a6brg3, "Abbiegespur_6B_RG_3")]::Abbiegespur_6B_RG_3,
     3751way[is_prop_set(a6brg4, "Abbiegespur_6B_RG_4")]::Abbiegespur_6B_RG_4,
     3752way[is_prop_set(a6brg5, "Abbiegespur_6B_RG_5")]::Abbiegespur_6B_RG_5,
     3753way[is_prop_set(a6brg6, "Abbiegespur_6B_RG_6")]::Abbiegespur_6B_RG_6,
     3754way[is_prop_set(a6brg7, "Abbiegespur_6B_RG_7")]::Abbiegespur_6B_RG_7,
     3755way[is_prop_set(a6brl1, "Abbiegespur_6B_RL_1")]::Abbiegespur_6B_RL_1,
     3756way[is_prop_set(a6brl2, "Abbiegespur_6B_RL_2")]::Abbiegespur_6B_RL_2,
     3757way[is_prop_set(a6brl3, "Abbiegespur_6B_RL_3")]::Abbiegespur_6B_RL_3,
     3758way[is_prop_set(a6brl4, "Abbiegespur_6B_RL_4")]::Abbiegespur_6B_RL_4,
     3759way[is_prop_set(a6brl5, "Abbiegespur_6B_RL_5")]::Abbiegespur_6B_RL_5,
     3760way[is_prop_set(a6brl6, "Abbiegespur_6B_RL_6")]::Abbiegespur_6B_RL_6,
     3761way[is_prop_set(a6brl7, "Abbiegespur_6B_RL_7")]::Abbiegespur_6B_RL_7
     3762{
     3763    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)) -
     3764    ((prop(b-set, "default")) *(-5)));
     3765}
     3766
     3767/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3768/*                                                                                                                                                 */
     3769/* Abweichender offset für die Fahrspur 7                                                                                                          */
     3770/*                                                                                                                                                 */
     3771/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3772way[is_prop_set(a7g1,  "Abbiegespur_7_G_1")]::Abbiegespur_7_G_1,
     3773way[is_prop_set(a7g2,  "Abbiegespur_7_G_2")]::Abbiegespur_7_G_2,
     3774way[is_prop_set(a7g3,  "Abbiegespur_7_G_3")]::Abbiegespur_7_G_3,
     3775way[is_prop_set(a7g4,  "Abbiegespur_7_G_4")]::Abbiegespur_7_G_4,
     3776way[is_prop_set(a7g5,  "Abbiegespur_7_G_5")]::Abbiegespur_7_G_5,
     3777way[is_prop_set(a7g6,  "Abbiegespur_7_G_6")]::Abbiegespur_7_G_6,
     3778way[is_prop_set(a7g7,  "Abbiegespur_7_G_7")]::Abbiegespur_7_G_7,
     3779way[is_prop_set(a7l1,  "Abbiegespur_7_L_1")]::Abbiegespur_7_L_1,
     3780way[is_prop_set(a7l2,  "Abbiegespur_7_L_2")]::Abbiegespur_7_L_2,
     3781way[is_prop_set(a7l3,  "Abbiegespur_7_L_3")]::Abbiegespur_7_L_3,
     3782way[is_prop_set(a7l4,  "Abbiegespur_7_L_4")]::Abbiegespur_7_L_4,
     3783way[is_prop_set(a7l5,  "Abbiegespur_7_L_5")]::Abbiegespur_7_L_5,
     3784way[is_prop_set(a7l6,  "Abbiegespur_7_L_6")]::Abbiegespur_7_L_6,
     3785way[is_prop_set(a7l7,  "Abbiegespur_7_L_7")]::Abbiegespur_7_L_7,
     3786way[is_prop_set(a7r1,  "Abbiegespur_7_R_1")]::Abbiegespur_7_R_1,
     3787way[is_prop_set(a7r2,  "Abbiegespur_7_R_2")]::Abbiegespur_7_R_2,
     3788way[is_prop_set(a7r3,  "Abbiegespur_7_R_3")]::Abbiegespur_7_R_3,
     3789way[is_prop_set(a7r4,  "Abbiegespur_7_R_4")]::Abbiegespur_7_R_4,
     3790way[is_prop_set(a7r5,  "Abbiegespur_7_R_5")]::Abbiegespur_7_R_5,
     3791way[is_prop_set(a7r6,  "Abbiegespur_7_R_6")]::Abbiegespur_7_R_6,
     3792way[is_prop_set(a7r7,  "Abbiegespur_7_R_7")]::Abbiegespur_7_R_7,
     3793way[is_prop_set(a7gr1, "Abbiegespur_7_GR_1")]::Abbiegespur_7_GR_1,
     3794way[is_prop_set(a7gr2, "Abbiegespur_7_GR_2")]::Abbiegespur_7_GR_2,
     3795way[is_prop_set(a7gr3, "Abbiegespur_7_GR_3")]::Abbiegespur_7_GR_3,
     3796way[is_prop_set(a7gr4, "Abbiegespur_7_GR_4")]::Abbiegespur_7_GR_4,
     3797way[is_prop_set(a7gr5, "Abbiegespur_7_GR_5")]::Abbiegespur_7_GR_5,
     3798way[is_prop_set(a7gr6, "Abbiegespur_7_GR_6")]::Abbiegespur_7_GR_6,
     3799way[is_prop_set(a7gr7, "Abbiegespur_7_GR_7")]::Abbiegespur_7_GR_7,
     3800way[is_prop_set(a7gl1, "Abbiegespur_7_GL_1")]::Abbiegespur_7_GL_1,
     3801way[is_prop_set(a7gl2, "Abbiegespur_7_GL_2")]::Abbiegespur_7_GL_2,
     3802way[is_prop_set(a7gl3, "Abbiegespur_7_GL_3")]::Abbiegespur_7_GL_3,
     3803way[is_prop_set(a7gl4, "Abbiegespur_7_GL_4")]::Abbiegespur_7_GL_4,
     3804way[is_prop_set(a7gl5, "Abbiegespur_7_GL_5")]::Abbiegespur_7_GL_5,
     3805way[is_prop_set(a7gl6, "Abbiegespur_7_GL_6")]::Abbiegespur_7_GL_6,
     3806way[is_prop_set(a7gl7, "Abbiegespur_7_GL_7")]::Abbiegespur_7_GL_7,
     3807way[is_prop_set(a7rl1, "Abbiegespur_7_RL_1")]::Abbiegespur_7_RL_1,
     3808way[is_prop_set(a7rl2, "Abbiegespur_7_RL_2")]::Abbiegespur_7_RL_2,
     3809way[is_prop_set(a7rl3, "Abbiegespur_7_RL_3")]::Abbiegespur_7_RL_3,
     3810way[is_prop_set(a7rl4, "Abbiegespur_7_RL_4")]::Abbiegespur_7_RL_4,
     3811way[is_prop_set(a7rl5, "Abbiegespur_7_RL_5")]::Abbiegespur_7_RL_5,
     3812way[is_prop_set(a7rl6, "Abbiegespur_7_RL_6")]::Abbiegespur_7_RL_6,
     3813way[is_prop_set(a7rl7, "Abbiegespur_7_RL_7")]::Abbiegespur_7_RL_7
     3814{
     3815    fw_spur_1: eval((prop(fw_spur_1)) - ((prop(b-set, "default")) *6));
     3816}
     3817
     3818/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3819/*                                                                                                                                                 */
     3820/* Abweichender offset für die Fahrspur 7 rückwärts                                                                                                */
     3821/*                                                                                                                                                 */
     3822/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3823way[is_prop_set(a7bg1,  "Abbiegespur_7B_G_1")]::Abbiegespur_7B_G_1,
     3824way[is_prop_set(a7bg2,  "Abbiegespur_7B_G_2")]::Abbiegespur_7B_G_2,
     3825way[is_prop_set(a7bg3,  "Abbiegespur_7B_G_3")]::Abbiegespur_7B_G_3,
     3826way[is_prop_set(a7bg4,  "Abbiegespur_7B_G_4")]::Abbiegespur_7B_G_4,
     3827way[is_prop_set(a7bg5,  "Abbiegespur_7B_G_5")]::Abbiegespur_7B_G_5,
     3828way[is_prop_set(a7bg6,  "Abbiegespur_7B_G_6")]::Abbiegespur_7B_G_6,
     3829way[is_prop_set(a7bg7,  "Abbiegespur_7B_G_7")]::Abbiegespur_7B_G_7,
     3830way[is_prop_set(a7br1,  "Abbiegespur_7B_R_1")]::Abbiegespur_7B_R_1,
     3831way[is_prop_set(a7br2,  "Abbiegespur_7B_R_2")]::Abbiegespur_7B_R_2,
     3832way[is_prop_set(a7br3,  "Abbiegespur_7B_R_3")]::Abbiegespur_7B_R_3,
     3833way[is_prop_set(a7br4,  "Abbiegespur_7B_R_4")]::Abbiegespur_7B_R_4,
     3834way[is_prop_set(a7br5,  "Abbiegespur_7B_R_5")]::Abbiegespur_7B_R_5,
     3835way[is_prop_set(a7br6,  "Abbiegespur_7B_R_6")]::Abbiegespur_7B_R_6,
     3836way[is_prop_set(a7br7,  "Abbiegespur_7B_R_7")]::Abbiegespur_7B_R_7,
     3837way[is_prop_set(a7bl1,  "Abbiegespur_7B_L_1")]::Abbiegespur_7B_L_1,
     3838way[is_prop_set(a7bl2,  "Abbiegespur_7B_L_2")]::Abbiegespur_7B_L_2,
     3839way[is_prop_set(a7bl3,  "Abbiegespur_7B_L_3")]::Abbiegespur_7B_L_3,
     3840way[is_prop_set(a7bl4,  "Abbiegespur_7B_L_4")]::Abbiegespur_7B_L_4,
     3841way[is_prop_set(a7bl5,  "Abbiegespur_7B_L_5")]::Abbiegespur_7B_L_5,
     3842way[is_prop_set(a7bl6,  "Abbiegespur_7B_L_6")]::Abbiegespur_7B_L_6,
     3843way[is_prop_set(a7bl7,  "Abbiegespur_7B_L_7")]::Abbiegespur_7B_L_7,
     3844way[is_prop_set(a7blg1, "Abbiegespur_7B_LG_1")]::Abbiegespur_7B_LG_1,
     3845way[is_prop_set(a7blg2, "Abbiegespur_7B_LG_2")]::Abbiegespur_7B_LG_2,
     3846way[is_prop_set(a7blg3, "Abbiegespur_7B_LG_3")]::Abbiegespur_7B_LG_3,
     3847way[is_prop_set(a7blg4, "Abbiegespur_7B_LG_4")]::Abbiegespur_7B_LG_4,
     3848way[is_prop_set(a7blg5, "Abbiegespur_7B_LG_5")]::Abbiegespur_7B_LG_5,
     3849way[is_prop_set(a7blg6, "Abbiegespur_7B_LG_6")]::Abbiegespur_7B_LG_6,
     3850way[is_prop_set(a7blg7, "Abbiegespur_7B_LG_7")]::Abbiegespur_7B_LG_7,
     3851way[is_prop_set(a7brg1, "Abbiegespur_7B_RG_1")]::Abbiegespur_7B_RG_1,
     3852way[is_prop_set(a7brg2, "Abbiegespur_7B_RG_2")]::Abbiegespur_7B_RG_2,
     3853way[is_prop_set(a7brg3, "Abbiegespur_7B_RG_3")]::Abbiegespur_7B_RG_3,
     3854way[is_prop_set(a7brg4, "Abbiegespur_7B_RG_4")]::Abbiegespur_7B_RG_4,
     3855way[is_prop_set(a7brg5, "Abbiegespur_7B_RG_5")]::Abbiegespur_7B_RG_5,
     3856way[is_prop_set(a7brg6, "Abbiegespur_7B_RG_6")]::Abbiegespur_7B_RG_6,
     3857way[is_prop_set(a7brg7, "Abbiegespur_7B_RG_7")]::Abbiegespur_7B_RG_7,
     3858way[is_prop_set(a7brl1, "Abbiegespur_7B_RL_1")]::Abbiegespur_7B_RL_1,
     3859way[is_prop_set(a7brl2, "Abbiegespur_7B_RL_2")]::Abbiegespur_7B_RL_2,
     3860way[is_prop_set(a7brl3, "Abbiegespur_7B_RL_3")]::Abbiegespur_7B_RL_3,
     3861way[is_prop_set(a7brl4, "Abbiegespur_7B_RL_4")]::Abbiegespur_7B_RL_4,
     3862way[is_prop_set(a7brl5, "Abbiegespur_7B_RL_5")]::Abbiegespur_7B_RL_5,
     3863way[is_prop_set(a7brl6, "Abbiegespur_7B_RL_6")]::Abbiegespur_7B_RL_6,
     3864way[is_prop_set(a7brl7, "Abbiegespur_7B_RL_7")]::Abbiegespur_7B_RL_7
     3865{
     3866    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)) -
     3867    ((prop(b-set, "default")) *(-6)));
     3868}
     3869
     3870/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3871/*                                                                                                                                                 */
     3872/* Abweichender offset für die Fahrspur 8                                                                                                          */
     3873/*                                                                                                                                                 */
     3874/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3875way[is_prop_set(a8g1,  "Abbiegespur_8_G_1")]::Abbiegespur_8_G_1,
     3876way[is_prop_set(a8g2,  "Abbiegespur_8_G_2")]::Abbiegespur_8_G_2,
     3877way[is_prop_set(a8g3,  "Abbiegespur_8_G_3")]::Abbiegespur_8_G_3,
     3878way[is_prop_set(a8g4,  "Abbiegespur_8_G_4")]::Abbiegespur_8_G_4,
     3879way[is_prop_set(a8g5,  "Abbiegespur_8_G_5")]::Abbiegespur_8_G_5,
     3880way[is_prop_set(a8g6,  "Abbiegespur_8_G_6")]::Abbiegespur_8_G_6,
     3881way[is_prop_set(a8g7,  "Abbiegespur_8_G_7")]::Abbiegespur_8_G_7,
     3882way[is_prop_set(a8l1,  "Abbiegespur_8_L_1")]::Abbiegespur_8_L_1,
     3883way[is_prop_set(a8l2,  "Abbiegespur_8_L_2")]::Abbiegespur_8_L_2,
     3884way[is_prop_set(a8l3,  "Abbiegespur_8_L_3")]::Abbiegespur_8_L_3,
     3885way[is_prop_set(a8l4,  "Abbiegespur_8_L_4")]::Abbiegespur_8_L_4,
     3886way[is_prop_set(a8l5,  "Abbiegespur_8_L_5")]::Abbiegespur_8_L_5,
     3887way[is_prop_set(a8l6,  "Abbiegespur_8_L_6")]::Abbiegespur_8_L_6,
     3888way[is_prop_set(a8l7,  "Abbiegespur_8_L_7")]::Abbiegespur_8_L_7,
     3889way[is_prop_set(a8r1,  "Abbiegespur_8_R_1")]::Abbiegespur_8_R_1,
     3890way[is_prop_set(a8r2,  "Abbiegespur_8_R_2")]::Abbiegespur_8_R_2,
     3891way[is_prop_set(a8r3,  "Abbiegespur_8_R_3")]::Abbiegespur_8_R_3,
     3892way[is_prop_set(a8r4,  "Abbiegespur_8_R_4")]::Abbiegespur_8_R_4,
     3893way[is_prop_set(a8r5,  "Abbiegespur_8_R_5")]::Abbiegespur_8_R_5,
     3894way[is_prop_set(a8r6,  "Abbiegespur_8_R_6")]::Abbiegespur_8_R_6,
     3895way[is_prop_set(a8r7,  "Abbiegespur_8_R_7")]::Abbiegespur_8_R_7,
     3896way[is_prop_set(a8gr1, "Abbiegespur_8_GR_1")]::Abbiegespur_8_GR_1,
     3897way[is_prop_set(a8gr2, "Abbiegespur_8_GR_2")]::Abbiegespur_8_GR_2,
     3898way[is_prop_set(a8gr3, "Abbiegespur_8_GR_3")]::Abbiegespur_8_GR_3,
     3899way[is_prop_set(a8gr4, "Abbiegespur_8_GR_4")]::Abbiegespur_8_GR_4,
     3900way[is_prop_set(a8gr5, "Abbiegespur_8_GR_5")]::Abbiegespur_8_GR_5,
     3901way[is_prop_set(a8gr6, "Abbiegespur_8_GR_6")]::Abbiegespur_8_GR_6,
     3902way[is_prop_set(a8gr7, "Abbiegespur_8_GR_7")]::Abbiegespur_8_GR_7,
     3903way[is_prop_set(a8gl1, "Abbiegespur_8_GL_1")]::Abbiegespur_8_GL_1,
     3904way[is_prop_set(a8gl2, "Abbiegespur_8_GL_2")]::Abbiegespur_8_GL_2,
     3905way[is_prop_set(a8gl3, "Abbiegespur_8_GL_3")]::Abbiegespur_8_GL_3,
     3906way[is_prop_set(a8gl4, "Abbiegespur_8_GL_4")]::Abbiegespur_8_GL_4,
     3907way[is_prop_set(a8gl5, "Abbiegespur_8_GL_5")]::Abbiegespur_8_GL_5,
     3908way[is_prop_set(a8gl6, "Abbiegespur_8_GL_6")]::Abbiegespur_8_GL_6,
     3909way[is_prop_set(a8gl7, "Abbiegespur_8_GL_7")]::Abbiegespur_8_GL_7,
     3910way[is_prop_set(a8rl1, "Abbiegespur_8_RL_1")]::Abbiegespur_8_RL_1,
     3911way[is_prop_set(a8rl2, "Abbiegespur_8_RL_2")]::Abbiegespur_8_RL_2,
     3912way[is_prop_set(a8rl3, "Abbiegespur_8_RL_3")]::Abbiegespur_8_RL_3,
     3913way[is_prop_set(a8rl4, "Abbiegespur_8_RL_4")]::Abbiegespur_8_RL_4,
     3914way[is_prop_set(a8rl5, "Abbiegespur_8_RL_5")]::Abbiegespur_8_RL_5,
     3915way[is_prop_set(a8rl6, "Abbiegespur_8_RL_6")]::Abbiegespur_8_RL_6,
     3916way[is_prop_set(a8rl7, "Abbiegespur_8_RL_7")]::Abbiegespur_8_RL_7
     3917{
     3918    fw_spur_1: eval((prop(fw_spur_1)) - ((prop(b-set, "default")) *7));
     3919}
     3920
     3921/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3922/*                                                                                                                                                 */
     3923/* Abweichender offset für die Fahrspur 8 rückwärts                                                                                                */
     3924/*                                                                                                                                                 */
     3925/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3926way[is_prop_set(a8bg1,  "Abbiegespur_8B_G_1")]::Abbiegespur_8B_G_1,
     3927way[is_prop_set(a8bg2,  "Abbiegespur_8B_G_2")]::Abbiegespur_8B_G_2,
     3928way[is_prop_set(a8bg3,  "Abbiegespur_8B_G_3")]::Abbiegespur_8B_G_3,
     3929way[is_prop_set(a8bg4,  "Abbiegespur_8B_G_4")]::Abbiegespur_8B_G_4,
     3930way[is_prop_set(a8bg5,  "Abbiegespur_8B_G_5")]::Abbiegespur_8B_G_5,
     3931way[is_prop_set(a8bg6,  "Abbiegespur_8B_G_6")]::Abbiegespur_8B_G_6,
     3932way[is_prop_set(a8bg7,  "Abbiegespur_8B_G_7")]::Abbiegespur_8B_G_7,
     3933way[is_prop_set(a8br1,  "Abbiegespur_8B_R_1")]::Abbiegespur_8B_R_1,
     3934way[is_prop_set(a8br2,  "Abbiegespur_8B_R_2")]::Abbiegespur_8B_R_2,
     3935way[is_prop_set(a8br3,  "Abbiegespur_8B_R_3")]::Abbiegespur_8B_R_3,
     3936way[is_prop_set(a8br4,  "Abbiegespur_8B_R_4")]::Abbiegespur_8B_R_4,
     3937way[is_prop_set(a8br5,  "Abbiegespur_8B_R_5")]::Abbiegespur_8B_R_5,
     3938way[is_prop_set(a8br6,  "Abbiegespur_8B_R_6")]::Abbiegespur_8B_R_6,
     3939way[is_prop_set(a8br7,  "Abbiegespur_8B_R_7")]::Abbiegespur_8B_R_7,
     3940way[is_prop_set(a8bl1,  "Abbiegespur_8B_L_1")]::Abbiegespur_8B_L_1,
     3941way[is_prop_set(a8bl2,  "Abbiegespur_8B_L_2")]::Abbiegespur_8B_L_2,
     3942way[is_prop_set(a8bl3,  "Abbiegespur_8B_L_3")]::Abbiegespur_8B_L_3,
     3943way[is_prop_set(a8bl4,  "Abbiegespur_8B_L_4")]::Abbiegespur_8B_L_4,
     3944way[is_prop_set(a8bl5,  "Abbiegespur_8B_L_5")]::Abbiegespur_8B_L_5,
     3945way[is_prop_set(a8bl6,  "Abbiegespur_8B_L_6")]::Abbiegespur_8B_L_6,
     3946way[is_prop_set(a8bl7,  "Abbiegespur_8B_L_7")]::Abbiegespur_8B_L_7,
     3947way[is_prop_set(a8blg1, "Abbiegespur_8B_LG_1")]::Abbiegespur_8B_LG_1,
     3948way[is_prop_set(a8blg2, "Abbiegespur_8B_LG_2")]::Abbiegespur_8B_LG_2,
     3949way[is_prop_set(a8blg3, "Abbiegespur_8B_LG_3")]::Abbiegespur_8B_LG_3,
     3950way[is_prop_set(a8blg4, "Abbiegespur_8B_LG_4")]::Abbiegespur_8B_LG_4,
     3951way[is_prop_set(a8blg5, "Abbiegespur_8B_LG_5")]::Abbiegespur_8B_LG_5,
     3952way[is_prop_set(a8blg6, "Abbiegespur_8B_LG_6")]::Abbiegespur_8B_LG_6,
     3953way[is_prop_set(a8blg7, "Abbiegespur_8B_LG_7")]::Abbiegespur_8B_LG_7,
     3954way[is_prop_set(a8brg1, "Abbiegespur_8B_RG_1")]::Abbiegespur_8B_RG_1,
     3955way[is_prop_set(a8brg2, "Abbiegespur_8B_RG_2")]::Abbiegespur_8B_RG_2,
     3956way[is_prop_set(a8brg3, "Abbiegespur_8B_RG_3")]::Abbiegespur_8B_RG_3,
     3957way[is_prop_set(a8brg4, "Abbiegespur_8B_RG_4")]::Abbiegespur_8B_RG_4,
     3958way[is_prop_set(a8brg5, "Abbiegespur_8B_RG_5")]::Abbiegespur_8B_RG_5,
     3959way[is_prop_set(a8brg6, "Abbiegespur_8B_RG_6")]::Abbiegespur_8B_RG_6,
     3960way[is_prop_set(a8brg7, "Abbiegespur_8B_RG_7")]::Abbiegespur_8B_RG_7,
     3961way[is_prop_set(a8brl1, "Abbiegespur_8B_RL_1")]::Abbiegespur_8B_RL_1,
     3962way[is_prop_set(a8brl2, "Abbiegespur_8B_RL_2")]::Abbiegespur_8B_RL_2,
     3963way[is_prop_set(a8brl3, "Abbiegespur_8B_RL_3")]::Abbiegespur_8B_RL_3,
     3964way[is_prop_set(a8brl4, "Abbiegespur_8B_RL_4")]::Abbiegespur_8B_RL_4,
     3965way[is_prop_set(a8brl5, "Abbiegespur_8B_RL_5")]::Abbiegespur_8B_RL_5,
     3966way[is_prop_set(a8brl6, "Abbiegespur_8B_RL_6")]::Abbiegespur_8B_RL_6,
     3967way[is_prop_set(a8brl7, "Abbiegespur_8B_RL_7")]::Abbiegespur_8B_RL_7
     3968{
     3969    fw_spur_1: eval(((prop(lanes_ges, "default")) * (prop(b2-set, "default"))) - ((prop(b-set, "default")) * (prop(lanes_bw, "default") -1)) -
     3970    ((prop(b-set, "default")) *(-7)));
     3971}
     3972
     3973/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3974/*                                                                                                                                                 */
     3975/* Konstanten für Linie 1 jeder Spur (7 Linien/Spur!)                                                                                              */
     3976/* constants for line 1 of each lane (7 lines per lane!)                                                                                           */
     3977/*                                                                                                                                                 */
     3978/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     3979way[is_prop_set(a1g1, "Abbiegespur_1_G_1")]::Abbiegespur_1_G_1,
     3980way[is_prop_set(a1r1, "Abbiegespur_1_R_1")]::Abbiegespur_1_R_1,
     3981way[is_prop_set(a1l1, "Abbiegespur_1_L_1")]::Abbiegespur_1_L_1,
     3982way[is_prop_set(a1lg1, "Abbiegespur_1_LG_1")]::Abbiegespur_1_LG_1,
     3983way[is_prop_set(a1rg1, "Abbiegespur_1_RG_1")]::Abbiegespur_1_RG_1,
     3984way[is_prop_set(a1rl1, "Abbiegespur_1_RL_1")]::Abbiegespur_1_RL_1,
     3985way[is_prop_set(a1bg1,  "Abbiegespur_1B_G_1")]::Abbiegespur_1B_G_1,
     3986way[is_prop_set(a1br1,  "Abbiegespur_1B_R_1")]::Abbiegespur_1B_R_1,
     3987way[is_prop_set(a1bl1,  "Abbiegespur_1B_L_1")]::Abbiegespur_1B_L_1,
     3988way[is_prop_set(a1blg1, "Abbiegespur_1B_LG_1")]::Abbiegespur_1B_LG_1,
     3989way[is_prop_set(a1brg1, "Abbiegespur_1B_RG_1")]::Abbiegespur_1B_RG_1,
     3990way[is_prop_set(a1brl1, "Abbiegespur_1B_RL_1")]::Abbiegespur_1B_RL_1,
     3991way[is_prop_set(a2g1,  "Abbiegespur_2_G_1")]::Abbiegespur_2_G_1,
     3992way[is_prop_set(a2l1,  "Abbiegespur_2_L_1")]::Abbiegespur_2_L_1,
     3993way[is_prop_set(a2r1,  "Abbiegespur_2_R_1")]::Abbiegespur_2_R_1,
     3994way[is_prop_set(a2gr1, "Abbiegespur_2_GR_1")]::Abbiegespur_2_GR_1,
     3995way[is_prop_set(a2gl1, "Abbiegespur_2_GL_1")]::Abbiegespur_2_GL_1,
     3996way[is_prop_set(a2rl1, "Abbiegespur_2_RL_1")]::Abbiegespur_2_RL_1,
     3997way[is_prop_set(a2bg1,  "Abbiegespur_2B_G_1")]::Abbiegespur_2B_G_1,
     3998way[is_prop_set(a2br1,  "Abbiegespur_2B_R_1")]::Abbiegespur_2B_R_1,
     3999way[is_prop_set(a2bl1,  "Abbiegespur_2B_L_1")]::Abbiegespur_2B_L_1,
     4000way[is_prop_set(a2blg1, "Abbiegespur_2B_LG_1")]::Abbiegespur_2B_LG_1,
     4001way[is_prop_set(a2brg1, "Abbiegespur_2B_RG_1")]::Abbiegespur_2B_RG_1,
     4002way[is_prop_set(a2brl1, "Abbiegespur_2B_RL_1")]::Abbiegespur_2B_RL_1,
     4003way[is_prop_set(a3g1,  "Abbiegespur_3_G_1")]::Abbiegespur_3_G_1,
     4004way[is_prop_set(a3l1,  "Abbiegespur_3_L_1")]::Abbiegespur_3_L_1,
     4005way[is_prop_set(a3r1,  "Abbiegespur_3_R_1")]::Abbiegespur_3_R_1,
     4006way[is_prop_set(a3gr1, "Abbiegespur_3_GR_1")]::Abbiegespur_3_GR_1,
     4007way[is_prop_set(a3gl1, "Abbiegespur_3_GL_1")]::Abbiegespur_3_GL_1,
     4008way[is_prop_set(a3rl1, "Abbiegespur_3_RL_1")]::Abbiegespur_3_RL_1,
     4009way[is_prop_set(a3bg1,  "Abbiegespur_3B_G_1")]::Abbiegespur_3B_G_1,
     4010way[is_prop_set(a3br1,  "Abbiegespur_3B_R_1")]::Abbiegespur_3B_R_1,
     4011way[is_prop_set(a3bl1,  "Abbiegespur_3B_L_1")]::Abbiegespur_3B_L_1,
     4012way[is_prop_set(a3blg1, "Abbiegespur_3B_LG_1")]::Abbiegespur_3B_LG_1,
     4013way[is_prop_set(a3brg1, "Abbiegespur_3B_RG_1")]::Abbiegespur_3B_RG_1,
     4014way[is_prop_set(a3brl1, "Abbiegespur_3B_RL_1")]::Abbiegespur_3B_RL_1,
     4015way[is_prop_set(a4g1,  "Abbiegespur_4_G_1")]::Abbiegespur_4_G_1,
     4016way[is_prop_set(a4l1,  "Abbiegespur_4_L_1")]::Abbiegespur_4_L_1,
     4017way[is_prop_set(a4r1,  "Abbiegespur_4_R_1")]::Abbiegespur_4_R_1,
     4018way[is_prop_set(a4gr1, "Abbiegespur_4_GR_1")]::Abbiegespur_4_GR_1,
     4019way[is_prop_set(a4gl1, "Abbiegespur_4_GL_1")]::Abbiegespur_4_GL_1,
     4020way[is_prop_set(a4rl1, "Abbiegespur_4_RL_1")]::Abbiegespur_4_RL_1,
     4021way[is_prop_set(a4bg1,  "Abbiegespur_4B_G_1")]::Abbiegespur_4B_G_1,
     4022way[is_prop_set(a4br1,  "Abbiegespur_4B_R_1")]::Abbiegespur_4B_R_1,
     4023way[is_prop_set(a4bl1,  "Abbiegespur_4B_L_1")]::Abbiegespur_4B_L_1,
     4024way[is_prop_set(a4blg1, "Abbiegespur_4B_LG_1")]::Abbiegespur_4B_LG_1,
     4025way[is_prop_set(a4brg1, "Abbiegespur_4B_RG_1")]::Abbiegespur_4B_RG_1,
     4026way[is_prop_set(a4brl1, "Abbiegespur_4B_RL_1")]::Abbiegespur_4B_RL_1,
     4027way[is_prop_set(a5g1,  "Abbiegespur_5_G_1")]::Abbiegespur_5_G_1,
     4028way[is_prop_set(a5l1,  "Abbiegespur_5_L_1")]::Abbiegespur_5_L_1,
     4029way[is_prop_set(a5r1,  "Abbiegespur_5_R_1")]::Abbiegespur_5_R_1,
     4030way[is_prop_set(a5gr1, "Abbiegespur_5_GR_1")]::Abbiegespur_5_GR_1,
     4031way[is_prop_set(a5gl1, "Abbiegespur_5_GL_1")]::Abbiegespur_5_GL_1,
     4032way[is_prop_set(a5rl1, "Abbiegespur_5_RL_1")]::Abbiegespur_5_RL_1,
     4033way[is_prop_set(a5bg1,  "Abbiegespur_5B_G_1")]::Abbiegespur_5B_G_1,
     4034way[is_prop_set(a5br1,  "Abbiegespur_5B_R_1")]::Abbiegespur_5B_R_1,
     4035way[is_prop_set(a5bl1,  "Abbiegespur_5B_L_1")]::Abbiegespur_5B_L_1,
     4036way[is_prop_set(a5blg1, "Abbiegespur_5B_LG_1")]::Abbiegespur_5B_LG_1,
     4037way[is_prop_set(a5brg1, "Abbiegespur_5B_RG_1")]::Abbiegespur_5B_RG_1,
     4038way[is_prop_set(a5brl1, "Abbiegespur_5B_RL_1")]::Abbiegespur_5B_RL_1,
     4039way[is_prop_set(a6g1,  "Abbiegespur_6_G_1")]::Abbiegespur_6_G_1,
     4040way[is_prop_set(a6l1,  "Abbiegespur_6_L_1")]::Abbiegespur_6_L_1,
     4041way[is_prop_set(a6r1,  "Abbiegespur_6_R_1")]::Abbiegespur_6_R_1,
     4042way[is_prop_set(a6gr1, "Abbiegespur_6_GR_1")]::Abbiegespur_6_GR_1,
     4043way[is_prop_set(a6gl1, "Abbiegespur_6_GL_1")]::Abbiegespur_6_GL_1,
     4044way[is_prop_set(a6rl1, "Abbiegespur_6_RL_1")]::Abbiegespur_6_RL_1,
     4045way[is_prop_set(a6bg1,  "Abbiegespur_6B_G_1")]::Abbiegespur_6B_G_1,
     4046way[is_prop_set(a6br1,  "Abbiegespur_6B_R_1")]::Abbiegespur_6B_R_1,
     4047way[is_prop_set(a6bl1,  "Abbiegespur_6B_L_1")]::Abbiegespur_6B_L_1,
     4048way[is_prop_set(a6blg1, "Abbiegespur_6B_LG_1")]::Abbiegespur_6B_LG_1,
     4049way[is_prop_set(a6brg1, "Abbiegespur_6B_RG_1")]::Abbiegespur_6B_RG_1,
     4050way[is_prop_set(a6brl1, "Abbiegespur_6B_RL_1")]::Abbiegespur_6B_RL_1,
     4051way[is_prop_set(a7g1,  "Abbiegespur_7_G_1")]::Abbiegespur_7_G_1,
     4052way[is_prop_set(a7l1,  "Abbiegespur_7_L_1")]::Abbiegespur_7_L_1,
     4053way[is_prop_set(a7r1,  "Abbiegespur_7_R_1")]::Abbiegespur_7_R_1,
     4054way[is_prop_set(a7gr1, "Abbiegespur_7_GR_1")]::Abbiegespur_7_GR_1,
     4055way[is_prop_set(a7gl1, "Abbiegespur_7_GL_1")]::Abbiegespur_7_GL_1,
     4056way[is_prop_set(a7rl1, "Abbiegespur_7_RL_1")]::Abbiegespur_7_RL_1,
     4057way[is_prop_set(a7bg1,  "Abbiegespur_7B_G_1")]::Abbiegespur_7B_G_1,
     4058way[is_prop_set(a7br1,  "Abbiegespur_7B_R_1")]::Abbiegespur_7B_R_1,
     4059way[is_prop_set(a7bl1,  "Abbiegespur_7B_L_1")]::Abbiegespur_7B_L_1,
     4060way[is_prop_set(a7blg1, "Abbiegespur_7B_LG_1")]::Abbiegespur_7B_LG_1,
     4061way[is_prop_set(a7brg1, "Abbiegespur_7B_RG_1")]::Abbiegespur_7B_RG_1,
     4062way[is_prop_set(a7brl1, "Abbiegespur_7B_RL_1")]::Abbiegespur_7B_RL_1,
     4063way[is_prop_set(a8g1,  "Abbiegespur_8_G_1")]::Abbiegespur_8_G_1,
     4064way[is_prop_set(a8l1,  "Abbiegespur_8_L_1")]::Abbiegespur_8_L_1,
     4065way[is_prop_set(a8r1,  "Abbiegespur_8_R_1")]::Abbiegespur_8_R_1,
     4066way[is_prop_set(a8gr1, "Abbiegespur_8_GR_1")]::Abbiegespur_8_GR_1,
     4067way[is_prop_set(a8gl1, "Abbiegespur_8_GL_1")]::Abbiegespur_8_GL_1,
     4068way[is_prop_set(a8rl1, "Abbiegespur_8_RL_1")]::Abbiegespur_8_RL_1,
     4069way[is_prop_set(a8bg1,  "Abbiegespur_8B_G_1")]::Abbiegespur_8B_G_1,
     4070way[is_prop_set(a8br1,  "Abbiegespur_8B_R_1")]::Abbiegespur_8B_R_1,
     4071way[is_prop_set(a8bl1,  "Abbiegespur_8B_L_1")]::Abbiegespur_8B_L_1,
     4072way[is_prop_set(a8blg1, "Abbiegespur_8B_LG_1")]::Abbiegespur_8B_LG_1,
     4073way[is_prop_set(a8brg1, "Abbiegespur_8B_RG_1")]::Abbiegespur_8B_RG_1,
     4074way[is_prop_set(a8brl1, "Abbiegespur_8B_RL_1")]::Abbiegespur_8B_RL_1
     4075{
     4076    offset: eval((prop(fw_spur_1)) -3);
     4077    width: 2;
     4078}
     4079
     4080/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4081/*                                                                                                                                                 */
     4082/* Konstanten für Linie 2                                                                                                                          */
     4083/*                                                                                                                                                 */
     4084/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4085way[is_prop_set(a1g2, "Abbiegespur_1_G_2")]::Abbiegespur_1_G_2,
     4086way[is_prop_set(a1r2, "Abbiegespur_1_R_2")]::Abbiegespur_1_R_2,
     4087way[is_prop_set(a1l2, "Abbiegespur_1_L_2")]::Abbiegespur_1_L_2,
     4088way[is_prop_set(a1lg2, "Abbiegespur_1_LG_2")]::Abbiegespur_1_LG_2,
     4089way[is_prop_set(a1rg2, "Abbiegespur_1_RG_2")]::Abbiegespur_1_RG_2,
     4090way[is_prop_set(a1rl2, "Abbiegespur_1_RL_2")]::Abbiegespur_1_RL_2,
     4091way[is_prop_set(a1bg2,  "Abbiegespur_1B_G_2")]::Abbiegespur_1B_G_2,
     4092way[is_prop_set(a1bl2,  "Abbiegespur_1B_L_2")]::Abbiegespur_1B_L_2,
     4093way[is_prop_set(a1br2,  "Abbiegespur_1B_R_2")]::Abbiegespur_1B_R_2,
     4094way[is_prop_set(a1blg2, "Abbiegespur_1B_LG_2")]::Abbiegespur_1B_LG_2,
     4095way[is_prop_set(a1brg2, "Abbiegespur_1B_RG_2")]::Abbiegespur_1B_RG_2,
     4096way[is_prop_set(a1brl2, "Abbiegespur_1B_RL_2")]::Abbiegespur_1B_RL_2,
     4097way[is_prop_set(a2g2,  "Abbiegespur_2_G_2")]::Abbiegespur_2_G_2,
     4098way[is_prop_set(a2l2,  "Abbiegespur_2_L_2")]::Abbiegespur_2_L_2,
     4099way[is_prop_set(a2r2,  "Abbiegespur_2_R_2")]::Abbiegespur_2_R_2,
     4100way[is_prop_set(a2gr2, "Abbiegespur_2_GR_2")]::Abbiegespur_2_GR_2,
     4101way[is_prop_set(a2gl2, "Abbiegespur_2_GL_2")]::Abbiegespur_2_GL_2,
     4102way[is_prop_set(a2rl2, "Abbiegespur_2_RL_2")]::Abbiegespur_2_RL_2,
     4103way[is_prop_set(a2bg2,  "Abbiegespur_2B_G_2")]::Abbiegespur_2B_G_2,
     4104way[is_prop_set(a2bl2,  "Abbiegespur_2B_L_2")]::Abbiegespur_2B_L_2,
     4105way[is_prop_set(a2br2,  "Abbiegespur_2B_R_2")]::Abbiegespur_2B_R_2,
     4106way[is_prop_set(a2blg2, "Abbiegespur_2B_LG_2")]::Abbiegespur_2B_LG_2,
     4107way[is_prop_set(a2brg2, "Abbiegespur_2B_RG_2")]::Abbiegespur_2B_RG_2,
     4108way[is_prop_set(a2brl2, "Abbiegespur_2B_RL_2")]::Abbiegespur_2B_RL_2,
     4109way[is_prop_set(a3g2,  "Abbiegespur_3_G_2")]::Abbiegespur_3_G_2,
     4110way[is_prop_set(a3l2,  "Abbiegespur_3_L_2")]::Abbiegespur_3_L_2,
     4111way[is_prop_set(a3r2,  "Abbiegespur_3_R_2")]::Abbiegespur_3_R_2,
     4112way[is_prop_set(a3gr2, "Abbiegespur_3_GR_2")]::Abbiegespur_3_GR_2,
     4113way[is_prop_set(a3gl2, "Abbiegespur_3_GL_2")]::Abbiegespur_3_GL_2,
     4114way[is_prop_set(a3rl2, "Abbiegespur_3_RL_2")]::Abbiegespur_3_RL_2,
     4115way[is_prop_set(a3bg2,  "Abbiegespur_3B_G_2")]::Abbiegespur_3B_G_2,
     4116way[is_prop_set(a3bl2,  "Abbiegespur_3B_L_2")]::Abbiegespur_3B_L_2,
     4117way[is_prop_set(a3br2,  "Abbiegespur_3B_R_2")]::Abbiegespur_3B_R_2,
     4118way[is_prop_set(a3blg2, "Abbiegespur_3B_LG_2")]::Abbiegespur_3B_LG_2,
     4119way[is_prop_set(a3brg2, "Abbiegespur_3B_RG_2")]::Abbiegespur_3B_RG_2,
     4120way[is_prop_set(a3brl2, "Abbiegespur_3B_RL_2")]::Abbiegespur_3B_RL_2,
     4121way[is_prop_set(a4g2,  "Abbiegespur_4_G_2")]::Abbiegespur_4_G_2,
     4122way[is_prop_set(a4l2,  "Abbiegespur_4_L_2")]::Abbiegespur_4_L_2,
     4123way[is_prop_set(a4r2,  "Abbiegespur_4_R_2")]::Abbiegespur_4_R_2,
     4124way[is_prop_set(a4gr2, "Abbiegespur_4_GR_2")]::Abbiegespur_4_GR_2,
     4125way[is_prop_set(a4gl2, "Abbiegespur_4_GL_2")]::Abbiegespur_4_GL_2,
     4126way[is_prop_set(a4rl2, "Abbiegespur_4_RL_2")]::Abbiegespur_4_RL_2,
     4127way[is_prop_set(a4bg2,  "Abbiegespur_4B_G_2")]::Abbiegespur_4B_G_2,
     4128way[is_prop_set(a4bl2,  "Abbiegespur_4B_L_2")]::Abbiegespur_4B_L_2,
     4129way[is_prop_set(a4br2,  "Abbiegespur_4B_R_2")]::Abbiegespur_4B_R_2,
     4130way[is_prop_set(a4blg2, "Abbiegespur_4B_LG_2")]::Abbiegespur_4B_LG_2,
     4131way[is_prop_set(a4brg2, "Abbiegespur_4B_RG_2")]::Abbiegespur_4B_RG_2,
     4132way[is_prop_set(a4brl2, "Abbiegespur_4B_RL_2")]::Abbiegespur_4B_RL_2,
     4133way[is_prop_set(a5g2,  "Abbiegespur_5_G_2")]::Abbiegespur_5_G_2,
     4134way[is_prop_set(a5l2,  "Abbiegespur_5_L_2")]::Abbiegespur_5_L_2,
     4135way[is_prop_set(a5r2,  "Abbiegespur_5_R_2")]::Abbiegespur_5_R_2,
     4136way[is_prop_set(a5gr2, "Abbiegespur_5_GR_2")]::Abbiegespur_5_GR_2,
     4137way[is_prop_set(a5gl2, "Abbiegespur_5_GL_2")]::Abbiegespur_5_GL_2,
     4138way[is_prop_set(a5rl2, "Abbiegespur_5_RL_2")]::Abbiegespur_5_RL_2,
     4139way[is_prop_set(a5bg2,  "Abbiegespur_5B_G_2")]::Abbiegespur_5B_G_2,
     4140way[is_prop_set(a5bl2,  "Abbiegespur_5B_L_2")]::Abbiegespur_5B_L_2,
     4141way[is_prop_set(a5br2,  "Abbiegespur_5B_R_2")]::Abbiegespur_5B_R_2,
     4142way[is_prop_set(a5blg2, "Abbiegespur_5B_LG_2")]::Abbiegespur_5B_LG_2,
     4143way[is_prop_set(a5brg2, "Abbiegespur_5B_RG_2")]::Abbiegespur_5B_RG_2,
     4144way[is_prop_set(a5brl2, "Abbiegespur_5B_RL_2")]::Abbiegespur_5B_RL_2,
     4145way[is_prop_set(a6g2,  "Abbiegespur_6_G_2")]::Abbiegespur_6_G_2,
     4146way[is_prop_set(a6l2,  "Abbiegespur_6_L_2")]::Abbiegespur_6_L_2,
     4147way[is_prop_set(a6r2,  "Abbiegespur_6_R_2")]::Abbiegespur_6_R_2,
     4148way[is_prop_set(a6gr2, "Abbiegespur_6_GR_2")]::Abbiegespur_6_GR_2,
     4149way[is_prop_set(a6gl2, "Abbiegespur_6_GL_2")]::Abbiegespur_6_GL_2,
     4150way[is_prop_set(a6rl2, "Abbiegespur_6_RL_2")]::Abbiegespur_6_RL_2,
     4151way[is_prop_set(a6bg2,  "Abbiegespur_6B_G_2")]::Abbiegespur_6B_G_2,
     4152way[is_prop_set(a6bl2,  "Abbiegespur_6B_L_2")]::Abbiegespur_6B_L_2,
     4153way[is_prop_set(a6br2,  "Abbiegespur_6B_R_2")]::Abbiegespur_6B_R_2,
     4154way[is_prop_set(a6blg2, "Abbiegespur_6B_LG_2")]::Abbiegespur_6B_LG_2,
     4155way[is_prop_set(a6brg2, "Abbiegespur_6B_RG_2")]::Abbiegespur_6B_RG_2,
     4156way[is_prop_set(a6brl2, "Abbiegespur_6B_RL_2")]::Abbiegespur_6B_RL_2,
     4157way[is_prop_set(a7g2,  "Abbiegespur_7_G_2")]::Abbiegespur_7_G_2,
     4158way[is_prop_set(a7l2,  "Abbiegespur_7_L_2")]::Abbiegespur_7_L_2,
     4159way[is_prop_set(a7r2,  "Abbiegespur_7_R_2")]::Abbiegespur_7_R_2,
     4160way[is_prop_set(a7gr2, "Abbiegespur_7_GR_2")]::Abbiegespur_7_GR_2,
     4161way[is_prop_set(a7gl2, "Abbiegespur_7_GL_2")]::Abbiegespur_7_GL_2,
     4162way[is_prop_set(a7rl2, "Abbiegespur_7_RL_2")]::Abbiegespur_7_RL_2,
     4163way[is_prop_set(a7bg2,  "Abbiegespur_7B_G_2")]::Abbiegespur_7B_G_2,
     4164way[is_prop_set(a7bl2,  "Abbiegespur_7B_L_2")]::Abbiegespur_7B_L_2,
     4165way[is_prop_set(a7br2,  "Abbiegespur_7B_R_2")]::Abbiegespur_7B_R_2,
     4166way[is_prop_set(a7blg2, "Abbiegespur_7B_LG_2")]::Abbiegespur_7B_LG_2,
     4167way[is_prop_set(a7brg2, "Abbiegespur_7B_RG_2")]::Abbiegespur_7B_RG_2,
     4168way[is_prop_set(a7brl2, "Abbiegespur_7B_RL_2")]::Abbiegespur_7B_RL_2,
     4169way[is_prop_set(a8g2,  "Abbiegespur_8_G_2")]::Abbiegespur_8_G_2,
     4170way[is_prop_set(a8l2,  "Abbiegespur_8_L_2")]::Abbiegespur_8_L_2,
     4171way[is_prop_set(a8r2,  "Abbiegespur_8_R_2")]::Abbiegespur_8_R_2,
     4172way[is_prop_set(a8gr2, "Abbiegespur_8_GR_2")]::Abbiegespur_8_GR_2,
     4173way[is_prop_set(a8gl2, "Abbiegespur_8_GL_2")]::Abbiegespur_8_GL_2,
     4174way[is_prop_set(a8rl2, "Abbiegespur_8_RL_2")]::Abbiegespur_8_RL_2,
     4175way[is_prop_set(a8bg2,  "Abbiegespur_8B_G_2")]::Abbiegespur_8B_G_2,
     4176way[is_prop_set(a8bl2,  "Abbiegespur_8B_L_2")]::Abbiegespur_8B_L_2,
     4177way[is_prop_set(a8br2,  "Abbiegespur_8B_R_2")]::Abbiegespur_8B_R_2,
     4178way[is_prop_set(a8blg2, "Abbiegespur_8B_LG_2")]::Abbiegespur_8B_LG_2,
     4179way[is_prop_set(a8brg2, "Abbiegespur_8B_RG_2")]::Abbiegespur_8B_RG_2,
     4180way[is_prop_set(a8brl2, "Abbiegespur_8B_RL_2")]::Abbiegespur_8B_RL_2
     4181{
     4182    offset: eval((prop(fw_spur_1)) -5);
     4183}
     4184
     4185/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4186/*                                                                                                                                                 */
     4187/* Konstanten für Linie 3                                                                                                                          */
     4188/*                                                                                                                                                 */
     4189/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4190way[is_prop_set(a1g3, "Abbiegespur_1_G_3")]::Abbiegespur_1_G_3,
     4191way[is_prop_set(a1r3, "Abbiegespur_1_R_3")]::Abbiegespur_1_R_3,
     4192way[is_prop_set(a1l3, "Abbiegespur_1_L_3")]::Abbiegespur_1_L_3,
     4193way[is_prop_set(a1lg3, "Abbiegespur_1_LG_3")]::Abbiegespur_1_LG_3,
     4194way[is_prop_set(a1rg3, "Abbiegespur_1_RG_3")]::Abbiegespur_1_RG_3,
     4195way[is_prop_set(a1rl3, "Abbiegespur_1_RL_3")]::Abbiegespur_1_RL_3,
     4196way[is_prop_set(a1bg3,  "Abbiegespur_1B_G_3")]::Abbiegespur_1B_G_3,
     4197way[is_prop_set(a1br3,  "Abbiegespur_1B_R_3")]::Abbiegespur_1B_R_3,
     4198way[is_prop_set(a1bl3,  "Abbiegespur_1B_L_3")]::Abbiegespur_1B_L_3,
     4199way[is_prop_set(a1blg3, "Abbiegespur_1B_LG_3")]::Abbiegespur_1B_LG_3,
     4200way[is_prop_set(a1brg3, "Abbiegespur_1B_RG_3")]::Abbiegespur_1B_RG_3,
     4201way[is_prop_set(a1brl3, "Abbiegespur_1B_RL_3")]::Abbiegespur_1B_RL_3,
     4202way[is_prop_set(a2g3,  "Abbiegespur_2_G_3")]::Abbiegespur_2_G_3,
     4203way[is_prop_set(a2l3,  "Abbiegespur_2_L_3")]::Abbiegespur_2_L_3,
     4204way[is_prop_set(a2r3,  "Abbiegespur_2_R_3")]::Abbiegespur_2_R_3,
     4205way[is_prop_set(a2gr3, "Abbiegespur_2_GR_3")]::Abbiegespur_2_GR_3,
     4206way[is_prop_set(a2gl3, "Abbiegespur_2_GL_3")]::Abbiegespur_2_GL_3,
     4207way[is_prop_set(a2rl3, "Abbiegespur_2_RL_3")]::Abbiegespur_2_RL_3,
     4208way[is_prop_set(a2bg3,  "Abbiegespur_2B_G_3")]::Abbiegespur_2B_G_3,
     4209way[is_prop_set(a2br3,  "Abbiegespur_2B_R_3")]::Abbiegespur_2B_R_3,
     4210way[is_prop_set(a2bl3,  "Abbiegespur_2B_L_3")]::Abbiegespur_2B_L_3,
     4211way[is_prop_set(a2blg3, "Abbiegespur_2B_LG_3")]::Abbiegespur_2B_LG_3,
     4212way[is_prop_set(a2brg3, "Abbiegespur_2B_RG_3")]::Abbiegespur_2B_RG_3,
     4213way[is_prop_set(a2brl3, "Abbiegespur_2B_RL_3")]::Abbiegespur_2B_RL_3,
     4214way[is_prop_set(a3g3,  "Abbiegespur_3_G_3")]::Abbiegespur_3_G_3,
     4215way[is_prop_set(a3l3,  "Abbiegespur_3_L_3")]::Abbiegespur_3_L_3,
     4216way[is_prop_set(a3r3,  "Abbiegespur_3_R_3")]::Abbiegespur_3_R_3,
     4217way[is_prop_set(a3gr3, "Abbiegespur_3_GR_3")]::Abbiegespur_3_GR_3,
     4218way[is_prop_set(a3gl3, "Abbiegespur_3_GL_3")]::Abbiegespur_3_GL_3,
     4219way[is_prop_set(a3rl3, "Abbiegespur_3_RL_3")]::Abbiegespur_3_RL_3,
     4220way[is_prop_set(a3bg3,  "Abbiegespur_3B_G_3")]::Abbiegespur_3B_G_3,
     4221way[is_prop_set(a3br3,  "Abbiegespur_3B_R_3")]::Abbiegespur_3B_R_3,
     4222way[is_prop_set(a3bl3,  "Abbiegespur_3B_L_3")]::Abbiegespur_3B_L_3,
     4223way[is_prop_set(a3blg3, "Abbiegespur_3B_LG_3")]::Abbiegespur_3B_LG_3,
     4224way[is_prop_set(a3brg3, "Abbiegespur_3B_RG_3")]::Abbiegespur_3B_RG_3,
     4225way[is_prop_set(a3brl3, "Abbiegespur_3B_RL_3")]::Abbiegespur_3B_RL_3,
     4226way[is_prop_set(a4g3,  "Abbiegespur_4_G_3")]::Abbiegespur_4_G_3,
     4227way[is_prop_set(a4l3,  "Abbiegespur_4_L_3")]::Abbiegespur_4_L_3,
     4228way[is_prop_set(a4r3,  "Abbiegespur_4_R_3")]::Abbiegespur_4_R_3,
     4229way[is_prop_set(a4gr3, "Abbiegespur_4_GR_3")]::Abbiegespur_4_GR_3,
     4230way[is_prop_set(a4gl3, "Abbiegespur_4_GL_3")]::Abbiegespur_4_GL_3,
     4231way[is_prop_set(a4rl3, "Abbiegespur_4_RL_3")]::Abbiegespur_4_RL_3,
     4232way[is_prop_set(a4bg3,  "Abbiegespur_4B_G_3")]::Abbiegespur_4B_G_3,
     4233way[is_prop_set(a4br3,  "Abbiegespur_4B_R_3")]::Abbiegespur_4B_R_3,
     4234way[is_prop_set(a4bl3,  "Abbiegespur_4B_L_3")]::Abbiegespur_4B_L_3,
     4235way[is_prop_set(a4blg3, "Abbiegespur_4B_LG_3")]::Abbiegespur_4B_LG_3,
     4236way[is_prop_set(a4brg3, "Abbiegespur_4B_RG_3")]::Abbiegespur_4B_RG_3,
     4237way[is_prop_set(a4brl3, "Abbiegespur_4B_RL_3")]::Abbiegespur_4B_RL_3,
     4238way[is_prop_set(a5g3,  "Abbiegespur_5_G_3")]::Abbiegespur_5_G_3,
     4239way[is_prop_set(a5l3,  "Abbiegespur_5_L_3")]::Abbiegespur_5_L_3,
     4240way[is_prop_set(a5r3,  "Abbiegespur_5_R_3")]::Abbiegespur_5_R_3,
     4241way[is_prop_set(a5gr3, "Abbiegespur_5_GR_3")]::Abbiegespur_5_GR_3,
     4242way[is_prop_set(a5gl3, "Abbiegespur_5_GL_3")]::Abbiegespur_5_GL_3,
     4243way[is_prop_set(a5rl3, "Abbiegespur_5_RL_3")]::Abbiegespur_5_RL_3,
     4244way[is_prop_set(a5bg3,  "Abbiegespur_5B_G_3")]::Abbiegespur_5B_G_3,
     4245way[is_prop_set(a5br3,  "Abbiegespur_5B_R_3")]::Abbiegespur_5B_R_3,
     4246way[is_prop_set(a5bl3,  "Abbiegespur_5B_L_3")]::Abbiegespur_5B_L_3,
     4247way[is_prop_set(a5blg3, "Abbiegespur_5B_LG_3")]::Abbiegespur_5B_LG_3,
     4248way[is_prop_set(a5brg3, "Abbiegespur_5B_RG_3")]::Abbiegespur_5B_RG_3,
     4249way[is_prop_set(a5brl3, "Abbiegespur_5B_RL_3")]::Abbiegespur_5B_RL_3,
     4250way[is_prop_set(a6g3,  "Abbiegespur_6_G_3")]::Abbiegespur_6_G_3,
     4251way[is_prop_set(a6l3,  "Abbiegespur_6_L_3")]::Abbiegespur_6_L_3,
     4252way[is_prop_set(a6r3,  "Abbiegespur_6_R_3")]::Abbiegespur_6_R_3,
     4253way[is_prop_set(a6gr3, "Abbiegespur_6_GR_3")]::Abbiegespur_6_GR_3,
     4254way[is_prop_set(a6gl3, "Abbiegespur_6_GL_3")]::Abbiegespur_6_GL_3,
     4255way[is_prop_set(a6rl3, "Abbiegespur_6_RL_3")]::Abbiegespur_6_RL_3,
     4256way[is_prop_set(a6bg3,  "Abbiegespur_6B_G_3")]::Abbiegespur_6B_G_3,
     4257way[is_prop_set(a6br3,  "Abbiegespur_6B_R_3")]::Abbiegespur_6B_R_3,
     4258way[is_prop_set(a6bl3,  "Abbiegespur_6B_L_3")]::Abbiegespur_6B_L_3,
     4259way[is_prop_set(a6blg3, "Abbiegespur_6B_LG_3")]::Abbiegespur_6B_LG_3,
     4260way[is_prop_set(a6brg3, "Abbiegespur_6B_RG_3")]::Abbiegespur_6B_RG_3,
     4261way[is_prop_set(a6brl3, "Abbiegespur_6B_RL_3")]::Abbiegespur_6B_RL_3,
     4262way[is_prop_set(a7g3,  "Abbiegespur_7_G_3")]::Abbiegespur_7_G_3,
     4263way[is_prop_set(a7l3,  "Abbiegespur_7_L_3")]::Abbiegespur_7_L_3,
     4264way[is_prop_set(a7r3,  "Abbiegespur_7_R_3")]::Abbiegespur_7_R_3,
     4265way[is_prop_set(a7gr3, "Abbiegespur_7_GR_3")]::Abbiegespur_7_GR_3,
     4266way[is_prop_set(a7gl3, "Abbiegespur_7_GL_3")]::Abbiegespur_7_GL_3,
     4267way[is_prop_set(a7rl3, "Abbiegespur_7_RL_3")]::Abbiegespur_7_RL_3,
     4268way[is_prop_set(a7bg3,  "Abbiegespur_7B_G_3")]::Abbiegespur_7B_G_3,
     4269way[is_prop_set(a7br3,  "Abbiegespur_7B_R_3")]::Abbiegespur_7B_R_3,
     4270way[is_prop_set(a7bl3,  "Abbiegespur_7B_L_3")]::Abbiegespur_7B_L_3,
     4271way[is_prop_set(a7blg3, "Abbiegespur_7B_LG_3")]::Abbiegespur_7B_LG_3,
     4272way[is_prop_set(a7brg3, "Abbiegespur_7B_RG_3")]::Abbiegespur_7B_RG_3,
     4273way[is_prop_set(a7brl3, "Abbiegespur_7B_RL_3")]::Abbiegespur_7B_RL_3,
     4274way[is_prop_set(a8g3,  "Abbiegespur_8_G_3")]::Abbiegespur_8_G_3,
     4275way[is_prop_set(a8l3,  "Abbiegespur_8_L_3")]::Abbiegespur_8_L_3,
     4276way[is_prop_set(a8r3,  "Abbiegespur_8_R_3")]::Abbiegespur_8_R_3,
     4277way[is_prop_set(a8gr3, "Abbiegespur_8_GR_3")]::Abbiegespur_8_GR_3,
     4278way[is_prop_set(a8gl3, "Abbiegespur_8_GL_3")]::Abbiegespur_8_GL_3,
     4279way[is_prop_set(a8rl3, "Abbiegespur_8_RL_3")]::Abbiegespur_8_RL_3,
     4280way[is_prop_set(a8bg3,  "Abbiegespur_8B_G_3")]::Abbiegespur_8B_G_3,
     4281way[is_prop_set(a8br3,  "Abbiegespur_8B_R_3")]::Abbiegespur_8B_R_3,
     4282way[is_prop_set(a8bl3,  "Abbiegespur_8B_L_3")]::Abbiegespur_8B_L_3,
     4283way[is_prop_set(a8blg3, "Abbiegespur_8B_LG_3")]::Abbiegespur_8B_LG_3,
     4284way[is_prop_set(a8brg3, "Abbiegespur_8B_RG_3")]::Abbiegespur_8B_RG_3,
     4285way[is_prop_set(a8brl3, "Abbiegespur_8B_RL_3")]::Abbiegespur_8B_RL_3
     4286{
     4287    offset: eval((prop(fw_spur_1)) -7);
     4288}
     4289
     4290/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4291/*                                                                                                                                                 */
     4292/* Konstanten für Linie 4                                                                                                                          */
     4293/*                                                                                                                                                 */
     4294/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4295way[is_prop_set(a1g4, "Abbiegespur_1_G_4")]::Abbiegespur_1_G_4,
     4296way[is_prop_set(a1r4, "Abbiegespur_1_R_4")]::Abbiegespur_1_R_4,
     4297way[is_prop_set(a1l4, "Abbiegespur_1_L_4")]::Abbiegespur_1_L_4,
     4298way[is_prop_set(a1lg4, "Abbiegespur_1_LG_4")]::Abbiegespur_1_LG_4,
     4299way[is_prop_set(a1rg4, "Abbiegespur_1_RG_4")]::Abbiegespur_1_RG_4,
     4300way[is_prop_set(a1rl4, "Abbiegespur_1_RL_4")]::Abbiegespur_1_RL_4,
     4301way[is_prop_set(a1bg4,  "Abbiegespur_1B_G_4")]::Abbiegespur_1B_G_4,
     4302way[is_prop_set(a1br4,  "Abbiegespur_1B_R_4")]::Abbiegespur_1B_R_4,
     4303way[is_prop_set(a1bl4,  "Abbiegespur_1B_L_4")]::Abbiegespur_1B_L_4,
     4304way[is_prop_set(a1blg4, "Abbiegespur_1B_LG_4")]::Abbiegespur_1B_LG_4,
     4305way[is_prop_set(a1brg4, "Abbiegespur_1B_RG_4")]::Abbiegespur_1B_RG_4,
     4306way[is_prop_set(a1brl4, "Abbiegespur_1B_RL_4")]::Abbiegespur_1B_RL_4,
     4307way[is_prop_set(a2g4,  "Abbiegespur_2_G_4")]::Abbiegespur_2_G_4,
     4308way[is_prop_set(a2l4,  "Abbiegespur_2_L_4")]::Abbiegespur_2_L_4,
     4309way[is_prop_set(a2r4,  "Abbiegespur_2_R_4")]::Abbiegespur_2_R_4,
     4310way[is_prop_set(a2gr4, "Abbiegespur_2_GR_4")]::Abbiegespur_2_GR_4,
     4311way[is_prop_set(a2gl4, "Abbiegespur_2_GL_4")]::Abbiegespur_2_GL_4,
     4312way[is_prop_set(a2rl4, "Abbiegespur_2_RL_4")]::Abbiegespur_2_RL_4,
     4313way[is_prop_set(a2bg4,  "Abbiegespur_2B_G_4")]::Abbiegespur_2B_G_4,
     4314way[is_prop_set(a2br4,  "Abbiegespur_2B_R_4")]::Abbiegespur_2B_R_4,
     4315way[is_prop_set(a2bl4,  "Abbiegespur_2B_L_4")]::Abbiegespur_2B_L_4,
     4316way[is_prop_set(a2blg4, "Abbiegespur_2B_LG_4")]::Abbiegespur_2B_LG_4,
     4317way[is_prop_set(a2brg4, "Abbiegespur_2B_RG_4")]::Abbiegespur_2B_RG_4,
     4318way[is_prop_set(a2brl4, "Abbiegespur_2B_RL_4")]::Abbiegespur_2B_RL_4,
     4319way[is_prop_set(a3g4,  "Abbiegespur_3_G_4")]::Abbiegespur_3_G_4,
     4320way[is_prop_set(a3l4,  "Abbiegespur_3_L_4")]::Abbiegespur_3_L_4,
     4321way[is_prop_set(a3r4,  "Abbiegespur_3_R_4")]::Abbiegespur_3_R_4,
     4322way[is_prop_set(a3gr4, "Abbiegespur_3_GR_4")]::Abbiegespur_3_GR_4,
     4323way[is_prop_set(a3gl4, "Abbiegespur_3_GL_4")]::Abbiegespur_3_GL_4,
     4324way[is_prop_set(a3rl4, "Abbiegespur_3_RL_4")]::Abbiegespur_3_RL_4,
     4325way[is_prop_set(a3bg4,  "Abbiegespur_3B_G_4")]::Abbiegespur_3B_G_4,
     4326way[is_prop_set(a3br4,  "Abbiegespur_3B_R_4")]::Abbiegespur_3B_R_4,
     4327way[is_prop_set(a3bl4,  "Abbiegespur_3B_L_4")]::Abbiegespur_3B_L_4,
     4328way[is_prop_set(a3blg4, "Abbiegespur_3B_LG_4")]::Abbiegespur_3B_LG_4,
     4329way[is_prop_set(a3brg4, "Abbiegespur_3B_RG_4")]::Abbiegespur_3B_RG_4,
     4330way[is_prop_set(a3brl4, "Abbiegespur_3B_RL_4")]::Abbiegespur_3B_RL_4,
     4331way[is_prop_set(a4g4,  "Abbiegespur_4_G_4")]::Abbiegespur_4_G_4,
     4332way[is_prop_set(a4l4,  "Abbiegespur_4_L_4")]::Abbiegespur_4_L_4,
     4333way[is_prop_set(a4r4,  "Abbiegespur_4_R_4")]::Abbiegespur_4_R_4,
     4334way[is_prop_set(a4gr4, "Abbiegespur_4_GR_4")]::Abbiegespur_4_GR_4,
     4335way[is_prop_set(a4gl4, "Abbiegespur_4_GL_4")]::Abbiegespur_4_GL_4,
     4336way[is_prop_set(a4rl4, "Abbiegespur_4_RL_4")]::Abbiegespur_4_RL_4,
     4337way[is_prop_set(a4bg4,  "Abbiegespur_4B_G_4")]::Abbiegespur_4B_G_4,
     4338way[is_prop_set(a4br4,  "Abbiegespur_4B_R_4")]::Abbiegespur_4B_R_4,
     4339way[is_prop_set(a4bl4,  "Abbiegespur_4B_L_4")]::Abbiegespur_4B_L_4,
     4340way[is_prop_set(a4blg4, "Abbiegespur_4B_LG_4")]::Abbiegespur_4B_LG_4,
     4341way[is_prop_set(a4brg4, "Abbiegespur_4B_RG_4")]::Abbiegespur_4B_RG_4,
     4342way[is_prop_set(a4brl4, "Abbiegespur_4B_RL_4")]::Abbiegespur_4B_RL_4,
     4343way[is_prop_set(a5g4,  "Abbiegespur_5_G_4")]::Abbiegespur_5_G_4,
     4344way[is_prop_set(a5l4,  "Abbiegespur_5_L_4")]::Abbiegespur_5_L_4,
     4345way[is_prop_set(a5r4,  "Abbiegespur_5_R_4")]::Abbiegespur_5_R_4,
     4346way[is_prop_set(a5gr4, "Abbiegespur_5_GR_4")]::Abbiegespur_5_GR_4,
     4347way[is_prop_set(a5gl4, "Abbiegespur_5_GL_4")]::Abbiegespur_5_GL_4,
     4348way[is_prop_set(a5rl4, "Abbiegespur_5_RL_4")]::Abbiegespur_5_RL_4,
     4349way[is_prop_set(a5bg4,  "Abbiegespur_5B_G_4")]::Abbiegespur_5B_G_4,
     4350way[is_prop_set(a5br4,  "Abbiegespur_5B_R_4")]::Abbiegespur_5B_R_4,
     4351way[is_prop_set(a5bl4,  "Abbiegespur_5B_L_4")]::Abbiegespur_5B_L_4,
     4352way[is_prop_set(a5blg4, "Abbiegespur_5B_LG_4")]::Abbiegespur_5B_LG_4,
     4353way[is_prop_set(a5brg4, "Abbiegespur_5B_RG_4")]::Abbiegespur_5B_RG_4,
     4354way[is_prop_set(a5brl4, "Abbiegespur_5B_RL_4")]::Abbiegespur_5B_RL_4,
     4355way[is_prop_set(a6g4,  "Abbiegespur_6_G_4")]::Abbiegespur_6_G_4,
     4356way[is_prop_set(a6l4,  "Abbiegespur_6_L_4")]::Abbiegespur_6_L_4,
     4357way[is_prop_set(a6r4,  "Abbiegespur_6_R_4")]::Abbiegespur_6_R_4,
     4358way[is_prop_set(a6gr4, "Abbiegespur_6_GR_4")]::Abbiegespur_6_GR_4,
     4359way[is_prop_set(a6gl4, "Abbiegespur_6_GL_4")]::Abbiegespur_6_GL_4,
     4360way[is_prop_set(a6rl4, "Abbiegespur_6_RL_4")]::Abbiegespur_6_RL_4,
     4361way[is_prop_set(a6bg4,  "Abbiegespur_6B_G_4")]::Abbiegespur_6B_G_4,
     4362way[is_prop_set(a6br4,  "Abbiegespur_6B_R_4")]::Abbiegespur_6B_R_4,
     4363way[is_prop_set(a6bl4,  "Abbiegespur_6B_L_4")]::Abbiegespur_6B_L_4,
     4364way[is_prop_set(a6blg4, "Abbiegespur_6B_LG_4")]::Abbiegespur_6B_LG_4,
     4365way[is_prop_set(a6brg4, "Abbiegespur_6B_RG_4")]::Abbiegespur_6B_RG_4,
     4366way[is_prop_set(a6brl4, "Abbiegespur_6B_RL_4")]::Abbiegespur_6B_RL_4,
     4367way[is_prop_set(a7g4,  "Abbiegespur_7_G_4")]::Abbiegespur_7_G_4,
     4368way[is_prop_set(a7l4,  "Abbiegespur_7_L_4")]::Abbiegespur_7_L_4,
     4369way[is_prop_set(a7r4,  "Abbiegespur_7_R_4")]::Abbiegespur_7_R_4,
     4370way[is_prop_set(a7gr4, "Abbiegespur_7_GR_4")]::Abbiegespur_7_GR_4,
     4371way[is_prop_set(a7gl4, "Abbiegespur_7_GL_4")]::Abbiegespur_7_GL_4,
     4372way[is_prop_set(a7rl4, "Abbiegespur_7_RL_4")]::Abbiegespur_7_RL_4,
     4373way[is_prop_set(a7bg4,  "Abbiegespur_7B_G_4")]::Abbiegespur_7B_G_4,
     4374way[is_prop_set(a7br4,  "Abbiegespur_7B_R_4")]::Abbiegespur_7B_R_4,
     4375way[is_prop_set(a7bl4,  "Abbiegespur_7B_L_4")]::Abbiegespur_7B_L_4,
     4376way[is_prop_set(a7blg4, "Abbiegespur_7B_LG_4")]::Abbiegespur_7B_LG_4,
     4377way[is_prop_set(a7brg4, "Abbiegespur_7B_RG_4")]::Abbiegespur_7B_RG_4,
     4378way[is_prop_set(a7brl4, "Abbiegespur_7B_RL_4")]::Abbiegespur_7B_RL_4,
     4379way[is_prop_set(a8g4,  "Abbiegespur_8_G_4")]::Abbiegespur_8_G_4,
     4380way[is_prop_set(a8l4,  "Abbiegespur_8_L_4")]::Abbiegespur_8_L_4,
     4381way[is_prop_set(a8r4,  "Abbiegespur_8_R_4")]::Abbiegespur_8_R_4,
     4382way[is_prop_set(a8gr4, "Abbiegespur_8_GR_4")]::Abbiegespur_8_GR_4,
     4383way[is_prop_set(a8gl4, "Abbiegespur_8_GL_4")]::Abbiegespur_8_GL_4,
     4384way[is_prop_set(a8rl4, "Abbiegespur_8_RL_4")]::Abbiegespur_8_RL_4,
     4385way[is_prop_set(a8bg4,  "Abbiegespur_8B_G_4")]::Abbiegespur_8B_G_4,
     4386way[is_prop_set(a8br4,  "Abbiegespur_8B_R_4")]::Abbiegespur_8B_R_4,
     4387way[is_prop_set(a8bl4,  "Abbiegespur_8B_L_4")]::Abbiegespur_8B_L_4,
     4388way[is_prop_set(a8blg4, "Abbiegespur_8B_LG_4")]::Abbiegespur_8B_LG_4,
     4389way[is_prop_set(a8brg4, "Abbiegespur_8B_RG_4")]::Abbiegespur_8B_RG_4,
     4390way[is_prop_set(a8brl4, "Abbiegespur_8B_RL_4")]::Abbiegespur_8B_RL_4
     4391{
     4392    offset: eval((prop(fw_spur_1)) -9);
     4393}
     4394
     4395/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4396/*                                                                                                                                                 */
     4397/* Konstanten für Linie 5                                                                                                                          */
     4398/*                                                                                                                                                 */
     4399/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4400way[is_prop_set(a1g5, "Abbiegespur_1_G_5")]::Abbiegespur_1_G_5,
     4401way[is_prop_set(a1r5, "Abbiegespur_1_R_5")]::Abbiegespur_1_R_5,
     4402way[is_prop_set(a1l5, "Abbiegespur_1_L_5")]::Abbiegespur_1_L_5,
     4403way[is_prop_set(a1lg5, "Abbiegespur_1_LG_5")]::Abbiegespur_1_LG_5,
     4404way[is_prop_set(a1rg5, "Abbiegespur_1_RG_5")]::Abbiegespur_1_RG_5,
     4405way[is_prop_set(a1rl5, "Abbiegespur_1_RL_5")]::Abbiegespur_1_RL_5,
     4406way[is_prop_set(a1bg5,  "Abbiegespur_1B_G_5")]::Abbiegespur_1B_G_5,
     4407way[is_prop_set(a1br5,  "Abbiegespur_1B_R_5")]::Abbiegespur_1B_R_5,
     4408way[is_prop_set(a1bl5,  "Abbiegespur_1B_L_5")]::Abbiegespur_1B_L_5,
     4409way[is_prop_set(a1blg5, "Abbiegespur_1B_LG_5")]::Abbiegespur_1B_LG_5,
     4410way[is_prop_set(a1brg5, "Abbiegespur_1B_RG_5")]::Abbiegespur_1B_RG_5,
     4411way[is_prop_set(a1brl5, "Abbiegespur_1B_RL_5")]::Abbiegespur_1B_RL_5,
     4412way[is_prop_set(a2g5,  "Abbiegespur_2_G_5")]::Abbiegespur_2_G_5,
     4413way[is_prop_set(a2l5,  "Abbiegespur_2_L_5")]::Abbiegespur_2_L_5,
     4414way[is_prop_set(a2r5,  "Abbiegespur_2_R_5")]::Abbiegespur_2_R_5,
     4415way[is_prop_set(a2gr5, "Abbiegespur_2_GR_5")]::Abbiegespur_2_GR_5,
     4416way[is_prop_set(a2gl5, "Abbiegespur_2_GL_5")]::Abbiegespur_2_GL_5,
     4417way[is_prop_set(a2rl5, "Abbiegespur_2_RL_5")]::Abbiegespur_2_RL_5,
     4418way[is_prop_set(a2bg5,  "Abbiegespur_2B_G_5")]::Abbiegespur_2B_G_5,
     4419way[is_prop_set(a2br5,  "Abbiegespur_2B_R_5")]::Abbiegespur_2B_R_5,
     4420way[is_prop_set(a2bl5,  "Abbiegespur_2B_L_5")]::Abbiegespur_2B_L_5,
     4421way[is_prop_set(a2blg5, "Abbiegespur_2B_LG_5")]::Abbiegespur_2B_LG_5,
     4422way[is_prop_set(a2brg5, "Abbiegespur_2B_RG_5")]::Abbiegespur_2B_RG_5,
     4423way[is_prop_set(a2brl5, "Abbiegespur_2B_RL_5")]::Abbiegespur_2B_RL_5,
     4424way[is_prop_set(a3g5,  "Abbiegespur_3_G_5")]::Abbiegespur_3_G_5,
     4425way[is_prop_set(a3l5,  "Abbiegespur_3_L_5")]::Abbiegespur_3_L_5,
     4426way[is_prop_set(a3r5,  "Abbiegespur_3_R_5")]::Abbiegespur_3_R_5,
     4427way[is_prop_set(a3gr5, "Abbiegespur_3_GR_5")]::Abbiegespur_3_GR_5,
     4428way[is_prop_set(a3gl5, "Abbiegespur_3_GL_5")]::Abbiegespur_3_GL_5,
     4429way[is_prop_set(a3rl5, "Abbiegespur_3_RL_5")]::Abbiegespur_3_RL_5,
     4430way[is_prop_set(a3bg5,  "Abbiegespur_3B_G_5")]::Abbiegespur_3B_G_5,
     4431way[is_prop_set(a3br5,  "Abbiegespur_3B_R_5")]::Abbiegespur_3B_R_5,
     4432way[is_prop_set(a3bl5,  "Abbiegespur_3B_L_5")]::Abbiegespur_3B_L_5,
     4433way[is_prop_set(a3blg5, "Abbiegespur_3B_LG_5")]::Abbiegespur_3B_LG_5,
     4434way[is_prop_set(a3brg5, "Abbiegespur_3B_RG_5")]::Abbiegespur_3B_RG_5,
     4435way[is_prop_set(a3brl5, "Abbiegespur_3B_RL_5")]::Abbiegespur_3B_RL_5,
     4436way[is_prop_set(a4g5,  "Abbiegespur_4_G_5")]::Abbiegespur_4_G_5,
     4437way[is_prop_set(a4l5,  "Abbiegespur_4_L_5")]::Abbiegespur_4_L_5,
     4438way[is_prop_set(a4r5,  "Abbiegespur_4_R_5")]::Abbiegespur_4_R_5,
     4439way[is_prop_set(a4gr5, "Abbiegespur_4_GR_5")]::Abbiegespur_4_GR_5,
     4440way[is_prop_set(a4gl5, "Abbiegespur_4_GL_5")]::Abbiegespur_4_GL_5,
     4441way[is_prop_set(a4rl5, "Abbiegespur_4_RL_5")]::Abbiegespur_4_RL_5,
     4442way[is_prop_set(a4bg5,  "Abbiegespur_4B_G_5")]::Abbiegespur_4B_G_5,
     4443way[is_prop_set(a4br5,  "Abbiegespur_4B_R_5")]::Abbiegespur_4B_R_5,
     4444way[is_prop_set(a4bl5,  "Abbiegespur_4B_L_5")]::Abbiegespur_4B_L_5,
     4445way[is_prop_set(a4blg5, "Abbiegespur_4B_LG_5")]::Abbiegespur_4B_LG_5,
     4446way[is_prop_set(a4brg5, "Abbiegespur_4B_RG_5")]::Abbiegespur_4B_RG_5,
     4447way[is_prop_set(a4brl5, "Abbiegespur_4B_RL_5")]::Abbiegespur_4B_RL_5,
     4448way[is_prop_set(a5g5,  "Abbiegespur_5_G_5")]::Abbiegespur_5_G_5,
     4449way[is_prop_set(a5l5,  "Abbiegespur_5_L_5")]::Abbiegespur_5_L_5,
     4450way[is_prop_set(a5r5,  "Abbiegespur_5_R_5")]::Abbiegespur_5_R_5,
     4451way[is_prop_set(a5gr5, "Abbiegespur_5_GR_5")]::Abbiegespur_5_GR_5,
     4452way[is_prop_set(a5gl5, "Abbiegespur_5_GL_5")]::Abbiegespur_5_GL_5,
     4453way[is_prop_set(a5rl5, "Abbiegespur_5_RL_5")]::Abbiegespur_5_RL_5,
     4454way[is_prop_set(a5bg5,  "Abbiegespur_5B_G_5")]::Abbiegespur_5B_G_5,
     4455way[is_prop_set(a5br5,  "Abbiegespur_5B_R_5")]::Abbiegespur_5B_R_5,
     4456way[is_prop_set(a5bl5,  "Abbiegespur_5B_L_5")]::Abbiegespur_5B_L_5,
     4457way[is_prop_set(a5blg5, "Abbiegespur_5B_LG_5")]::Abbiegespur_5B_LG_5,
     4458way[is_prop_set(a5brg5, "Abbiegespur_5B_RG_5")]::Abbiegespur_5B_RG_5,
     4459way[is_prop_set(a5brl5, "Abbiegespur_5B_RL_5")]::Abbiegespur_5B_RL_5,
     4460way[is_prop_set(a6g5,  "Abbiegespur_6_G_5")]::Abbiegespur_6_G_5,
     4461way[is_prop_set(a6l5,  "Abbiegespur_6_L_5")]::Abbiegespur_6_L_5,
     4462way[is_prop_set(a6r5,  "Abbiegespur_6_R_5")]::Abbiegespur_6_R_5,
     4463way[is_prop_set(a6gr5, "Abbiegespur_6_GR_5")]::Abbiegespur_6_GR_5,
     4464way[is_prop_set(a6gl5, "Abbiegespur_6_GL_5")]::Abbiegespur_6_GL_5,
     4465way[is_prop_set(a6rl5, "Abbiegespur_6_RL_5")]::Abbiegespur_6_RL_5,
     4466way[is_prop_set(a6bg5,  "Abbiegespur_6B_G_5")]::Abbiegespur_6B_G_5,
     4467way[is_prop_set(a6br5,  "Abbiegespur_6B_R_5")]::Abbiegespur_6B_R_5,
     4468way[is_prop_set(a6bl5,  "Abbiegespur_6B_L_5")]::Abbiegespur_6B_L_5,
     4469way[is_prop_set(a6blg5, "Abbiegespur_6B_LG_5")]::Abbiegespur_6B_LG_5,
     4470way[is_prop_set(a6brg5, "Abbiegespur_6B_RG_5")]::Abbiegespur_6B_RG_5,
     4471way[is_prop_set(a6brl5, "Abbiegespur_6B_RL_5")]::Abbiegespur_6B_RL_5,
     4472way[is_prop_set(a7g5,  "Abbiegespur_7_G_5")]::Abbiegespur_7_G_5,
     4473way[is_prop_set(a7l5,  "Abbiegespur_7_L_5")]::Abbiegespur_7_L_5,
     4474way[is_prop_set(a7r5,  "Abbiegespur_7_R_5")]::Abbiegespur_7_R_5,
     4475way[is_prop_set(a7gr5, "Abbiegespur_7_GR_5")]::Abbiegespur_7_GR_5,
     4476way[is_prop_set(a7gl5, "Abbiegespur_7_GL_5")]::Abbiegespur_7_GL_5,
     4477way[is_prop_set(a7rl5, "Abbiegespur_7_RL_5")]::Abbiegespur_7_RL_5,
     4478way[is_prop_set(a7bg5,  "Abbiegespur_7B_G_5")]::Abbiegespur_7B_G_5,
     4479way[is_prop_set(a7br5,  "Abbiegespur_7B_R_5")]::Abbiegespur_7B_R_5,
     4480way[is_prop_set(a7bl5,  "Abbiegespur_7B_L_5")]::Abbiegespur_7B_L_5,
     4481way[is_prop_set(a7blg5, "Abbiegespur_7B_LG_5")]::Abbiegespur_7B_LG_5,
     4482way[is_prop_set(a7brg5, "Abbiegespur_7B_RG_5")]::Abbiegespur_7B_RG_5,
     4483way[is_prop_set(a7brl5, "Abbiegespur_7B_RL_5")]::Abbiegespur_7B_RL_5,
     4484way[is_prop_set(a8g5,  "Abbiegespur_8_G_5")]::Abbiegespur_8_G_5,
     4485way[is_prop_set(a8l5,  "Abbiegespur_8_L_5")]::Abbiegespur_8_L_5,
     4486way[is_prop_set(a8r5,  "Abbiegespur_8_R_5")]::Abbiegespur_8_R_5,
     4487way[is_prop_set(a8gr5, "Abbiegespur_8_GR_5")]::Abbiegespur_8_GR_5,
     4488way[is_prop_set(a8gl5, "Abbiegespur_8_GL_5")]::Abbiegespur_8_GL_5,
     4489way[is_prop_set(a8rl5, "Abbiegespur_8_RL_5")]::Abbiegespur_8_RL_5,
     4490way[is_prop_set(a8bg5,  "Abbiegespur_8B_G_5")]::Abbiegespur_8B_G_5,
     4491way[is_prop_set(a8br5,  "Abbiegespur_8B_R_5")]::Abbiegespur_8B_R_5,
     4492way[is_prop_set(a8bl5,  "Abbiegespur_8B_L_5")]::Abbiegespur_8B_L_5,
     4493way[is_prop_set(a8blg5, "Abbiegespur_8B_LG_5")]::Abbiegespur_8B_LG_5,
     4494way[is_prop_set(a8brg5, "Abbiegespur_8B_RG_5")]::Abbiegespur_8B_RG_5,
     4495way[is_prop_set(a8brl5, "Abbiegespur_8B_RL_5")]::Abbiegespur_8B_RL_5
     4496{
     4497    offset: eval((prop(fw_spur_1)) -11);
     4498}
     4499
     4500/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4501/*                                                                                                                                                 */
     4502/* Konstanten für Linie 6                                                                                                                          */
     4503/*                                                                                                                                                 */
     4504/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4505way[is_prop_set(a1g6, "Abbiegespur_1_G_6")]::Abbiegespur_1_G_6,
     4506way[is_prop_set(a1r6, "Abbiegespur_1_R_6")]::Abbiegespur_1_R_6,
     4507way[is_prop_set(a1l6, "Abbiegespur_1_L_6")]::Abbiegespur_1_L_6,
     4508way[is_prop_set(a1lg6, "Abbiegespur_1_LG_6")]::Abbiegespur_1_LG_6,
     4509way[is_prop_set(a1rg6, "Abbiegespur_1_RG_6")]::Abbiegespur_1_RG_6,
     4510way[is_prop_set(a1rl6, "Abbiegespur_1_RL_6")]::Abbiegespur_1_RL_6,
     4511way[is_prop_set(a1bg6,  "Abbiegespur_1B_G_6")]::Abbiegespur_1B_G_6,
     4512way[is_prop_set(a1br6,  "Abbiegespur_1B_R_6")]::Abbiegespur_1B_R_6,
     4513way[is_prop_set(a1bl6,  "Abbiegespur_1B_L_6")]::Abbiegespur_1B_L_6,
     4514way[is_prop_set(a1blg6, "Abbiegespur_1B_LG_6")]::Abbiegespur_1B_LG_6,
     4515way[is_prop_set(a1brg6, "Abbiegespur_1B_RG_6")]::Abbiegespur_1B_RG_6,
     4516way[is_prop_set(a1brl6, "Abbiegespur_1B_RL_6")]::Abbiegespur_1B_RL_6,
     4517way[is_prop_set(a2g6,  "Abbiegespur_2_G_6")]::Abbiegespur_2_G_6,
     4518way[is_prop_set(a2l6,  "Abbiegespur_2_L_6")]::Abbiegespur_2_L_6,
     4519way[is_prop_set(a2r6,  "Abbiegespur_2_R_6")]::Abbiegespur_2_R_6,
     4520way[is_prop_set(a2gr6, "Abbiegespur_2_GR_6")]::Abbiegespur_2_GR_6,
     4521way[is_prop_set(a2gl6, "Abbiegespur_2_GL_6")]::Abbiegespur_2_GL_6,
     4522way[is_prop_set(a2rl6, "Abbiegespur_2_RL_6")]::Abbiegespur_2_RL_6,
     4523way[is_prop_set(a2bg6,  "Abbiegespur_2B_G_6")]::Abbiegespur_2B_G_6,
     4524way[is_prop_set(a2br6,  "Abbiegespur_2B_R_6")]::Abbiegespur_2B_R_6,
     4525way[is_prop_set(a2bl6,  "Abbiegespur_2B_L_6")]::Abbiegespur_2B_L_6,
     4526way[is_prop_set(a2blg6, "Abbiegespur_2B_LG_6")]::Abbiegespur_2B_LG_6,
     4527way[is_prop_set(a2brg6, "Abbiegespur_2B_RG_6")]::Abbiegespur_2B_RG_6,
     4528way[is_prop_set(a2brl6, "Abbiegespur_2B_RL_6")]::Abbiegespur_2B_RL_6,
     4529way[is_prop_set(a3g6,  "Abbiegespur_3_G_6")]::Abbiegespur_3_G_6,
     4530way[is_prop_set(a3l6,  "Abbiegespur_3_L_6")]::Abbiegespur_3_L_6,
     4531way[is_prop_set(a3r6,  "Abbiegespur_3_R_6")]::Abbiegespur_3_R_6,
     4532way[is_prop_set(a3gr6, "Abbiegespur_3_GR_6")]::Abbiegespur_3_GR_6,
     4533way[is_prop_set(a3gl6, "Abbiegespur_3_GL_6")]::Abbiegespur_3_GL_6,
     4534way[is_prop_set(a3rl6, "Abbiegespur_3_RL_6")]::Abbiegespur_3_RL_6,
     4535way[is_prop_set(a3bg6,  "Abbiegespur_3B_G_6")]::Abbiegespur_3B_G_6,
     4536way[is_prop_set(a3br6,  "Abbiegespur_3B_R_6")]::Abbiegespur_3B_R_6,
     4537way[is_prop_set(a3bl6,  "Abbiegespur_3B_L_6")]::Abbiegespur_3B_L_6,
     4538way[is_prop_set(a3blg6, "Abbiegespur_3B_LG_6")]::Abbiegespur_3B_LG_6,
     4539way[is_prop_set(a3brg6, "Abbiegespur_3B_RG_6")]::Abbiegespur_3B_RG_6,
     4540way[is_prop_set(a3brl6, "Abbiegespur_3B_RL_6")]::Abbiegespur_3B_RL_6,
     4541way[is_prop_set(a4g6,  "Abbiegespur_4_G_6")]::Abbiegespur_4_G_6,
     4542way[is_prop_set(a4l6,  "Abbiegespur_4_L_6")]::Abbiegespur_4_L_6,
     4543way[is_prop_set(a4r6,  "Abbiegespur_4_R_6")]::Abbiegespur_4_R_6,
     4544way[is_prop_set(a4gr6, "Abbiegespur_4_GR_6")]::Abbiegespur_4_GR_6,
     4545way[is_prop_set(a4gl6, "Abbiegespur_4_GL_6")]::Abbiegespur_4_GL_6,
     4546way[is_prop_set(a4rl6, "Abbiegespur_4_RL_6")]::Abbiegespur_4_RL_6,
     4547way[is_prop_set(a4bg6,  "Abbiegespur_4B_G_6")]::Abbiegespur_4B_G_6,
     4548way[is_prop_set(a4br6,  "Abbiegespur_4B_R_6")]::Abbiegespur_4B_R_6,
     4549way[is_prop_set(a4bl6,  "Abbiegespur_4B_L_6")]::Abbiegespur_4B_L_6,
     4550way[is_prop_set(a4blg6, "Abbiegespur_4B_LG_6")]::Abbiegespur_4B_LG_6,
     4551way[is_prop_set(a4brg6, "Abbiegespur_4B_RG_6")]::Abbiegespur_4B_RG_6,
     4552way[is_prop_set(a4brl6, "Abbiegespur_4B_RL_6")]::Abbiegespur_4B_RL_6,
     4553way[is_prop_set(a5g6,  "Abbiegespur_5_G_6")]::Abbiegespur_5_G_6,
     4554way[is_prop_set(a5l6,  "Abbiegespur_5_L_6")]::Abbiegespur_5_L_6,
     4555way[is_prop_set(a5r6,  "Abbiegespur_5_R_6")]::Abbiegespur_5_R_6,
     4556way[is_prop_set(a5gr6, "Abbiegespur_5_GR_6")]::Abbiegespur_5_GR_6,
     4557way[is_prop_set(a5gl6, "Abbiegespur_5_GL_6")]::Abbiegespur_5_GL_6,
     4558way[is_prop_set(a5rl6, "Abbiegespur_5_RL_6")]::Abbiegespur_5_RL_6,
     4559way[is_prop_set(a5bg6,  "Abbiegespur_5B_G_6")]::Abbiegespur_5B_G_6,
     4560way[is_prop_set(a5br6,  "Abbiegespur_5B_R_6")]::Abbiegespur_5B_R_6,
     4561way[is_prop_set(a5bl6,  "Abbiegespur_5B_L_6")]::Abbiegespur_5B_L_6,
     4562way[is_prop_set(a5blg6, "Abbiegespur_5B_LG_6")]::Abbiegespur_5B_LG_6,
     4563way[is_prop_set(a5brg6, "Abbiegespur_5B_RG_6")]::Abbiegespur_5B_RG_6,
     4564way[is_prop_set(a5brl6, "Abbiegespur_5B_RL_6")]::Abbiegespur_5B_RL_6,
     4565way[is_prop_set(a6g6,  "Abbiegespur_6_G_6")]::Abbiegespur_6_G_6,
     4566way[is_prop_set(a6l6,  "Abbiegespur_6_L_6")]::Abbiegespur_6_L_6,
     4567way[is_prop_set(a6r6,  "Abbiegespur_6_R_6")]::Abbiegespur_6_R_6,
     4568way[is_prop_set(a6gr6, "Abbiegespur_6_GR_6")]::Abbiegespur_6_GR_6,
     4569way[is_prop_set(a6gl6, "Abbiegespur_6_GL_6")]::Abbiegespur_6_GL_6,
     4570way[is_prop_set(a6rl6, "Abbiegespur_6_RL_6")]::Abbiegespur_6_RL_6,
     4571way[is_prop_set(a6bg6,  "Abbiegespur_6B_G_6")]::Abbiegespur_6B_G_6,
     4572way[is_prop_set(a6br6,  "Abbiegespur_6B_R_6")]::Abbiegespur_6B_R_6,
     4573way[is_prop_set(a6bl6,  "Abbiegespur_6B_L_6")]::Abbiegespur_6B_L_6,
     4574way[is_prop_set(a6blg6, "Abbiegespur_6B_LG_6")]::Abbiegespur_6B_LG_6,
     4575way[is_prop_set(a6brg6, "Abbiegespur_6B_RG_6")]::Abbiegespur_6B_RG_6,
     4576way[is_prop_set(a6brl6, "Abbiegespur_6B_RL_6")]::Abbiegespur_6B_RL_6,
     4577way[is_prop_set(a7g6,  "Abbiegespur_7_G_6")]::Abbiegespur_7_G_6,
     4578way[is_prop_set(a7l6,  "Abbiegespur_7_L_6")]::Abbiegespur_7_L_6,
     4579way[is_prop_set(a7r6,  "Abbiegespur_7_R_6")]::Abbiegespur_7_R_6,
     4580way[is_prop_set(a7gr6, "Abbiegespur_7_GR_6")]::Abbiegespur_7_GR_6,
     4581way[is_prop_set(a7gl6, "Abbiegespur_7_GL_6")]::Abbiegespur_7_GL_6,
     4582way[is_prop_set(a7rl6, "Abbiegespur_7_RL_6")]::Abbiegespur_7_RL_6,
     4583way[is_prop_set(a7bg6,  "Abbiegespur_7B_G_6")]::Abbiegespur_7B_G_6,
     4584way[is_prop_set(a7br6,  "Abbiegespur_7B_R_6")]::Abbiegespur_7B_R_6,
     4585way[is_prop_set(a7bl6,  "Abbiegespur_7B_L_6")]::Abbiegespur_7B_L_6,
     4586way[is_prop_set(a7blg6, "Abbiegespur_7B_LG_6")]::Abbiegespur_7B_LG_6,
     4587way[is_prop_set(a7brg6, "Abbiegespur_7B_RG_6")]::Abbiegespur_7B_RG_6,
     4588way[is_prop_set(a7brl6, "Abbiegespur_7B_RL_6")]::Abbiegespur_7B_RL_6,
     4589way[is_prop_set(a8g6,  "Abbiegespur_8_G_6")]::Abbiegespur_8_G_6,
     4590way[is_prop_set(a8l6,  "Abbiegespur_8_L_6")]::Abbiegespur_8_L_6,
     4591way[is_prop_set(a8r6,  "Abbiegespur_8_R_6")]::Abbiegespur_8_R_6,
     4592way[is_prop_set(a8gr6, "Abbiegespur_8_GR_6")]::Abbiegespur_8_GR_6,
     4593way[is_prop_set(a8gl6, "Abbiegespur_8_GL_6")]::Abbiegespur_8_GL_6,
     4594way[is_prop_set(a8rl6, "Abbiegespur_8_RL_6")]::Abbiegespur_8_RL_6,
     4595way[is_prop_set(a8bg6,  "Abbiegespur_8B_G_6")]::Abbiegespur_8B_G_6,
     4596way[is_prop_set(a8br6,  "Abbiegespur_8B_R_6")]::Abbiegespur_8B_R_6,
     4597way[is_prop_set(a8bl6,  "Abbiegespur_8B_L_6")]::Abbiegespur_8B_L_6,
     4598way[is_prop_set(a8blg6, "Abbiegespur_8B_LG_6")]::Abbiegespur_8B_LG_6,
     4599way[is_prop_set(a8brg6, "Abbiegespur_8B_RG_6")]::Abbiegespur_8B_RG_6,
     4600way[is_prop_set(a8brl6, "Abbiegespur_8B_RL_6")]::Abbiegespur_8B_RL_6
     4601{
     4602    offset: eval((prop(fw_spur_1)) -13);
     4603}
     4604
     4605/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4606/*                                                                                                                                                 */
     4607/* Konstanten für Linie 7                                                                                                                          */
     4608/*                                                                                                                                                 */
     4609/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4610way[is_prop_set(a1g7, "Abbiegespur_1_G_7")]::Abbiegespur_1_G_7,
     4611way[is_prop_set(a1r7, "Abbiegespur_1_R_7")]::Abbiegespur_1_R_7,
     4612way[is_prop_set(a1l7, "Abbiegespur_1_L_7")]::Abbiegespur_1_L_7,
     4613way[is_prop_set(a1lg7, "Abbiegespur_1_LG_7")]::Abbiegespur_1_LG_7,
     4614way[is_prop_set(a1rg7, "Abbiegespur_1_RG_7")]::Abbiegespur_1_RG_7,
     4615way[is_prop_set(a1rl7, "Abbiegespur_1_RL_7")]::Abbiegespur_1_RL_7,
     4616way[is_prop_set(a1bg7,  "Abbiegespur_1B_G_7")]::Abbiegespur_1B_G_7,
     4617way[is_prop_set(a1br7,  "Abbiegespur_1B_R_7")]::Abbiegespur_1B_R_7,
     4618way[is_prop_set(a1bl7,  "Abbiegespur_1B_L_7")]::Abbiegespur_1B_L_7,
     4619way[is_prop_set(a1blg7, "Abbiegespur_1B_LG_7")]::Abbiegespur_1B_LG_7,
     4620way[is_prop_set(a1brg7, "Abbiegespur_1B_RG_7")]::Abbiegespur_1B_RG_7,
     4621way[is_prop_set(a1brl7, "Abbiegespur_1B_RL_7")]::Abbiegespur_1B_RL_7,
     4622way[is_prop_set(a2g7,  "Abbiegespur_2_G_7")]::Abbiegespur_2_G_7,
     4623way[is_prop_set(a2l7,  "Abbiegespur_2_L_7")]::Abbiegespur_2_L_7,
     4624way[is_prop_set(a2r7,  "Abbiegespur_2_R_7")]::Abbiegespur_2_R_7,
     4625way[is_prop_set(a2gr7, "Abbiegespur_2_GR_7")]::Abbiegespur_2_GR_7,
     4626way[is_prop_set(a2gl7, "Abbiegespur_2_GL_7")]::Abbiegespur_2_GL_7,
     4627way[is_prop_set(a2rl7, "Abbiegespur_2_RL_7")]::Abbiegespur_2_RL_7,
     4628way[is_prop_set(a2bg7,  "Abbiegespur_2B_G_7")]::Abbiegespur_2B_G_7,
     4629way[is_prop_set(a2br7,  "Abbiegespur_2B_R_7")]::Abbiegespur_2B_R_7,
     4630way[is_prop_set(a2bl7,  "Abbiegespur_2B_L_7")]::Abbiegespur_2B_L_7,
     4631way[is_prop_set(a2blg7, "Abbiegespur_2B_LG_7")]::Abbiegespur_2B_LG_7,
     4632way[is_prop_set(a2brg7, "Abbiegespur_2B_RG_7")]::Abbiegespur_2B_RG_7,
     4633way[is_prop_set(a2brl7, "Abbiegespur_2B_RL_7")]::Abbiegespur_2B_RL_7,
     4634way[is_prop_set(a3g7,  "Abbiegespur_3_G_7")]::Abbiegespur_3_G_7,
     4635way[is_prop_set(a3l7,  "Abbiegespur_3_L_7")]::Abbiegespur_3_L_7,
     4636way[is_prop_set(a3r7,  "Abbiegespur_3_R_7")]::Abbiegespur_3_R_7,
     4637way[is_prop_set(a3gr7, "Abbiegespur_3_GR_7")]::Abbiegespur_3_GR_7,
     4638way[is_prop_set(a3gl7, "Abbiegespur_3_GL_7")]::Abbiegespur_3_GL_7,
     4639way[is_prop_set(a3rl7, "Abbiegespur_3_RL_7")]::Abbiegespur_3_RL_7,
     4640way[is_prop_set(a3bg7,  "Abbiegespur_3B_G_7")]::Abbiegespur_3B_G_7,
     4641way[is_prop_set(a3br7,  "Abbiegespur_3B_R_7")]::Abbiegespur_3B_R_7,
     4642way[is_prop_set(a3bl7,  "Abbiegespur_3B_L_7")]::Abbiegespur_3B_L_7,
     4643way[is_prop_set(a3blg7, "Abbiegespur_3B_LG_7")]::Abbiegespur_3B_LG_7,
     4644way[is_prop_set(a3brg7, "Abbiegespur_3B_RG_7")]::Abbiegespur_3B_RG_7,
     4645way[is_prop_set(a3brl7, "Abbiegespur_3B_RL_7")]::Abbiegespur_3B_RL_7,
     4646way[is_prop_set(a4g7,  "Abbiegespur_4_G_7")]::Abbiegespur_4_G_7,
     4647way[is_prop_set(a4l7,  "Abbiegespur_4_L_7")]::Abbiegespur_4_L_7,
     4648way[is_prop_set(a4r7,  "Abbiegespur_4_R_7")]::Abbiegespur_4_R_7,
     4649way[is_prop_set(a4gr7, "Abbiegespur_4_GR_7")]::Abbiegespur_4_GR_7,
     4650way[is_prop_set(a4gl7, "Abbiegespur_4_GL_7")]::Abbiegespur_4_GL_7,
     4651way[is_prop_set(a4rl7, "Abbiegespur_4_RL_7")]::Abbiegespur_4_RL_7,
     4652way[is_prop_set(a4bg7,  "Abbiegespur_4B_G_7")]::Abbiegespur_4B_G_7,
     4653way[is_prop_set(a4br7,  "Abbiegespur_4B_R_7")]::Abbiegespur_4B_R_7,
     4654way[is_prop_set(a4bl7,  "Abbiegespur_4B_L_7")]::Abbiegespur_4B_L_7,
     4655way[is_prop_set(a4blg7, "Abbiegespur_4B_LG_7")]::Abbiegespur_4B_LG_7,
     4656way[is_prop_set(a4brg7, "Abbiegespur_4B_RG_7")]::Abbiegespur_4B_RG_7,
     4657way[is_prop_set(a4brl7, "Abbiegespur_4B_RL_7")]::Abbiegespur_4B_RL_7,
     4658way[is_prop_set(a5g7,  "Abbiegespur_5_G_7")]::Abbiegespur_5_G_7,
     4659way[is_prop_set(a5l7,  "Abbiegespur_5_L_7")]::Abbiegespur_5_L_7,
     4660way[is_prop_set(a5r7,  "Abbiegespur_5_R_7")]::Abbiegespur_5_R_7,
     4661way[is_prop_set(a5gr7, "Abbiegespur_5_GR_7")]::Abbiegespur_5_GR_7,
     4662way[is_prop_set(a5gl7, "Abbiegespur_5_GL_7")]::Abbiegespur_5_GL_7,
     4663way[is_prop_set(a5rl7, "Abbiegespur_5_RL_7")]::Abbiegespur_5_RL_7,
     4664way[is_prop_set(a5bg7,  "Abbiegespur_5B_G_7")]::Abbiegespur_5B_G_7,
     4665way[is_prop_set(a5br7,  "Abbiegespur_5B_R_7")]::Abbiegespur_5B_R_7,
     4666way[is_prop_set(a5bl7,  "Abbiegespur_5B_L_7")]::Abbiegespur_5B_L_7,
     4667way[is_prop_set(a5blg7, "Abbiegespur_5B_LG_7")]::Abbiegespur_5B_LG_7,
     4668way[is_prop_set(a5brg7, "Abbiegespur_5B_RG_7")]::Abbiegespur_5B_RG_7,
     4669way[is_prop_set(a5brl7, "Abbiegespur_5B_RL_7")]::Abbiegespur_5B_RL_7,
     4670way[is_prop_set(a6g7,  "Abbiegespur_6_G_7")]::Abbiegespur_6_G_7,
     4671way[is_prop_set(a6l7,  "Abbiegespur_6_L_7")]::Abbiegespur_6_L_7,
     4672way[is_prop_set(a6r7,  "Abbiegespur_6_R_7")]::Abbiegespur_6_R_7,
     4673way[is_prop_set(a6gr7, "Abbiegespur_6_GR_7")]::Abbiegespur_6_GR_7,
     4674way[is_prop_set(a6gl7, "Abbiegespur_6_GL_7")]::Abbiegespur_6_GL_7,
     4675way[is_prop_set(a6rl7, "Abbiegespur_6_RL_7")]::Abbiegespur_6_RL_7,
     4676way[is_prop_set(a6bg7,  "Abbiegespur_6B_G_7")]::Abbiegespur_6B_G_7,
     4677way[is_prop_set(a6br7,  "Abbiegespur_6B_R_7")]::Abbiegespur_6B_R_7,
     4678way[is_prop_set(a6bl7,  "Abbiegespur_6B_L_7")]::Abbiegespur_6B_L_7,
     4679way[is_prop_set(a6blg7, "Abbiegespur_6B_LG_7")]::Abbiegespur_6B_LG_7,
     4680way[is_prop_set(a6brg7, "Abbiegespur_6B_RG_7")]::Abbiegespur_6B_RG_7,
     4681way[is_prop_set(a6brl7, "Abbiegespur_6B_RL_7")]::Abbiegespur_6B_RL_7,
     4682way[is_prop_set(a7g7,  "Abbiegespur_7_G_7")]::Abbiegespur_7_G_7,
     4683way[is_prop_set(a7l7,  "Abbiegespur_7_L_7")]::Abbiegespur_7_L_7,
     4684way[is_prop_set(a7r7,  "Abbiegespur_7_R_7")]::Abbiegespur_7_R_7,
     4685way[is_prop_set(a7gr7, "Abbiegespur_7_GR_7")]::Abbiegespur_7_GR_7,
     4686way[is_prop_set(a7gl7, "Abbiegespur_7_GL_7")]::Abbiegespur_7_GL_7,
     4687way[is_prop_set(a7rl7, "Abbiegespur_7_RL_7")]::Abbiegespur_7_RL_7,
     4688way[is_prop_set(a7bg7,  "Abbiegespur_7B_G_7")]::Abbiegespur_7B_G_7,
     4689way[is_prop_set(a7br7,  "Abbiegespur_7B_R_7")]::Abbiegespur_7B_R_7,
     4690way[is_prop_set(a7bl7,  "Abbiegespur_7B_L_7")]::Abbiegespur_7B_L_7,
     4691way[is_prop_set(a7blg7, "Abbiegespur_7B_LG_7")]::Abbiegespur_7B_LG_7,
     4692way[is_prop_set(a7brg7, "Abbiegespur_7B_RG_7")]::Abbiegespur_7B_RG_7,
     4693way[is_prop_set(a7brl7, "Abbiegespur_7B_RL_7")]::Abbiegespur_7B_RL_7,
     4694way[is_prop_set(a8g7,  "Abbiegespur_8_G_7")]::Abbiegespur_8_G_7,
     4695way[is_prop_set(a8l7,  "Abbiegespur_8_L_7")]::Abbiegespur_8_L_7,
     4696way[is_prop_set(a8r7,  "Abbiegespur_8_R_7")]::Abbiegespur_8_R_7,
     4697way[is_prop_set(a8gr7, "Abbiegespur_8_GR_7")]::Abbiegespur_8_GR_7,
     4698way[is_prop_set(a8gl7, "Abbiegespur_8_GL_7")]::Abbiegespur_8_GL_7,
     4699way[is_prop_set(a8rl7, "Abbiegespur_8_RL_7")]::Abbiegespur_8_RL_7,
     4700way[is_prop_set(a8bg7,  "Abbiegespur_8B_G_7")]::Abbiegespur_8B_G_7,
     4701way[is_prop_set(a8br7,  "Abbiegespur_8B_R_7")]::Abbiegespur_8B_R_7,
     4702way[is_prop_set(a8bl7,  "Abbiegespur_8B_L_7")]::Abbiegespur_8B_L_7,
     4703way[is_prop_set(a8blg7, "Abbiegespur_8B_LG_7")]::Abbiegespur_8B_LG_7,
     4704way[is_prop_set(a8brg7, "Abbiegespur_8B_RG_7")]::Abbiegespur_8B_RG_7,
     4705way[is_prop_set(a8brl7, "Abbiegespur_8B_RL_7")]::Abbiegespur_8B_RL_7
     4706{
     4707    width: 2;
     4708    offset: eval((prop(fw_spur_1)) -15);
     4709}
     4710
     4711/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4712/*                                                                                                                                                 */
     4713/* Fahrspurpfeil Geradeaus vorwärts                                                                                                                */
     4714/* Arrow straight                                                                                                                                  */
     4715/*                                                                                                                                                 */
     4716/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4717way[is_prop_set(a1g1, "Abbiegespur_1_G_1")]::Abbiegespur_1_G_1,
     4718way[is_prop_set(a2g1, "Abbiegespur_2_G_1")]::Abbiegespur_2_G_1,
     4719way[is_prop_set(a3g1, "Abbiegespur_3_G_1")]::Abbiegespur_3_G_1,
     4720way[is_prop_set(a4g1, "Abbiegespur_4_G_1")]::Abbiegespur_4_G_1,
     4721way[is_prop_set(a5g1, "Abbiegespur_5_G_1")]::Abbiegespur_5_G_1,
     4722way[is_prop_set(a6g1, "Abbiegespur_6_G_1")]::Abbiegespur_6_G_1,
     4723way[is_prop_set(a7g1, "Abbiegespur_7_G_1")]::Abbiegespur_7_G_1,
     4724way[is_prop_set(a8g1, "Abbiegespur_8_G_1")]::Abbiegespur_8_G_1
     4725                                                                        { dashes: 0, 38, 3, 59; }
     4726way[is_prop_set(a1g2, "Abbiegespur_1_G_2")]::Abbiegespur_1_G_2,
     4727way[is_prop_set(a2g2, "Abbiegespur_2_G_2")]::Abbiegespur_2_G_2,
     4728way[is_prop_set(a3g2, "Abbiegespur_3_G_2")]::Abbiegespur_3_G_2,
     4729way[is_prop_set(a4g2, "Abbiegespur_4_G_2")]::Abbiegespur_4_G_2,
     4730way[is_prop_set(a5g2, "Abbiegespur_5_G_2")]::Abbiegespur_5_G_2,
     4731way[is_prop_set(a6g2, "Abbiegespur_6_G_2")]::Abbiegespur_6_G_2,
     4732way[is_prop_set(a7g2, "Abbiegespur_7_G_2")]::Abbiegespur_7_G_2,
     4733way[is_prop_set(a8g2, "Abbiegespur_8_G_2")]::Abbiegespur_8_G_2
     4734                                                                        { dashes: 0, 38, 6, 56; }
     4735way[is_prop_set(a1g3, "Abbiegespur_1_G_3")]::Abbiegespur_1_G_3,
     4736way[is_prop_set(a2g3, "Abbiegespur_2_G_3")]::Abbiegespur_2_G_3,
     4737way[is_prop_set(a3g3, "Abbiegespur_3_G_3")]::Abbiegespur_3_G_3,
     4738way[is_prop_set(a4g3, "Abbiegespur_4_G_3")]::Abbiegespur_4_G_3,
     4739way[is_prop_set(a5g3, "Abbiegespur_5_G_3")]::Abbiegespur_5_G_3,
     4740way[is_prop_set(a6g3, "Abbiegespur_6_G_3")]::Abbiegespur_6_G_3,
     4741way[is_prop_set(a7g3, "Abbiegespur_7_G_3")]::Abbiegespur_7_G_3,
     4742way[is_prop_set(a8g3, "Abbiegespur_8_G_3")]::Abbiegespur_8_G_3
     4743                                                                        { dashes: 0, 38, 9, 53; }
     4744way[is_prop_set(a1g4, "Abbiegespur_1_G_4")]::Abbiegespur_1_G_4,
     4745way[is_prop_set(a2g4, "Abbiegespur_2_G_4")]::Abbiegespur_2_G_4,
     4746way[is_prop_set(a3g4, "Abbiegespur_3_G_4")]::Abbiegespur_3_G_4,
     4747way[is_prop_set(a4g4, "Abbiegespur_4_G_4")]::Abbiegespur_4_G_4,
     4748way[is_prop_set(a5g4, "Abbiegespur_5_G_4")]::Abbiegespur_5_G_4,
     4749way[is_prop_set(a6g4, "Abbiegespur_6_G_4")]::Abbiegespur_6_G_4,
     4750way[is_prop_set(a7g4, "Abbiegespur_7_G_4")]::Abbiegespur_7_G_4,
     4751way[is_prop_set(a8g4, "Abbiegespur_8_G_4")]::Abbiegespur_8_G_4
     4752                                                                        { dashes: 50, 50; }
     4753way[is_prop_set(a1g5, "Abbiegespur_1_G_5")]::Abbiegespur_1_G_5,
     4754way[is_prop_set(a2g5, "Abbiegespur_2_G_5")]::Abbiegespur_2_G_5,
     4755way[is_prop_set(a3g5, "Abbiegespur_3_G_5")]::Abbiegespur_3_G_5,
     4756way[is_prop_set(a4g5, "Abbiegespur_4_G_5")]::Abbiegespur_4_G_5,
     4757way[is_prop_set(a5g5, "Abbiegespur_5_G_5")]::Abbiegespur_5_G_5,
     4758way[is_prop_set(a6g5, "Abbiegespur_6_G_5")]::Abbiegespur_6_G_5,
     4759way[is_prop_set(a7g5, "Abbiegespur_7_G_5")]::Abbiegespur_7_G_5,
     4760way[is_prop_set(a8g5, "Abbiegespur_8_G_5")]::Abbiegespur_8_G_5
     4761                                                                        { dashes: 0, 38, 9, 53; }
     4762way[is_prop_set(a1g6, "Abbiegespur_1_G_6")]::Abbiegespur_1_G_6,
     4763way[is_prop_set(a2g6, "Abbiegespur_2_G_6")]::Abbiegespur_2_G_6,
     4764way[is_prop_set(a3g6, "Abbiegespur_3_G_6")]::Abbiegespur_3_G_6,
     4765way[is_prop_set(a4g6, "Abbiegespur_4_G_6")]::Abbiegespur_4_G_6,
     4766way[is_prop_set(a5g6, "Abbiegespur_5_G_6")]::Abbiegespur_5_G_6,
     4767way[is_prop_set(a6g6, "Abbiegespur_6_G_6")]::Abbiegespur_6_G_6,
     4768way[is_prop_set(a7g6, "Abbiegespur_7_G_6")]::Abbiegespur_7_G_6,
     4769way[is_prop_set(a8g6, "Abbiegespur_8_G_6")]::Abbiegespur_8_G_6
     4770                                                                        { dashes: 0, 38, 6, 56; }
     4771way[is_prop_set(a1g7, "Abbiegespur_1_G_7")]::Abbiegespur_1_G_7,
     4772way[is_prop_set(a2g7, "Abbiegespur_2_G_7")]::Abbiegespur_2_G_7,
     4773way[is_prop_set(a3g7, "Abbiegespur_3_G_7")]::Abbiegespur_3_G_7,
     4774way[is_prop_set(a4g7, "Abbiegespur_4_G_7")]::Abbiegespur_4_G_7,
     4775way[is_prop_set(a5g7, "Abbiegespur_5_G_7")]::Abbiegespur_5_G_7,
     4776way[is_prop_set(a6g7, "Abbiegespur_6_G_7")]::Abbiegespur_6_G_7,
     4777way[is_prop_set(a7g7, "Abbiegespur_7_G_7")]::Abbiegespur_7_G_7,
     4778way[is_prop_set(a8g8, "Abbiegespur_8_G_8")]::Abbiegespur_8_G_8
     4779                                                                        { dashes: 0, 38, 3, 59; }
     4780
     4781/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4782/*                                                                                                                                                 */
     4783/* Fahrspurpfeil Geradeaus rückwärts                                                                                                               */
     4784/*                                                                                                                                                 */
     4785/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4786way[is_prop_set(a1bg1,  "Abbiegespur_1B_G_1")]::Abbiegespur_1B_G_1,
     4787way[is_prop_set(a2bg1,  "Abbiegespur_2B_G_1")]::Abbiegespur_2B_G_1,
     4788way[is_prop_set(a3bg1,  "Abbiegespur_3B_G_1")]::Abbiegespur_3B_G_1,
     4789way[is_prop_set(a4bg1,  "Abbiegespur_4B_G_1")]::Abbiegespur_4B_G_1,
     4790way[is_prop_set(a5bg1,  "Abbiegespur_5B_G_1")]::Abbiegespur_5B_G_1,
     4791way[is_prop_set(a6bg1,  "Abbiegespur_6B_G_1")]::Abbiegespur_6B_G_1,
     4792way[is_prop_set(a7bg1,  "Abbiegespur_7B_G_1")]::Abbiegespur_7B_G_1,
     4793way[is_prop_set(a8bg1,  "Abbiegespur_8B_G_1")]::Abbiegespur_8B_G_1
     4794                                                                        { dashes: 0, 9, 3, 88; }
     4795way[is_prop_set(a1bg2,  "Abbiegespur_1B_G_2")]::Abbiegespur_1B_G_2,
     4796way[is_prop_set(a2bg2,  "Abbiegespur_2B_G_2")]::Abbiegespur_2B_G_2,
     4797way[is_prop_set(a3bg2,  "Abbiegespur_3B_G_2")]::Abbiegespur_3B_G_2,
     4798way[is_prop_set(a4bg2,  "Abbiegespur_4B_G_2")]::Abbiegespur_4B_G_2,
     4799way[is_prop_set(a5bg2,  "Abbiegespur_5B_G_2")]::Abbiegespur_5B_G_2,
     4800way[is_prop_set(a6bg2,  "Abbiegespur_6B_G_2")]::Abbiegespur_6B_G_2,
     4801way[is_prop_set(a7bg2,  "Abbiegespur_7B_G_2")]::Abbiegespur_7B_G_2,
     4802way[is_prop_set(a8bg2,  "Abbiegespur_8B_G_2")]::Abbiegespur_8B_G_2
     4803                                                                        { dashes: 0, 6, 6, 88; }
     4804way[is_prop_set(a1bg3,  "Abbiegespur_1B_G_3")]::Abbiegespur_1B_G_3,
     4805way[is_prop_set(a2bg3,  "Abbiegespur_2B_G_3")]::Abbiegespur_2B_G_3,
     4806way[is_prop_set(a3bg3,  "Abbiegespur_3B_G_3")]::Abbiegespur_3B_G_3,
     4807way[is_prop_set(a4bg3,  "Abbiegespur_4B_G_3")]::Abbiegespur_4B_G_3,
     4808way[is_prop_set(a5bg3,  "Abbiegespur_5B_G_3")]::Abbiegespur_5B_G_3,
     4809way[is_prop_set(a6bg3,  "Abbiegespur_6B_G_3")]::Abbiegespur_6B_G_3,
     4810way[is_prop_set(a7bg3,  "Abbiegespur_7B_G_3")]::Abbiegespur_7B_G_3,
     4811way[is_prop_set(a8bg3,  "Abbiegespur_8B_G_3")]::Abbiegespur_8B_G_3
     4812                                                                        { dashes: 0, 3, 9, 88; }
     4813way[is_prop_set(a1bg4,  "Abbiegespur_1B_G_4")]::Abbiegespur_1B_G_4,
     4814way[is_prop_set(a2bg4,  "Abbiegespur_2B_G_4")]::Abbiegespur_2B_G_4,
     4815way[is_prop_set(a3bg4,  "Abbiegespur_3B_G_4")]::Abbiegespur_3B_G_4,
     4816way[is_prop_set(a4bg4,  "Abbiegespur_4B_G_4")]::Abbiegespur_4B_G_4,
     4817way[is_prop_set(a5bg4,  "Abbiegespur_5B_G_4")]::Abbiegespur_5B_G_4,
     4818way[is_prop_set(a6bg4,  "Abbiegespur_6B_G_4")]::Abbiegespur_6B_G_4,
     4819way[is_prop_set(a7bg4,  "Abbiegespur_7B_G_4")]::Abbiegespur_7B_G_4,
     4820way[is_prop_set(a8bg4,  "Abbiegespur_8B_G_4")]::Abbiegespur_8B_G_4
     4821                                                                        { dashes: 50, 50; }
     4822way[is_prop_set(a1bg5,  "Abbiegespur_1B_G_5")]::Abbiegespur_1B_G_5,
     4823way[is_prop_set(a2bg5,  "Abbiegespur_2B_G_5")]::Abbiegespur_2B_G_5,
     4824way[is_prop_set(a3bg5,  "Abbiegespur_3B_G_5")]::Abbiegespur_3B_G_5,
     4825way[is_prop_set(a4bg5,  "Abbiegespur_4B_G_5")]::Abbiegespur_4B_G_5,
     4826way[is_prop_set(a5bg5,  "Abbiegespur_5B_G_5")]::Abbiegespur_5B_G_5,
     4827way[is_prop_set(a6bg5,  "Abbiegespur_6B_G_5")]::Abbiegespur_6B_G_5,
     4828way[is_prop_set(a7bg5,  "Abbiegespur_7B_G_5")]::Abbiegespur_7B_G_5,
     4829way[is_prop_set(a8bg5,  "Abbiegespur_8B_G_5")]::Abbiegespur_8B_G_5
     4830                                                                        { dashes: 0, 3, 9, 88; }
     4831way[is_prop_set(a1bg6,  "Abbiegespur_1B_G_6")]::Abbiegespur_1B_G_6,
     4832way[is_prop_set(a2bg6,  "Abbiegespur_2B_G_6")]::Abbiegespur_2B_G_6,
     4833way[is_prop_set(a3bg6,  "Abbiegespur_3B_G_6")]::Abbiegespur_3B_G_6,
     4834way[is_prop_set(a4bg6,  "Abbiegespur_4B_G_6")]::Abbiegespur_4B_G_6,
     4835way[is_prop_set(a5bg6,  "Abbiegespur_5B_G_6")]::Abbiegespur_5B_G_6,
     4836way[is_prop_set(a6bg6,  "Abbiegespur_6B_G_6")]::Abbiegespur_6B_G_6,
     4837way[is_prop_set(a7bg6,  "Abbiegespur_7B_G_6")]::Abbiegespur_7B_G_6,
     4838way[is_prop_set(a8bg6,  "Abbiegespur_8B_G_6")]::Abbiegespur_8B_G_6
     4839                                                                        { dashes: 0, 6, 6, 88; }
     4840way[is_prop_set(a1bg7,  "Abbiegespur_1B_G_7")]::Abbiegespur_1B_G_7,
     4841way[is_prop_set(a2bg7,  "Abbiegespur_2B_G_7")]::Abbiegespur_2B_G_7,
     4842way[is_prop_set(a3bg7,  "Abbiegespur_3B_G_7")]::Abbiegespur_3B_G_7,
     4843way[is_prop_set(a4bg7,  "Abbiegespur_4B_G_7")]::Abbiegespur_4B_G_7,
     4844way[is_prop_set(a5bg7,  "Abbiegespur_5B_G_7")]::Abbiegespur_5B_G_7,
     4845way[is_prop_set(a6bg7,  "Abbiegespur_6B_G_7")]::Abbiegespur_6B_G_7,
     4846way[is_prop_set(a7bg7,  "Abbiegespur_7B_G_7")]::Abbiegespur_7B_G_7,
     4847way[is_prop_set(a8bg7,  "Abbiegespur_8B_G_7")]::Abbiegespur_8B_G_7
     4848                                                                        { dashes: 0, 9, 3, 88; }
     4849
     4850/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4851/*                                                                                                                                                 */
     4852/* Fahrspurpfeil Rechts vorwärts                                                                                                                   */
     4853/*                                                                                                                                                 */
     4854/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4855way[is_prop_set(a1r1, "Abbiegespur_1_R_1")]::Abbiegespur_1_R_1,
     4856way[is_prop_set(a2r1, "Abbiegespur_2_R_1")]::Abbiegespur_2_R_1,
     4857way[is_prop_set(a3r1, "Abbiegespur_3_R_1")]::Abbiegespur_3_R_1,
     4858way[is_prop_set(a4r1, "Abbiegespur_4_R_1")]::Abbiegespur_4_R_1,
     4859way[is_prop_set(a5r1, "Abbiegespur_5_R_1")]::Abbiegespur_5_R_1,
     4860way[is_prop_set(a6r1, "Abbiegespur_6_R_1")]::Abbiegespur_6_R_1,
     4861way[is_prop_set(a7r1, "Abbiegespur_7_R_1")]::Abbiegespur_7_R_1,
     4862way[is_prop_set(a8r1, "Abbiegespur_8_R_1")]::Abbiegespur_8_R_1
     4863                                                                        { dashes: 35, 65; }
     4864way[is_prop_set(a1r2, "Abbiegespur_1_R_2")]::Abbiegespur_1_R_2,
     4865way[is_prop_set(a2r2, "Abbiegespur_2_R_2")]::Abbiegespur_2_R_2,
     4866way[is_prop_set(a3r2, "Abbiegespur_3_R_2")]::Abbiegespur_3_R_2,
     4867way[is_prop_set(a4r2, "Abbiegespur_4_R_2")]::Abbiegespur_4_R_2,
     4868way[is_prop_set(a5r2, "Abbiegespur_5_R_2")]::Abbiegespur_5_R_2,
     4869way[is_prop_set(a6r2, "Abbiegespur_6_R_2")]::Abbiegespur_6_R_2,
     4870way[is_prop_set(a7r2, "Abbiegespur_7_R_2")]::Abbiegespur_7_R_2,
     4871way[is_prop_set(a8r2, "Abbiegespur_8_R_2")]::Abbiegespur_8_R_2
     4872                                                                        { dashes: 0, 34, 2, 64; }
     4873way[is_prop_set(a1r3, "Abbiegespur_1_R_3")]::Abbiegespur_1_R_3,
     4874way[is_prop_set(a2r3, "Abbiegespur_2_R_3")]::Abbiegespur_2_R_3,
     4875way[is_prop_set(a3r3, "Abbiegespur_3_R_3")]::Abbiegespur_3_R_3,
     4876way[is_prop_set(a4r3, "Abbiegespur_4_R_3")]::Abbiegespur_4_R_3,
     4877way[is_prop_set(a5r3, "Abbiegespur_5_R_3")]::Abbiegespur_5_R_3,
     4878way[is_prop_set(a6r3, "Abbiegespur_6_R_3")]::Abbiegespur_6_R_3,
     4879way[is_prop_set(a7r3, "Abbiegespur_7_R_3")]::Abbiegespur_7_R_3,
     4880way[is_prop_set(a8r3, "Abbiegespur_8_R_3")]::Abbiegespur_8_R_3
     4881                                                                        { dashes: 0, 33, 2, 65; }
     4882way[is_prop_set(a1r4, "Abbiegespur_1_R_4")]::Abbiegespur_1_R_4,
     4883way[is_prop_set(a2r4, "Abbiegespur_2_R_4")]::Abbiegespur_2_R_4,
     4884way[is_prop_set(a3r4, "Abbiegespur_3_R_4")]::Abbiegespur_3_R_4,
     4885way[is_prop_set(a4r4, "Abbiegespur_4_R_4")]::Abbiegespur_4_R_4,
     4886way[is_prop_set(a5r4, "Abbiegespur_5_R_4")]::Abbiegespur_5_R_4,
     4887way[is_prop_set(a6r4, "Abbiegespur_6_R_4")]::Abbiegespur_6_R_4,
     4888way[is_prop_set(a7r4, "Abbiegespur_7_R_4")]::Abbiegespur_7_R_4,
     4889way[is_prop_set(a8r4, "Abbiegespur_8_R_4")]::Abbiegespur_8_R_4
     4890                                                                        { dashes: 0, 22, 28, 50; }
     4891way[is_prop_set(a1r5, "Abbiegespur_1_R_5")]::Abbiegespur_1_R_5,
     4892way[is_prop_set(a2r5, "Abbiegespur_2_R_5")]::Abbiegespur_2_R_5,
     4893way[is_prop_set(a3r5, "Abbiegespur_3_R_5")]::Abbiegespur_3_R_5,
     4894way[is_prop_set(a4r5, "Abbiegespur_4_R_5")]::Abbiegespur_4_R_5,
     4895way[is_prop_set(a5r5, "Abbiegespur_5_R_5")]::Abbiegespur_5_R_5,
     4896way[is_prop_set(a6r5, "Abbiegespur_6_R_5")]::Abbiegespur_6_R_5,
     4897way[is_prop_set(a7r5, "Abbiegespur_7_R_5")]::Abbiegespur_7_R_5,
     4898way[is_prop_set(a8r5, "Abbiegespur_8_R_5")]::Abbiegespur_8_R_5
     4899                                                                        { dashes: 0, 26, 20, 54; }
     4900way[is_prop_set(a1r6, "Abbiegespur_1_R_6")]::Abbiegespur_1_R_6,
     4901way[is_prop_set(a2r6, "Abbiegespur_2_R_6")]::Abbiegespur_2_R_6,
     4902way[is_prop_set(a3r6, "Abbiegespur_3_R_6")]::Abbiegespur_3_R_6,
     4903way[is_prop_set(a4r6, "Abbiegespur_4_R_6")]::Abbiegespur_4_R_6,
     4904way[is_prop_set(a5r6, "Abbiegespur_5_R_6")]::Abbiegespur_5_R_6,
     4905way[is_prop_set(a6r6, "Abbiegespur_6_R_6")]::Abbiegespur_6_R_6,
     4906way[is_prop_set(a7r6, "Abbiegespur_7_R_6")]::Abbiegespur_7_R_6,
     4907way[is_prop_set(a8r6, "Abbiegespur_8_R_6")]::Abbiegespur_8_R_6
     4908                                                                        { dashes: 0, 30, 12, 58; }
     4909way[is_prop_set(a1r7, "Abbiegespur_1_R_7")]::Abbiegespur_1_R_7,
     4910way[is_prop_set(a2r7, "Abbiegespur_2_R_7")]::Abbiegespur_2_R_7,
     4911way[is_prop_set(a3r7, "Abbiegespur_3_R_7")]::Abbiegespur_3_R_7,
     4912way[is_prop_set(a4r7, "Abbiegespur_4_R_7")]::Abbiegespur_4_R_7,
     4913way[is_prop_set(a5r7, "Abbiegespur_5_R_7")]::Abbiegespur_5_R_7,
     4914way[is_prop_set(a6r7, "Abbiegespur_6_R_7")]::Abbiegespur_6_R_7,
     4915way[is_prop_set(a7r7, "Abbiegespur_7_R_7")]::Abbiegespur_7_R_7,
     4916way[is_prop_set(a8r7, "Abbiegespur_8_R_7")]::Abbiegespur_8_R_7
     4917                                                                        { dashes: 0, 34, 4, 62; }
     4918
     4919/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4920/*                                                                                                                                                 */
     4921/* Fahrspurpfeil Rechts rückwärts                                                                                                                  */
     4922/*                                                                                                                                                 */
     4923/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4924way[is_prop_set(a1br1, "Abbiegespur_1B_R_1")]::Abbiegespur_1B_R_1,
     4925way[is_prop_set(a2br1, "Abbiegespur_2B_R_1")]::Abbiegespur_2B_R_1,
     4926way[is_prop_set(a3br1, "Abbiegespur_3B_R_1")]::Abbiegespur_3B_R_1,
     4927way[is_prop_set(a4br1, "Abbiegespur_4B_R_1")]::Abbiegespur_4B_R_1,
     4928way[is_prop_set(a5br1, "Abbiegespur_5B_R_1")]::Abbiegespur_5B_R_1,
     4929way[is_prop_set(a6br1, "Abbiegespur_6B_R_1")]::Abbiegespur_6B_R_1,
     4930way[is_prop_set(a7br1, "Abbiegespur_7B_R_1")]::Abbiegespur_7B_R_1,
     4931way[is_prop_set(a8br1, "Abbiegespur_8B_R_1")]::Abbiegespur_8B_R_1
     4932                                                                        { dashes: 0, 12, 4, 84; }
     4933way[is_prop_set(a1br2, "Abbiegespur_1B_R_2")]::Abbiegespur_1B_R_2,
     4934way[is_prop_set(a2br2, "Abbiegespur_2B_R_2")]::Abbiegespur_2B_R_2,
     4935way[is_prop_set(a3br2, "Abbiegespur_3B_R_2")]::Abbiegespur_3B_R_2,
     4936way[is_prop_set(a4br2, "Abbiegespur_4B_R_2")]::Abbiegespur_4B_R_2,
     4937way[is_prop_set(a5br2, "Abbiegespur_5B_R_2")]::Abbiegespur_5B_R_2,
     4938way[is_prop_set(a6br2, "Abbiegespur_6B_R_2")]::Abbiegespur_6B_R_2,
     4939way[is_prop_set(a7br2, "Abbiegespur_7B_R_2")]::Abbiegespur_7B_R_2,
     4940way[is_prop_set(a8br2, "Abbiegespur_8B_R_2")]::Abbiegespur_8B_R_2
     4941                                                                        { dashes: 0, 8, 12, 80; }
     4942way[is_prop_set(a1br3, "Abbiegespur_1B_R_3")]::Abbiegespur_1B_R_3,
     4943way[is_prop_set(a2br3, "Abbiegespur_2B_R_3")]::Abbiegespur_2B_R_3,
     4944way[is_prop_set(a3br3, "Abbiegespur_3B_R_3")]::Abbiegespur_3B_R_3,
     4945way[is_prop_set(a4br3, "Abbiegespur_4B_R_3")]::Abbiegespur_4B_R_3,
     4946way[is_prop_set(a5br3, "Abbiegespur_5B_R_3")]::Abbiegespur_5B_R_3,
     4947way[is_prop_set(a6br3, "Abbiegespur_6B_R_3")]::Abbiegespur_6B_R_3,
     4948way[is_prop_set(a7br3, "Abbiegespur_7B_R_3")]::Abbiegespur_7B_R_3,
     4949way[is_prop_set(a8br3, "Abbiegespur_8B_R_3")]::Abbiegespur_8B_R_3
     4950                                                                        { dashes: 0, 4, 20, 76; }
     4951way[is_prop_set(a1br4, "Abbiegespur_1B_R_4")]::Abbiegespur_1B_R_4,
     4952way[is_prop_set(a2br4, "Abbiegespur_2B_R_4")]::Abbiegespur_2B_R_4,
     4953way[is_prop_set(a3br4, "Abbiegespur_3B_R_4")]::Abbiegespur_3B_R_4,
     4954way[is_prop_set(a4br4, "Abbiegespur_4B_R_4")]::Abbiegespur_4B_R_4,
     4955way[is_prop_set(a5br4, "Abbiegespur_5B_R_4")]::Abbiegespur_5B_R_4,
     4956way[is_prop_set(a6br4, "Abbiegespur_6B_R_4")]::Abbiegespur_6B_R_4,
     4957way[is_prop_set(a7br4, "Abbiegespur_7B_R_4")]::Abbiegespur_7B_R_4,
     4958way[is_prop_set(a8br4, "Abbiegespur_8B_R_4")]::Abbiegespur_8B_R_4
     4959                                                                        { dashes: 28, 72; }
     4960way[is_prop_set(a1br5, "Abbiegespur_1B_R_5")]::Abbiegespur_1B_R_5,
     4961way[is_prop_set(a2br5, "Abbiegespur_2B_R_5")]::Abbiegespur_2B_R_5,
     4962way[is_prop_set(a3br5, "Abbiegespur_3B_R_5")]::Abbiegespur_3B_R_5,
     4963way[is_prop_set(a4br5, "Abbiegespur_4B_R_5")]::Abbiegespur_4B_R_5,
     4964way[is_prop_set(a5br5, "Abbiegespur_5B_R_5")]::Abbiegespur_5B_R_5,
     4965way[is_prop_set(a6br5, "Abbiegespur_6B_R_5")]::Abbiegespur_6B_R_5,
     4966way[is_prop_set(a7br5, "Abbiegespur_7B_R_5")]::Abbiegespur_7B_R_5,
     4967way[is_prop_set(a8br5, "Abbiegespur_8B_R_5")]::Abbiegespur_8B_R_5
     4968                                                                        { dashes: 0, 15, 2, 83; }
     4969way[is_prop_set(a1br6, "Abbiegespur_1B_R_6")]::Abbiegespur_1B_R_6,
     4970way[is_prop_set(a2br6, "Abbiegespur_2B_R_6")]::Abbiegespur_2B_R_6,
     4971way[is_prop_set(a3br6, "Abbiegespur_3B_R_6")]::Abbiegespur_3B_R_6,
     4972way[is_prop_set(a4br6, "Abbiegespur_4B_R_6")]::Abbiegespur_4B_R_6,
     4973way[is_prop_set(a5br6, "Abbiegespur_5B_R_6")]::Abbiegespur_5B_R_6,
     4974way[is_prop_set(a6br6, "Abbiegespur_6B_R_6")]::Abbiegespur_6B_R_6,
     4975way[is_prop_set(a7br6, "Abbiegespur_7B_R_6")]::Abbiegespur_7B_R_6,
     4976way[is_prop_set(a8br6, "Abbiegespur_8B_R_6")]::Abbiegespur_8B_R_6
     4977                                                                        { dashes: 0, 14, 2, 84; }
     4978way[is_prop_set(a1br7, "Abbiegespur_1B_R_7")]::Abbiegespur_1B_R_7,
     4979way[is_prop_set(a2br7, "Abbiegespur_2B_R_7")]::Abbiegespur_2B_R_7,
     4980way[is_prop_set(a3br7, "Abbiegespur_3B_R_7")]::Abbiegespur_3B_R_7,
     4981way[is_prop_set(a4br7, "Abbiegespur_4B_R_7")]::Abbiegespur_4B_R_7,
     4982way[is_prop_set(a5br7, "Abbiegespur_5B_R_7")]::Abbiegespur_5B_R_7,
     4983way[is_prop_set(a6br7, "Abbiegespur_6B_R_7")]::Abbiegespur_6B_R_7,
     4984way[is_prop_set(a7br7, "Abbiegespur_7B_R_7")]::Abbiegespur_7B_R_7,
     4985way[is_prop_set(a8br7, "Abbiegespur_8B_R_7")]::Abbiegespur_8B_R_7
     4986                                                                        { dashes: 0, 15, 35, 50; }
     4987
     4988/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4989/*                                                                                                                                                 */
     4990/* Fahrspurpfeil Links vorwärts                                                                                                                    */
     4991/*                                                                                                                                                 */
     4992/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     4993way[is_prop_set(a1l1, "Abbiegespur_1_L_1")]::Abbiegespur_1_L_1,
     4994way[is_prop_set(a2l1, "Abbiegespur_2_L_1")]::Abbiegespur_2_L_1,
     4995way[is_prop_set(a3l1, "Abbiegespur_3_L_1")]::Abbiegespur_3_L_1,
     4996way[is_prop_set(a4l1, "Abbiegespur_4_L_1")]::Abbiegespur_4_L_1,
     4997way[is_prop_set(a5l1, "Abbiegespur_5_L_1")]::Abbiegespur_5_L_1,
     4998way[is_prop_set(a6l1, "Abbiegespur_6_L_1")]::Abbiegespur_6_L_1,
     4999way[is_prop_set(a7l1, "Abbiegespur_7_L_1")]::Abbiegespur_7_L_1,
     5000way[is_prop_set(a8l1, "Abbiegespur_8_L_1")]::Abbiegespur_8_L_1
     5001                                                                        { dashes: 0, 34, 4, 62; }
     5002way[is_prop_set(a1l2, "Abbiegespur_1_L_2")]::Abbiegespur_1_L_2,
     5003way[is_prop_set(a2l2, "Abbiegespur_2_L_2")]::Abbiegespur_2_L_2,
     5004way[is_prop_set(a3l2, "Abbiegespur_3_L_2")]::Abbiegespur_3_L_2,
     5005way[is_prop_set(a4l2, "Abbiegespur_4_L_2")]::Abbiegespur_4_L_2,
     5006way[is_prop_set(a5l2, "Abbiegespur_5_L_2")]::Abbiegespur_5_L_2,
     5007way[is_prop_set(a6l2, "Abbiegespur_6_L_2")]::Abbiegespur_6_L_2,
     5008way[is_prop_set(a7l2, "Abbiegespur_7_L_2")]::Abbiegespur_7_L_2,
     5009way[is_prop_set(a8l2, "Abbiegespur_8_L_2")]::Abbiegespur_8_L_2
     5010                                                                        { dashes: 0, 30, 12, 58; }
     5011way[is_prop_set(a1l3, "Abbiegespur_1_L_3")]::Abbiegespur_1_L_3,
     5012way[is_prop_set(a2l3, "Abbiegespur_2_L_3")]::Abbiegespur_2_L_3,
     5013way[is_prop_set(a3l3, "Abbiegespur_3_L_3")]::Abbiegespur_3_L_3,
     5014way[is_prop_set(a4l3, "Abbiegespur_4_L_3")]::Abbiegespur_4_L_3,
     5015way[is_prop_set(a5l3, "Abbiegespur_5_L_3")]::Abbiegespur_5_L_3,
     5016way[is_prop_set(a6l3, "Abbiegespur_6_L_3")]::Abbiegespur_6_L_3,
     5017way[is_prop_set(a7l3, "Abbiegespur_7_L_3")]::Abbiegespur_7_L_3,
     5018way[is_prop_set(a8l3, "Abbiegespur_8_L_3")]::Abbiegespur_8_L_3
     5019                                                                        { dashes: 0, 26, 20, 54; }
     5020way[is_prop_set(a1l4, "Abbiegespur_1_L_4")]::Abbiegespur_1_L_4,
     5021way[is_prop_set(a2l4, "Abbiegespur_2_L_4")]::Abbiegespur_2_L_4,
     5022way[is_prop_set(a3l4, "Abbiegespur_3_L_4")]::Abbiegespur_3_L_4,
     5023way[is_prop_set(a4l4, "Abbiegespur_4_L_4")]::Abbiegespur_4_L_4,
     5024way[is_prop_set(a5l4, "Abbiegespur_5_L_4")]::Abbiegespur_5_L_4,
     5025way[is_prop_set(a6l4, "Abbiegespur_6_L_4")]::Abbiegespur_6_L_4,
     5026way[is_prop_set(a7l4, "Abbiegespur_7_L_4")]::Abbiegespur_7_L_4,
     5027way[is_prop_set(a8l4, "Abbiegespur_8_L_4")]::Abbiegespur_8_L_4
     5028                                                                        { dashes: 0, 22, 28, 50; }
     5029way[is_prop_set(a1l5, "Abbiegespur_1_L_5")]::Abbiegespur_1_L_5,
     5030way[is_prop_set(a2l5, "Abbiegespur_2_L_5")]::Abbiegespur_2_L_5,
     5031way[is_prop_set(a3l5, "Abbiegespur_3_L_5")]::Abbiegespur_3_L_5,
     5032way[is_prop_set(a4l5, "Abbiegespur_4_L_5")]::Abbiegespur_4_L_5,
     5033way[is_prop_set(a5l5, "Abbiegespur_5_L_5")]::Abbiegespur_5_L_5,
     5034way[is_prop_set(a6l5, "Abbiegespur_6_L_5")]::Abbiegespur_6_L_5,
     5035way[is_prop_set(a7l5, "Abbiegespur_7_L_5")]::Abbiegespur_7_L_5,
     5036way[is_prop_set(a8l5, "Abbiegespur_8_L_5")]::Abbiegespur_8_L_5
     5037                                                                        { dashes: 0, 33, 2, 65; }
     5038way[is_prop_set(a1l6, "Abbiegespur_1_L_6")]::Abbiegespur_1_L_6,
     5039way[is_prop_set(a2l6, "Abbiegespur_2_L_6")]::Abbiegespur_2_L_6,
     5040way[is_prop_set(a3l6, "Abbiegespur_3_L_6")]::Abbiegespur_3_L_6,
     5041way[is_prop_set(a4l6, "Abbiegespur_4_L_6")]::Abbiegespur_4_L_6,
     5042way[is_prop_set(a5l6, "Abbiegespur_5_L_6")]::Abbiegespur_5_L_6,
     5043way[is_prop_set(a6l6, "Abbiegespur_6_L_6")]::Abbiegespur_6_L_6,
     5044way[is_prop_set(a7l6, "Abbiegespur_7_L_6")]::Abbiegespur_7_L_6,
     5045way[is_prop_set(a8l6, "Abbiegespur_8_L_6")]::Abbiegespur_8_L_6
     5046                                                                        { dashes: 0, 34, 2, 64; }
     5047way[is_prop_set(a1l7, "Abbiegespur_1_L_7")]::Abbiegespur_1_L_7,
     5048way[is_prop_set(a2l7, "Abbiegespur_2_L_7")]::Abbiegespur_2_L_7,
     5049way[is_prop_set(a3l7, "Abbiegespur_3_L_7")]::Abbiegespur_3_L_7,
     5050way[is_prop_set(a4l7, "Abbiegespur_4_L_7")]::Abbiegespur_4_L_7,
     5051way[is_prop_set(a5l7, "Abbiegespur_5_L_7")]::Abbiegespur_5_L_7,
     5052way[is_prop_set(a6l7, "Abbiegespur_6_L_7")]::Abbiegespur_6_L_7,
     5053way[is_prop_set(a7l7, "Abbiegespur_7_L_7")]::Abbiegespur_7_L_7,
     5054way[is_prop_set(a8l7, "Abbiegespur_8_L_7")]::Abbiegespur_8_L_7
     5055                                                                        { dashes: 35, 65; }
     5056
     5057/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5058/*                                                                                                                                                 */
     5059/* Fahrspurpfeil Links rückwärts                                                                                                                   */
     5060/*                                                                                                                                                 */
     5061/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5062way[is_prop_set(a1bl1, "Abbiegespur_1B_L_1")]::Abbiegespur_1B_L_1,
     5063way[is_prop_set(a2bl1, "Abbiegespur_2B_L_1")]::Abbiegespur_2B_L_1,
     5064way[is_prop_set(a3bl1, "Abbiegespur_3B_L_1")]::Abbiegespur_3B_L_1,
     5065way[is_prop_set(a4bl1, "Abbiegespur_4B_L_1")]::Abbiegespur_4B_L_1,
     5066way[is_prop_set(a5bl1, "Abbiegespur_5B_L_1")]::Abbiegespur_5B_L_1,
     5067way[is_prop_set(a6bl1, "Abbiegespur_6B_L_1")]::Abbiegespur_6B_L_1,
     5068way[is_prop_set(a7bl1, "Abbiegespur_7B_L_1")]::Abbiegespur_7B_L_1,
     5069way[is_prop_set(a8bl1, "Abbiegespur_8B_L_1")]::Abbiegespur_8B_L_1
     5070                                                                        { dashes: 0, 15, 35, 50; }
     5071way[is_prop_set(a1bl2, "Abbiegespur_1B_L_2")]::Abbiegespur_1B_L_2,
     5072way[is_prop_set(a2bl2, "Abbiegespur_2B_L_2")]::Abbiegespur_2B_L_2,
     5073way[is_prop_set(a3bl2, "Abbiegespur_3B_L_2")]::Abbiegespur_3B_L_2,
     5074way[is_prop_set(a4bl2, "Abbiegespur_4B_L_2")]::Abbiegespur_4B_L_2,
     5075way[is_prop_set(a5bl2, "Abbiegespur_5B_L_2")]::Abbiegespur_5B_L_2,
     5076way[is_prop_set(a6bl2, "Abbiegespur_6B_L_2")]::Abbiegespur_6B_L_2,
     5077way[is_prop_set(a7bl2, "Abbiegespur_7B_L_2")]::Abbiegespur_7B_L_2,
     5078way[is_prop_set(a8bl2, "Abbiegespur_8B_L_2")]::Abbiegespur_8B_L_2
     5079                                                                        { dashes: 0, 14, 2, 84; }
     5080way[is_prop_set(a1bl3, "Abbiegespur_1B_L_3")]::Abbiegespur_1B_L_3,
     5081way[is_prop_set(a2bl3, "Abbiegespur_2B_L_3")]::Abbiegespur_2B_L_3,
     5082way[is_prop_set(a3bl3, "Abbiegespur_3B_L_3")]::Abbiegespur_3B_L_3,
     5083way[is_prop_set(a4bl3, "Abbiegespur_4B_L_3")]::Abbiegespur_4B_L_3,
     5084way[is_prop_set(a5bl3, "Abbiegespur_5B_L_3")]::Abbiegespur_5B_L_3,
     5085way[is_prop_set(a6bl3, "Abbiegespur_6B_L_3")]::Abbiegespur_6B_L_3,
     5086way[is_prop_set(a7bl3, "Abbiegespur_7B_L_3")]::Abbiegespur_7B_L_3,
     5087way[is_prop_set(a8bl3, "Abbiegespur_8B_L_3")]::Abbiegespur_8B_L_3
     5088                                                                        { dashes: 0, 15, 2, 83; }
     5089way[is_prop_set(a1bl4, "Abbiegespur_1B_L_4")]::Abbiegespur_1B_L_4,
     5090way[is_prop_set(a2bl4, "Abbiegespur_2B_L_4")]::Abbiegespur_2B_L_4,
     5091way[is_prop_set(a3bl4, "Abbiegespur_3B_L_4")]::Abbiegespur_3B_L_4,
     5092way[is_prop_set(a4bl4, "Abbiegespur_4B_L_4")]::Abbiegespur_4B_L_4,
     5093way[is_prop_set(a5bl4, "Abbiegespur_5B_L_4")]::Abbiegespur_5B_L_4,
     5094way[is_prop_set(a6bl4, "Abbiegespur_6B_L_4")]::Abbiegespur_6B_L_4,
     5095way[is_prop_set(a7bl4, "Abbiegespur_7B_L_4")]::Abbiegespur_7B_L_4,
     5096way[is_prop_set(a8bl4, "Abbiegespur_8B_L_4")]::Abbiegespur_8B_L_4
     5097                                                                        { dashes: 28, 72; }
     5098way[is_prop_set(a1bl5, "Abbiegespur_1B_L_5")]::Abbiegespur_1B_L_5,
     5099way[is_prop_set(a2bl5, "Abbiegespur_2B_L_5")]::Abbiegespur_2B_L_5,
     5100way[is_prop_set(a3bl5, "Abbiegespur_3B_L_5")]::Abbiegespur_3B_L_5,
     5101way[is_prop_set(a4bl5, "Abbiegespur_4B_L_5")]::Abbiegespur_4B_L_5,
     5102way[is_prop_set(a5bl5, "Abbiegespur_5B_L_5")]::Abbiegespur_5B_L_5,
     5103way[is_prop_set(a6bl5, "Abbiegespur_6B_L_5")]::Abbiegespur_6B_L_5,
     5104way[is_prop_set(a7bl5, "Abbiegespur_7B_L_5")]::Abbiegespur_7B_L_5,
     5105way[is_prop_set(a8bl5, "Abbiegespur_8B_L_5")]::Abbiegespur_8B_L_5
     5106                                                                        { dashes: 0, 4, 20, 76; }
     5107way[is_prop_set(a1bl6, "Abbiegespur_1B_L_6")]::Abbiegespur_1B_L_6,
     5108way[is_prop_set(a2bl6, "Abbiegespur_2B_L_6")]::Abbiegespur_2B_L_6,
     5109way[is_prop_set(a3bl6, "Abbiegespur_3B_L_6")]::Abbiegespur_3B_L_6,
     5110way[is_prop_set(a4bl6, "Abbiegespur_4B_L_6")]::Abbiegespur_4B_L_6,
     5111way[is_prop_set(a5bl6, "Abbiegespur_5B_L_6")]::Abbiegespur_5B_L_6,
     5112way[is_prop_set(a6bl6, "Abbiegespur_6B_L_6")]::Abbiegespur_6B_L_6,
     5113way[is_prop_set(a7bl6, "Abbiegespur_7B_L_6")]::Abbiegespur_7B_L_6,
     5114way[is_prop_set(a8bl6, "Abbiegespur_8B_L_6")]::Abbiegespur_8B_L_6
     5115                                                                        { dashes: 0, 8, 12, 80; }
     5116way[is_prop_set(a1bl7, "Abbiegespur_1B_L_7")]::Abbiegespur_1B_L_7,
     5117way[is_prop_set(a2bl7, "Abbiegespur_2B_L_7")]::Abbiegespur_2B_L_7,
     5118way[is_prop_set(a3bl7, "Abbiegespur_3B_L_7")]::Abbiegespur_3B_L_7,
     5119way[is_prop_set(a4bl7, "Abbiegespur_4B_L_7")]::Abbiegespur_4B_L_7,
     5120way[is_prop_set(a5bl7, "Abbiegespur_5B_L_7")]::Abbiegespur_5B_L_7,
     5121way[is_prop_set(a6bl7, "Abbiegespur_6B_L_7")]::Abbiegespur_6B_L_7,
     5122way[is_prop_set(a7bl7, "Abbiegespur_7B_L_7")]::Abbiegespur_7B_L_7,
     5123way[is_prop_set(a8bl7, "Abbiegespur_8B_L_7")]::Abbiegespur_8B_L_7
     5124                                                                        { dashes: 0, 12, 4, 84; }
     5125
     5126/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5127/*                                                                                                                                                 */
     5128/* Fahrspurpfeil Links-Geradeaus vorwärts                                                                                                          */
     5129/*                                                                                                                                                 */
     5130/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5131way[is_prop_set(a1lg1, "Abbiegespur_1_LG_1")]::Abbiegespur_1_LG_1,
     5132way[is_prop_set(a2gl1, "Abbiegespur_2_GL_1")]::Abbiegespur_2_GL_1,
     5133way[is_prop_set(a3gl1, "Abbiegespur_3_GL_1")]::Abbiegespur_3_GL_1,
     5134way[is_prop_set(a4gl1, "Abbiegespur_4_GL_1")]::Abbiegespur_4_GL_1,
     5135way[is_prop_set(a5gl1, "Abbiegespur_5_GL_1")]::Abbiegespur_5_GL_1,
     5136way[is_prop_set(a6gl1, "Abbiegespur_6_GL_1")]::Abbiegespur_6_GL_1,
     5137way[is_prop_set(a7gl1, "Abbiegespur_7_GL_1")]::Abbiegespur_7_GL_1,
     5138way[is_prop_set(a8gl1, "Abbiegespur_8_GL_1")]::Abbiegespur_8_GL_1
     5139                                                                        { dashes: 0, 24, 3, 73; }
     5140way[is_prop_set(a1lg2, "Abbiegespur_1_LG_2")]::Abbiegespur_1_LG_2,
     5141way[is_prop_set(a2gl2, "Abbiegespur_2_GL_2")]::Abbiegespur_2_GL_2,
     5142way[is_prop_set(a3gl2, "Abbiegespur_3_GL_2")]::Abbiegespur_3_GL_2,
     5143way[is_prop_set(a4gl2, "Abbiegespur_4_GL_2")]::Abbiegespur_4_GL_2,
     5144way[is_prop_set(a5gl2, "Abbiegespur_5_GL_2")]::Abbiegespur_5_GL_2,
     5145way[is_prop_set(a6gl2, "Abbiegespur_6_GL_2")]::Abbiegespur_6_GL_2,
     5146way[is_prop_set(a7gl2, "Abbiegespur_7_GL_2")]::Abbiegespur_7_GL_2,
     5147way[is_prop_set(a8gl2, "Abbiegespur_8_GL_2")]::Abbiegespur_8_GL_2
     5148                                                                        { dashes: 0, 21, 9, 70; }
     5149way[is_prop_set(a1lg3, "Abbiegespur_1_LG_3")]::Abbiegespur_1_LG_3,
     5150way[is_prop_set(a2gl3, "Abbiegespur_2_GL_3")]::Abbiegespur_2_GL_3,
     5151way[is_prop_set(a3gl3, "Abbiegespur_3_GL_3")]::Abbiegespur_3_GL_3,
     5152way[is_prop_set(a4gl3, "Abbiegespur_4_GL_3")]::Abbiegespur_4_GL_3,
     5153way[is_prop_set(a5gl3, "Abbiegespur_5_GL_3")]::Abbiegespur_5_GL_3,
     5154way[is_prop_set(a6gl3, "Abbiegespur_6_GL_3")]::Abbiegespur_6_GL_3,
     5155way[is_prop_set(a7gl3, "Abbiegespur_7_GL_3")]::Abbiegespur_7_GL_3,
     5156way[is_prop_set(a8gl3, "Abbiegespur_8_GL_3")]::Abbiegespur_8_GL_3
     5157                                                                        { dashes: 0, 18, 15, 8, 3, 56; }
     5158way[is_prop_set(a1lg4, "Abbiegespur_1_LG_4")]::Abbiegespur_1_LG_4,
     5159way[is_prop_set(a2gl4, "Abbiegespur_2_GL_4")]::Abbiegespur_2_GL_4,
     5160way[is_prop_set(a3gl4, "Abbiegespur_3_GL_4")]::Abbiegespur_3_GL_4,
     5161way[is_prop_set(a4gl4, "Abbiegespur_4_GL_4")]::Abbiegespur_4_GL_4,
     5162way[is_prop_set(a5gl4, "Abbiegespur_5_GL_4")]::Abbiegespur_5_GL_4,
     5163way[is_prop_set(a6gl4, "Abbiegespur_6_GL_4")]::Abbiegespur_6_GL_4,
     5164way[is_prop_set(a7gl4, "Abbiegespur_7_GL_4")]::Abbiegespur_7_GL_4,
     5165way[is_prop_set(a8gl4, "Abbiegespur_8_GL_4")]::Abbiegespur_8_GL_4
     5166                                                                        { dashes: 0, 24, 2, 15, 6, 53; }
     5167way[is_prop_set(a1lg5, "Abbiegespur_1_LG_5")]::Abbiegespur_1_LG_5,
     5168way[is_prop_set(a2gl5, "Abbiegespur_2_GL_5")]::Abbiegespur_2_GL_5,
     5169way[is_prop_set(a3gl5, "Abbiegespur_3_GL_5")]::Abbiegespur_3_GL_5,
     5170way[is_prop_set(a4gl5, "Abbiegespur_4_GL_5")]::Abbiegespur_4_GL_5,
     5171way[is_prop_set(a5gl5, "Abbiegespur_5_GL_5")]::Abbiegespur_5_GL_5,
     5172way[is_prop_set(a6gl5, "Abbiegespur_6_GL_5")]::Abbiegespur_6_GL_5,
     5173way[is_prop_set(a7gl5, "Abbiegespur_7_GL_5")]::Abbiegespur_7_GL_5,
     5174way[is_prop_set(a8gl5, "Abbiegespur_8_GL_5")]::Abbiegespur_8_GL_5
     5175                                                                        { dashes: 50, 50; }
     5176way[is_prop_set(a1lg6, "Abbiegespur_1_LG_6")]::Abbiegespur_1_LG_6,
     5177way[is_prop_set(a2gl6, "Abbiegespur_2_GL_6")]::Abbiegespur_2_GL_6,
     5178way[is_prop_set(a3gl6, "Abbiegespur_3_GL_6")]::Abbiegespur_3_GL_6,
     5179way[is_prop_set(a4gl6, "Abbiegespur_4_GL_6")]::Abbiegespur_4_GL_6,
     5180way[is_prop_set(a5gl6, "Abbiegespur_5_GL_6")]::Abbiegespur_5_GL_6,
     5181way[is_prop_set(a6gl6, "Abbiegespur_6_GL_6")]::Abbiegespur_6_GL_6,
     5182way[is_prop_set(a7gl6, "Abbiegespur_7_GL_6")]::Abbiegespur_7_GL_6,
     5183way[is_prop_set(a8gl6, "Abbiegespur_8_GL_6")]::Abbiegespur_8_GL_6
     5184                                                                        { dashes: 0, 41, 6, 53; }
     5185way[is_prop_set(a1lg7, "Abbiegespur_1_LG_7")]::Abbiegespur_1_LG_7,
     5186way[is_prop_set(a2gl7, "Abbiegespur_2_GL_7")]::Abbiegespur_2_GL_7,
     5187way[is_prop_set(a3gl7, "Abbiegespur_3_GL_7")]::Abbiegespur_3_GL_7,
     5188way[is_prop_set(a4gl7, "Abbiegespur_4_GL_7")]::Abbiegespur_4_GL_7,
     5189way[is_prop_set(a5gl7, "Abbiegespur_5_GL_7")]::Abbiegespur_5_GL_7,
     5190way[is_prop_set(a6gl7, "Abbiegespur_6_GL_7")]::Abbiegespur_6_GL_7,
     5191way[is_prop_set(a7gl7, "Abbiegespur_7_GL_7")]::Abbiegespur_7_GL_7,
     5192way[is_prop_set(a8gl7, "Abbiegespur_8_GL_7")]::Abbiegespur_8_GL_7
     5193                                                                        { dashes: 0, 41, 3, 56; }
     5194
     5195/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5196/*                                                                                                                                                 */
     5197/* Fahrspurpfeil Links-Geradeaus rückwärts                                                                                                         */
     5198/*                                                                                                                                                 */
     5199/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5200way[is_prop_set(a1blg1, "Abbiegespur_1B_LG_1")]::Abbiegespur_1B_LG_1,
     5201way[is_prop_set(a2blg1, "Abbiegespur_2B_LG_1")]::Abbiegespur_2B_LG_1,
     5202way[is_prop_set(a3blg1, "Abbiegespur_3B_LG_1")]::Abbiegespur_3B_LG_1,
     5203way[is_prop_set(a4blg1, "Abbiegespur_4B_LG_1")]::Abbiegespur_4B_LG_1,
     5204way[is_prop_set(a5blg1, "Abbiegespur_5B_LG_1")]::Abbiegespur_5B_LG_1,
     5205way[is_prop_set(a6blg1, "Abbiegespur_6B_LG_1")]::Abbiegespur_6B_LG_1,
     5206way[is_prop_set(a7blg1, "Abbiegespur_7B_LG_1")]::Abbiegespur_7B_LG_1,
     5207way[is_prop_set(a8blg1, "Abbiegespur_8B_LG_1")]::Abbiegespur_8B_LG_1
     5208                                                                        { dashes: 0, 6, 3, 91; }
     5209way[is_prop_set(a1blg2, "Abbiegespur_1B_LG_2")]::Abbiegespur_1B_LG_2,
     5210way[is_prop_set(a2blg2, "Abbiegespur_2B_LG_2")]::Abbiegespur_2B_LG_2,
     5211way[is_prop_set(a3blg2, "Abbiegespur_3B_LG_2")]::Abbiegespur_3B_LG_2,
     5212way[is_prop_set(a4blg2, "Abbiegespur_4B_LG_2")]::Abbiegespur_4B_LG_2,
     5213way[is_prop_set(a5blg2, "Abbiegespur_5B_LG_2")]::Abbiegespur_5B_LG_2,
     5214way[is_prop_set(a6blg2, "Abbiegespur_6B_LG_2")]::Abbiegespur_6B_LG_2,
     5215way[is_prop_set(a7blg2, "Abbiegespur_7B_LG_2")]::Abbiegespur_7B_LG_2,
     5216way[is_prop_set(a8blg2, "Abbiegespur_8B_LG_2")]::Abbiegespur_8B_LG_2
     5217                                                                        { dashes: 0, 3, 6, 91; }
     5218way[is_prop_set(a1blg3, "Abbiegespur_1B_LG_3")]::Abbiegespur_1B_LG_3,
     5219way[is_prop_set(a2blg3, "Abbiegespur_2B_LG_3")]::Abbiegespur_2B_LG_3,
     5220way[is_prop_set(a3blg3, "Abbiegespur_3B_LG_3")]::Abbiegespur_3B_LG_3,
     5221way[is_prop_set(a4blg3, "Abbiegespur_4B_LG_3")]::Abbiegespur_4B_LG_3,
     5222way[is_prop_set(a5blg3, "Abbiegespur_5B_LG_3")]::Abbiegespur_5B_LG_3,
     5223way[is_prop_set(a6blg3, "Abbiegespur_6B_LG_3")]::Abbiegespur_6B_LG_3,
     5224way[is_prop_set(a7blg3, "Abbiegespur_7B_LG_3")]::Abbiegespur_7B_LG_3,
     5225way[is_prop_set(a8blg3, "Abbiegespur_8B_LG_3")]::Abbiegespur_8B_LG_3
     5226                                                                        { dashes: 50, 50; }
     5227way[is_prop_set(a1blg4, "Abbiegespur_1B_LG_4")]::Abbiegespur_1B_LG_4,
     5228way[is_prop_set(a2blg4, "Abbiegespur_2B_LG_4")]::Abbiegespur_2B_LG_4,
     5229way[is_prop_set(a3blg4, "Abbiegespur_3B_LG_4")]::Abbiegespur_3B_LG_4,
     5230way[is_prop_set(a4blg4, "Abbiegespur_4B_LG_4")]::Abbiegespur_4B_LG_4,
     5231way[is_prop_set(a5blg4, "Abbiegespur_5B_LG_4")]::Abbiegespur_5B_LG_4,
     5232way[is_prop_set(a6blg4, "Abbiegespur_6B_LG_4")]::Abbiegespur_6B_LG_4,
     5233way[is_prop_set(a7blg4, "Abbiegespur_7B_LG_4")]::Abbiegespur_7B_LG_4,
     5234way[is_prop_set(a8blg4, "Abbiegespur_8B_LG_4")]::Abbiegespur_8B_LG_4
     5235                                                                        { dashes: 0, 3, 6, 15, 2, 74; }
     5236way[is_prop_set(a1blg5, "Abbiegespur_1B_LG_5")]::Abbiegespur_1B_LG_5,
     5237way[is_prop_set(a2blg5, "Abbiegespur_2B_LG_5")]::Abbiegespur_2B_LG_5,
     5238way[is_prop_set(a3blg5, "Abbiegespur_3B_LG_5")]::Abbiegespur_3B_LG_5,
     5239way[is_prop_set(a4blg5, "Abbiegespur_4B_LG_5")]::Abbiegespur_4B_LG_5,
     5240way[is_prop_set(a5blg5, "Abbiegespur_5B_LG_5")]::Abbiegespur_5B_LG_5,
     5241way[is_prop_set(a6blg5, "Abbiegespur_6B_LG_5")]::Abbiegespur_6B_LG_5,
     5242way[is_prop_set(a7blg5, "Abbiegespur_7B_LG_5")]::Abbiegespur_7B_LG_5,
     5243way[is_prop_set(a8blg5, "Abbiegespur_8B_LG_5")]::Abbiegespur_8B_LG_5
     5244                                                                        { dashes: 0, 6, 3, 8, 15, 68; }
     5245way[is_prop_set(a1blg6, "Abbiegespur_1B_LG_6")]::Abbiegespur_1B_LG_6,
     5246way[is_prop_set(a2blg6, "Abbiegespur_2B_LG_6")]::Abbiegespur_2B_LG_6,
     5247way[is_prop_set(a3blg6, "Abbiegespur_3B_LG_6")]::Abbiegespur_3B_LG_6,
     5248way[is_prop_set(a4blg6, "Abbiegespur_4B_LG_6")]::Abbiegespur_4B_LG_6,
     5249way[is_prop_set(a5blg6, "Abbiegespur_5B_LG_6")]::Abbiegespur_5B_LG_6,
     5250way[is_prop_set(a6blg6, "Abbiegespur_6B_LG_6")]::Abbiegespur_6B_LG_6,
     5251way[is_prop_set(a7blg6, "Abbiegespur_7B_LG_6")]::Abbiegespur_7B_LG_6,
     5252way[is_prop_set(a8blg6, "Abbiegespur_8B_LG_6")]::Abbiegespur_8B_LG_6
     5253                                                                        { dashes: 0, 20, 9, 71; }
     5254way[is_prop_set(a1blg7, "Abbiegespur_1B_LG_7")]::Abbiegespur_1B_LG_7,
     5255way[is_prop_set(a2blg7, "Abbiegespur_2B_LG_7")]::Abbiegespur_2B_LG_7,
     5256way[is_prop_set(a3blg7, "Abbiegespur_3B_LG_7")]::Abbiegespur_3B_LG_7,
     5257way[is_prop_set(a4blg7, "Abbiegespur_4B_LG_7")]::Abbiegespur_4B_LG_7,
     5258way[is_prop_set(a5blg7, "Abbiegespur_5B_LG_7")]::Abbiegespur_5B_LG_7,
     5259way[is_prop_set(a6blg7, "Abbiegespur_6B_LG_7")]::Abbiegespur_6B_LG_7,
     5260way[is_prop_set(a7blg7, "Abbiegespur_7B_LG_7")]::Abbiegespur_7B_LG_7,
     5261way[is_prop_set(a8blg7, "Abbiegespur_8B_LG_7")]::Abbiegespur_8B_LG_7
     5262                                                                        { dashes: 0, 23, 3, 74; }
     5263
     5264/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5265/*                                                                                                                                                 */
     5266/* Fahrspurpfeil Rechts-Geradeaus vorwärts                                                                                                         */
     5267/*                                                                                                                                                 */
     5268/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5269way[is_prop_set(a1rg1, "Abbiegespur_1_RG_1")]::Abbiegespur_1_RG_1,
     5270way[is_prop_set(a2gr1, "Abbiegespur_2_GR_1")]::Abbiegespur_2_GR_1,
     5271way[is_prop_set(a3gr1, "Abbiegespur_3_GR_1")]::Abbiegespur_3_GR_1,
     5272way[is_prop_set(a4gr1, "Abbiegespur_4_GR_1")]::Abbiegespur_4_GR_1,
     5273way[is_prop_set(a5gr1, "Abbiegespur_5_GR_1")]::Abbiegespur_5_GR_1,
     5274way[is_prop_set(a6gr1, "Abbiegespur_6_GR_1")]::Abbiegespur_6_GR_1,
     5275way[is_prop_set(a7gr1, "Abbiegespur_7_GR_1")]::Abbiegespur_7_GR_1,
     5276way[is_prop_set(a8gr1, "Abbiegespur_8_GR_1")]::Abbiegespur_8_GR_1
     5277                                                                        { dashes: 0, 41, 3, 56; }
     5278way[is_prop_set(a1rg2, "Abbiegespur_1_RG_2")]::Abbiegespur_1_RG_2,
     5279way[is_prop_set(a2gr2, "Abbiegespur_2_GR_2")]::Abbiegespur_2_GR_2,
     5280way[is_prop_set(a3gr2, "Abbiegespur_3_GR_2")]::Abbiegespur_3_GR_2,
     5281way[is_prop_set(a4gr2, "Abbiegespur_4_GR_2")]::Abbiegespur_4_GR_2,
     5282way[is_prop_set(a5gr2, "Abbiegespur_5_GR_2")]::Abbiegespur_5_GR_2,
     5283way[is_prop_set(a6gr2, "Abbiegespur_6_GR_2")]::Abbiegespur_6_GR_2,
     5284way[is_prop_set(a7gr2, "Abbiegespur_7_GR_2")]::Abbiegespur_7_GR_2,
     5285way[is_prop_set(a8gr2, "Abbiegespur_8_GR_2")]::Abbiegespur_8_GR_2
     5286                                                                        { dashes: 0, 41, 6, 53; }
     5287way[is_prop_set(a1rg3, "Abbiegespur_1_RG_3")]::Abbiegespur_1_RG_3,
     5288way[is_prop_set(a2gr3, "Abbiegespur_2_GR_3")]::Abbiegespur_2_GR_3,
     5289way[is_prop_set(a3gr3, "Abbiegespur_3_GR_3")]::Abbiegespur_3_GR_3,
     5290way[is_prop_set(a4gr3, "Abbiegespur_4_GR_3")]::Abbiegespur_4_GR_3,
     5291way[is_prop_set(a5gr3, "Abbiegespur_5_GR_3")]::Abbiegespur_5_GR_3,
     5292way[is_prop_set(a6gr3, "Abbiegespur_6_GR_3")]::Abbiegespur_6_GR_3,
     5293way[is_prop_set(a7gr3, "Abbiegespur_7_GR_3")]::Abbiegespur_7_GR_3,
     5294way[is_prop_set(a8gr3, "Abbiegespur_8_GR_3")]::Abbiegespur_8_GR_3
     5295                                                                        { dashes: 50, 50; }
     5296way[is_prop_set(a1rg4, "Abbiegespur_1_RG_4")]::Abbiegespur_1_RG_4,
     5297way[is_prop_set(a2gr4, "Abbiegespur_2_GR_4")]::Abbiegespur_2_GR_4,
     5298way[is_prop_set(a3gr4, "Abbiegespur_3_GR_4")]::Abbiegespur_3_GR_4,
     5299way[is_prop_set(a4gr4, "Abbiegespur_4_GR_4")]::Abbiegespur_4_GR_4,
     5300way[is_prop_set(a5gr4, "Abbiegespur_5_GR_4")]::Abbiegespur_5_GR_4,
     5301way[is_prop_set(a6gr4, "Abbiegespur_6_GR_4")]::Abbiegespur_6_GR_4,
     5302way[is_prop_set(a7gr4, "Abbiegespur_7_GR_4")]::Abbiegespur_7_GR_4,
     5303way[is_prop_set(a8gr4, "Abbiegespur_8_GR_4")]::Abbiegespur_8_GR_4
     5304                                                                        { dashes: 0, 24, 2, 15, 6, 53; }
     5305way[is_prop_set(a1rg5, "Abbiegespur_1_RG_5")]::Abbiegespur_1_RG_5,
     5306way[is_prop_set(a2gr5, "Abbiegespur_2_GR_5")]::Abbiegespur_2_GR_5,
     5307way[is_prop_set(a3gr5, "Abbiegespur_3_GR_5")]::Abbiegespur_3_GR_5,
     5308way[is_prop_set(a4gr5, "Abbiegespur_4_GR_5")]::Abbiegespur_4_GR_5,
     5309way[is_prop_set(a5gr5, "Abbiegespur_5_GR_5")]::Abbiegespur_5_GR_5,
     5310way[is_prop_set(a6gr5, "Abbiegespur_6_GR_5")]::Abbiegespur_6_GR_5,
     5311way[is_prop_set(a7gr5, "Abbiegespur_7_GR_5")]::Abbiegespur_7_GR_5,
     5312way[is_prop_set(a8gr5, "Abbiegespur_8_GR_5")]::Abbiegespur_8_GR_5
     5313                                                                        { dashes: 0, 18, 15, 8, 3, 56; }
     5314way[is_prop_set(a1rg6, "Abbiegespur_1_RG_6")]::Abbiegespur_1_RG_6,
     5315way[is_prop_set(a2gr6, "Abbiegespur_2_GR_6")]::Abbiegespur_2_GR_6,
     5316way[is_prop_set(a3gr6, "Abbiegespur_3_GR_6")]::Abbiegespur_3_GR_6,
     5317way[is_prop_set(a4gr6, "Abbiegespur_4_GR_6")]::Abbiegespur_4_GR_6,
     5318way[is_prop_set(a5gr6, "Abbiegespur_5_GR_6")]::Abbiegespur_5_GR_6,
     5319way[is_prop_set(a6gr6, "Abbiegespur_6_GR_6")]::Abbiegespur_6_GR_6,
     5320way[is_prop_set(a7gr6, "Abbiegespur_7_GR_6")]::Abbiegespur_7_GR_6,
     5321way[is_prop_set(a8gr6, "Abbiegespur_8_GR_6")]::Abbiegespur_8_GR_6
     5322                                                                        { dashes: 0, 21, 9, 70; }
     5323way[is_prop_set(a1rg7, "Abbiegespur_1_RG_7")]::Abbiegespur_1_RG_7,
     5324way[is_prop_set(a2gr7, "Abbiegespur_2_GR_7")]::Abbiegespur_2_GR_7,
     5325way[is_prop_set(a3gr7, "Abbiegespur_3_GR_7")]::Abbiegespur_3_GR_7,
     5326way[is_prop_set(a4gr7, "Abbiegespur_4_GR_7")]::Abbiegespur_4_GR_7,
     5327way[is_prop_set(a5gr7, "Abbiegespur_5_GR_7")]::Abbiegespur_5_GR_7,
     5328way[is_prop_set(a6gr7, "Abbiegespur_6_GR_7")]::Abbiegespur_6_GR_7,
     5329way[is_prop_set(a7gr7, "Abbiegespur_7_GR_7")]::Abbiegespur_7_GR_7,
     5330way[is_prop_set(a8gr7, "Abbiegespur_8_GR_7")]::Abbiegespur_8_GR_7
     5331                                                                        { dashes: 0, 24, 3, 73; }
     5332
     5333/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5334/*                                                                                                                                                 */
     5335/* Fahrspurpfeil Rechts-Geradeaus rückwärts                                                                                                        */
     5336/*                                                                                                                                                 */
     5337/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5338way[is_prop_set(a1brg1, "Abbiegespur_1B_RG_1")]::Abbiegespur_1B_RG_1,
     5339way[is_prop_set(a2brg1, "Abbiegespur_2B_RG_1")]::Abbiegespur_2B_RG_1,
     5340way[is_prop_set(a3brg1, "Abbiegespur_3B_RG_1")]::Abbiegespur_3B_RG_1,
     5341way[is_prop_set(a4brg1, "Abbiegespur_4B_RG_1")]::Abbiegespur_4B_RG_1,
     5342way[is_prop_set(a5brg1, "Abbiegespur_5B_RG_1")]::Abbiegespur_5B_RG_1,
     5343way[is_prop_set(a6brg1, "Abbiegespur_6B_RG_1")]::Abbiegespur_6B_RG_1,
     5344way[is_prop_set(a7brg1, "Abbiegespur_7B_RG_1")]::Abbiegespur_7B_RG_1,
     5345way[is_prop_set(a8brg1, "Abbiegespur_8B_RG_1")]::Abbiegespur_8B_RG_1
     5346                                                                        { dashes: 0, 23, 3, 74; }
     5347way[is_prop_set(a1brg2, "Abbiegespur_1B_RG_2")]::Abbiegespur_1B_RG_2,
     5348way[is_prop_set(a2brg2, "Abbiegespur_2B_RG_2")]::Abbiegespur_2B_RG_2,
     5349way[is_prop_set(a3brg2, "Abbiegespur_3B_RG_2")]::Abbiegespur_3B_RG_2,
     5350way[is_prop_set(a4brg2, "Abbiegespur_4B_RG_2")]::Abbiegespur_4B_RG_2,
     5351way[is_prop_set(a5brg2, "Abbiegespur_5B_RG_2")]::Abbiegespur_5B_RG_2,
     5352way[is_prop_set(a6brg2, "Abbiegespur_6B_RG_2")]::Abbiegespur_6B_RG_2,
     5353way[is_prop_set(a7brg2, "Abbiegespur_7B_RG_2")]::Abbiegespur_7B_RG_2,
     5354way[is_prop_set(a8brg2, "Abbiegespur_8B_RG_2")]::Abbiegespur_8B_RG_2
     5355                                                                        { dashes: 0, 20, 9, 71; }
     5356way[is_prop_set(a1brg3, "Abbiegespur_1B_RG_3")]::Abbiegespur_1B_RG_3,
     5357way[is_prop_set(a2brg3, "Abbiegespur_2B_RG_3")]::Abbiegespur_2B_RG_3,
     5358way[is_prop_set(a3brg3, "Abbiegespur_3B_RG_3")]::Abbiegespur_3B_RG_3,
     5359way[is_prop_set(a4brg3, "Abbiegespur_4B_RG_3")]::Abbiegespur_4B_RG_3,
     5360way[is_prop_set(a5brg3, "Abbiegespur_5B_RG_3")]::Abbiegespur_5B_RG_3,
     5361way[is_prop_set(a6brg3, "Abbiegespur_6B_RG_3")]::Abbiegespur_6B_RG_3,
     5362way[is_prop_set(a7brg3, "Abbiegespur_7B_RG_3")]::Abbiegespur_7B_RG_3,
     5363way[is_prop_set(a8brg3, "Abbiegespur_8B_RG_3")]::Abbiegespur_8B_RG_3
     5364                                                                        { dashes: 0, 6, 3, 8, 15, 68; }
     5365way[is_prop_set(a1brg4, "Abbiegespur_1B_RG_4")]::Abbiegespur_1B_RG_4,
     5366way[is_prop_set(a2brg4, "Abbiegespur_2B_RG_4")]::Abbiegespur_2B_RG_4,
     5367way[is_prop_set(a3brg4, "Abbiegespur_3B_RG_4")]::Abbiegespur_3B_RG_4,
     5368way[is_prop_set(a4brg4, "Abbiegespur_4B_RG_4")]::Abbiegespur_4B_RG_4,
     5369way[is_prop_set(a5brg4, "Abbiegespur_5B_RG_4")]::Abbiegespur_5B_RG_4,
     5370way[is_prop_set(a6brg4, "Abbiegespur_6B_RG_4")]::Abbiegespur_6B_RG_4,
     5371way[is_prop_set(a7brg4, "Abbiegespur_7B_RG_4")]::Abbiegespur_7B_RG_4,
     5372way[is_prop_set(a8brg4, "Abbiegespur_8B_RG_4")]::Abbiegespur_8B_RG_4
     5373                                                                        { dashes: 0, 3, 6, 15, 2, 74; }
     5374way[is_prop_set(a1brg5, "Abbiegespur_1B_RG_5")]::Abbiegespur_1B_RG_5,
     5375way[is_prop_set(a2brg5, "Abbiegespur_2B_RG_5")]::Abbiegespur_2B_RG_5,
     5376way[is_prop_set(a3brg5, "Abbiegespur_3B_RG_5")]::Abbiegespur_3B_RG_5,
     5377way[is_prop_set(a4brg5, "Abbiegespur_4B_RG_5")]::Abbiegespur_4B_RG_5,
     5378way[is_prop_set(a5brg5, "Abbiegespur_5B_RG_5")]::Abbiegespur_5B_RG_5,
     5379way[is_prop_set(a6brg5, "Abbiegespur_6B_RG_5")]::Abbiegespur_6B_RG_5,
     5380way[is_prop_set(a7brg5, "Abbiegespur_7B_RG_5")]::Abbiegespur_7B_RG_5,
     5381way[is_prop_set(a8brg5, "Abbiegespur_8B_RG_5")]::Abbiegespur_8B_RG_5
     5382                                                                        { dashes: 50, 50; }
     5383way[is_prop_set(a1brg6, "Abbiegespur_1B_RG_6")]::Abbiegespur_1B_RG_6,
     5384way[is_prop_set(a2brg6, "Abbiegespur_2B_RG_6")]::Abbiegespur_2B_RG_6,
     5385way[is_prop_set(a3brg6, "Abbiegespur_3B_RG_6")]::Abbiegespur_3B_RG_6,
     5386way[is_prop_set(a4brg6, "Abbiegespur_4B_RG_6")]::Abbiegespur_4B_RG_6,
     5387way[is_prop_set(a5brg6, "Abbiegespur_5B_RG_6")]::Abbiegespur_5B_RG_6,
     5388way[is_prop_set(a6brg6, "Abbiegespur_6B_RG_6")]::Abbiegespur_6B_RG_6,
     5389way[is_prop_set(a7brg6, "Abbiegespur_7B_RG_6")]::Abbiegespur_7B_RG_6,
     5390way[is_prop_set(a8brg6, "Abbiegespur_8B_RG_6")]::Abbiegespur_8B_RG_6
     5391                                                                        { dashes: 0, 3, 6, 91; }
     5392way[is_prop_set(a1brg7, "Abbiegespur_1B_RG_7")]::Abbiegespur_1B_RG_7,
     5393way[is_prop_set(a2brg7, "Abbiegespur_2B_RG_7")]::Abbiegespur_2B_RG_7,
     5394way[is_prop_set(a3brg7, "Abbiegespur_3B_RG_7")]::Abbiegespur_3B_RG_7,
     5395way[is_prop_set(a4brg7, "Abbiegespur_4B_RG_7")]::Abbiegespur_4B_RG_7,
     5396way[is_prop_set(a5brg7, "Abbiegespur_5B_RG_7")]::Abbiegespur_5B_RG_7,
     5397way[is_prop_set(a6brg7, "Abbiegespur_6B_RG_7")]::Abbiegespur_6B_RG_7,
     5398way[is_prop_set(a7brg7, "Abbiegespur_7B_RG_7")]::Abbiegespur_7B_RG_7,
     5399way[is_prop_set(a8brg7, "Abbiegespur_8B_RG_7")]::Abbiegespur_8B_RG_7
     5400                                                                        { dashes: 0, 6, 3, 91; }
     5401
     5402/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5403/*                                                                                                                                                 */
     5404/* Fahrspurpfeil Links-Rechts vorwärts                                                                                                             */
     5405/*                                                                                                                                                 */
     5406/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5407way[is_prop_set(a1rl1, "Abbiegespur_1_RL_1")]::Abbiegespur_1_RL_1,
     5408way[is_prop_set(a2rl1, "Abbiegespur_2_RL_1")]::Abbiegespur_2_RL_1,
     5409way[is_prop_set(a3rl1, "Abbiegespur_3_RL_1")]::Abbiegespur_3_RL_1,
     5410way[is_prop_set(a4rl1, "Abbiegespur_4_RL_1")]::Abbiegespur_4_RL_1,
     5411way[is_prop_set(a5rl1, "Abbiegespur_5_RL_1")]::Abbiegespur_5_RL_1,
     5412way[is_prop_set(a6rl1, "Abbiegespur_6_RL_1")]::Abbiegespur_6_RL_1,
     5413way[is_prop_set(a7rl1, "Abbiegespur_7_RL_1")]::Abbiegespur_7_RL_1,
     5414way[is_prop_set(a8rl1, "Abbiegespur_8_RL_1")]::Abbiegespur_8_RL_1
     5415                                                                        { dashes: 0, 100; }
     5416way[is_prop_set(a1rl2, "Abbiegespur_1_RL_2")]::Abbiegespur_1_RL_2,
     5417way[is_prop_set(a2rl2, "Abbiegespur_2_RL_2")]::Abbiegespur_2_RL_2,
     5418way[is_prop_set(a3rl2, "Abbiegespur_3_RL_2")]::Abbiegespur_3_RL_2,
     5419way[is_prop_set(a4rl2, "Abbiegespur_4_RL_2")]::Abbiegespur_4_RL_2,
     5420way[is_prop_set(a5rl2, "Abbiegespur_5_RL_2")]::Abbiegespur_5_RL_2,
     5421way[is_prop_set(a6rl2, "Abbiegespur_6_RL_2")]::Abbiegespur_6_RL_2,
     5422way[is_prop_set(a7rl2, "Abbiegespur_7_RL_2")]::Abbiegespur_7_RL_2,
     5423way[is_prop_set(a8rl2, "Abbiegespur_8_RL_2")]::Abbiegespur_8_RL_2
     5424                                                                        { dashes: 0, 12, 3, 8, 27, 50; }
     5425way[is_prop_set(a1rl3, "Abbiegespur_1_RL_3")]::Abbiegespur_1_RL_3,
     5426way[is_prop_set(a2rl3, "Abbiegespur_2_RL_3")]::Abbiegespur_2_RL_3,
     5427way[is_prop_set(a3rl3, "Abbiegespur_3_RL_3")]::Abbiegespur_3_RL_3,
     5428way[is_prop_set(a4rl3, "Abbiegespur_4_RL_3")]::Abbiegespur_4_RL_3,
     5429way[is_prop_set(a5rl3, "Abbiegespur_5_RL_3")]::Abbiegespur_5_RL_3,
     5430way[is_prop_set(a6rl3, "Abbiegespur_6_RL_3")]::Abbiegespur_6_RL_3,
     5431way[is_prop_set(a7rl3, "Abbiegespur_7_RL_3")]::Abbiegespur_7_RL_3,
     5432way[is_prop_set(a8rl3, "Abbiegespur_8_RL_3")]::Abbiegespur_8_RL_3
     5433                                                                        { dashes: 0, 9, 9, 8, 21, 53; }
     5434way[is_prop_set(a1rl4, "Abbiegespur_1_RL_4")]::Abbiegespur_1_RL_4,
     5435way[is_prop_set(a2rl4, "Abbiegespur_2_RL_4")]::Abbiegespur_2_RL_4,
     5436way[is_prop_set(a3rl4, "Abbiegespur_3_RL_4")]::Abbiegespur_3_RL_4,
     5437way[is_prop_set(a4rl4, "Abbiegespur_4_RL_4")]::Abbiegespur_4_RL_4,
     5438way[is_prop_set(a5rl4, "Abbiegespur_5_RL_4")]::Abbiegespur_5_RL_4,
     5439way[is_prop_set(a6rl4, "Abbiegespur_6_RL_4")]::Abbiegespur_6_RL_4,
     5440way[is_prop_set(a7rl4, "Abbiegespur_7_RL_4")]::Abbiegespur_7_RL_4,
     5441way[is_prop_set(a8rl4, "Abbiegespur_8_RL_4")]::Abbiegespur_8_RL_4
     5442                                                                        { dashes: 0, 6, 15, 8, 15, 56; }
     5443way[is_prop_set(a1rl5, "Abbiegespur_1_RL_5")]::Abbiegespur_1_RL_5,
     5444way[is_prop_set(a2rl5, "Abbiegespur_2_RL_5")]::Abbiegespur_2_RL_5,
     5445way[is_prop_set(a3rl5, "Abbiegespur_3_RL_5")]::Abbiegespur_3_RL_5,
     5446way[is_prop_set(a4rl5, "Abbiegespur_4_RL_5")]::Abbiegespur_4_RL_5,
     5447way[is_prop_set(a5rl5, "Abbiegespur_5_RL_5")]::Abbiegespur_5_RL_5,
     5448way[is_prop_set(a6rl5, "Abbiegespur_6_RL_5")]::Abbiegespur_6_RL_5,
     5449way[is_prop_set(a7rl5, "Abbiegespur_7_RL_5")]::Abbiegespur_7_RL_5,
     5450way[is_prop_set(a8rl5, "Abbiegespur_8_RL_5")]::Abbiegespur_8_RL_5
     5451                                                                        { dashes: 0, 3, 21, 8, 9, 59; }
     5452way[is_prop_set(a1rl6, "Abbiegespur_1_RL_6")]::Abbiegespur_1_RL_6,
     5453way[is_prop_set(a2rl6, "Abbiegespur_2_RL_6")]::Abbiegespur_2_RL_6,
     5454way[is_prop_set(a3rl6, "Abbiegespur_3_RL_6")]::Abbiegespur_3_RL_6,
     5455way[is_prop_set(a4rl6, "Abbiegespur_4_RL_6")]::Abbiegespur_4_RL_6,
     5456way[is_prop_set(a5rl6, "Abbiegespur_5_RL_6")]::Abbiegespur_5_RL_6,
     5457way[is_prop_set(a6rl6, "Abbiegespur_6_RL_6")]::Abbiegespur_6_RL_6,
     5458way[is_prop_set(a7rl6, "Abbiegespur_7_RL_6")]::Abbiegespur_7_RL_6,
     5459way[is_prop_set(a8rl6, "Abbiegespur_8_RL_6")]::Abbiegespur_8_RL_6
     5460                                                                        { dashes: 27, 8, 3, 62; }
     5461way[is_prop_set(a1rl7, "Abbiegespur_1_RL_7")]::Abbiegespur_1_RL_7,
     5462way[is_prop_set(a2rl7, "Abbiegespur_2_RL_7")]::Abbiegespur_2_RL_7,
     5463way[is_prop_set(a3rl7, "Abbiegespur_3_RL_7")]::Abbiegespur_3_RL_7,
     5464way[is_prop_set(a4rl7, "Abbiegespur_4_RL_7")]::Abbiegespur_4_RL_7,
     5465way[is_prop_set(a5rl7, "Abbiegespur_5_RL_7")]::Abbiegespur_5_RL_7,
     5466way[is_prop_set(a6rl7, "Abbiegespur_6_RL_7")]::Abbiegespur_6_RL_7,
     5467way[is_prop_set(a7rl7, "Abbiegespur_7_RL_7")]::Abbiegespur_7_RL_7,
     5468way[is_prop_set(a8rl7, "Abbiegespur_8_RL_7")]::Abbiegespur_8_RL_7
     5469                                                                        { dashes: 0, 100; }
     5470
     5471/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5472/*                                                                                                                                                 */
     5473/* Fahrspurpfeil Links-Rechts rückwärts                                                                                                            */
     5474/*                                                                                                                                                 */
     5475/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     5476way[is_prop_set(a1brl1, "Abbiegespur_1B_RL_1")]::Abbiegespur_1B_RL_1,
     5477way[is_prop_set(a2brl1, "Abbiegespur_2B_RL_1")]::Abbiegespur_2B_RL_1,
     5478way[is_prop_set(a3brl1, "Abbiegespur_3B_RL_1")]::Abbiegespur_3B_RL_1,
     5479way[is_prop_set(a4brl1, "Abbiegespur_4B_RL_1")]::Abbiegespur_4B_RL_1,
     5480way[is_prop_set(a5brl1, "Abbiegespur_5B_RL_1")]::Abbiegespur_5B_RL_1,
     5481way[is_prop_set(a6brl1, "Abbiegespur_6B_RL_1")]::Abbiegespur_6B_RL_1,
     5482way[is_prop_set(a7brl1, "Abbiegespur_7B_RL_1")]::Abbiegespur_7B_RL_1,
     5483way[is_prop_set(a8brl1, "Abbiegespur_8B_RL_1")]::Abbiegespur_8B_RL_1
     5484                                                                        { dashes: 0, 100; }
     5485way[is_prop_set(a1brl2, "Abbiegespur_1B_RL_2")]::Abbiegespur_1B_RL_2,
     5486way[is_prop_set(a2brl2, "Abbiegespur_2B_RL_2")]::Abbiegespur_2B_RL_2,
     5487way[is_prop_set(a3brl2, "Abbiegespur_3B_RL_2")]::Abbiegespur_3B_RL_2,
     5488way[is_prop_set(a4brl2, "Abbiegespur_4B_RL_2")]::Abbiegespur_4B_RL_2,
     5489way[is_prop_set(a5brl2, "Abbiegespur_5B_RL_2")]::Abbiegespur_5B_RL_2,
     5490way[is_prop_set(a6brl2, "Abbiegespur_6B_RL_2")]::Abbiegespur_6B_RL_2,
     5491way[is_prop_set(a7brl2, "Abbiegespur_7B_RL_2")]::Abbiegespur_7B_RL_2,
     5492way[is_prop_set(a8brl2, "Abbiegespur_8B_RL_2")]::Abbiegespur_8B_RL_2
     5493                                                                        { dashes: 27, 8, 3, 62; }
     5494way[is_prop_set(a1brl3, "Abbiegespur_1B_RL_3")]::Abbiegespur_1B_RL_3,
     5495way[is_prop_set(a2brl3, "Abbiegespur_2B_RL_3")]::Abbiegespur_2B_RL_3,
     5496way[is_prop_set(a3brl3, "Abbiegespur_3B_RL_3")]::Abbiegespur_3B_RL_3,
     5497way[is_prop_set(a4brl3, "Abbiegespur_4B_RL_3")]::Abbiegespur_4B_RL_3,
     5498way[is_prop_set(a5brl3, "Abbiegespur_5B_RL_3")]::Abbiegespur_5B_RL_3,
     5499way[is_prop_set(a6brl3, "Abbiegespur_6B_RL_3")]::Abbiegespur_6B_RL_3,
     5500way[is_prop_set(a7brl3, "Abbiegespur_7B_RL_3")]::Abbiegespur_7B_RL_3,
     5501way[is_prop_set(a8brl3, "Abbiegespur_8B_RL_3")]::Abbiegespur_8B_RL_3
     5502                                                                        { dashes: 0, 3, 21, 8, 9, 59; }
     5503way[is_prop_set(a1brl4, "Abbiegespur_1B_RL_4")]::Abbiegespur_1B_RL_4,
     5504way[is_prop_set(a2brl4, "Abbiegespur_2B_RL_4")]::Abbiegespur_2B_RL_4,
     5505way[is_prop_set(a3brl4, "Abbiegespur_3B_RL_4")]::Abbiegespur_3B_RL_4,
     5506way[is_prop_set(a4brl4, "Abbiegespur_4B_RL_4")]::Abbiegespur_4B_RL_4,
     5507way[is_prop_set(a5brl4, "Abbiegespur_5B_RL_4")]::Abbiegespur_5B_RL_4,
     5508way[is_prop_set(a6brl4, "Abbiegespur_6B_RL_4")]::Abbiegespur_6B_RL_4,
     5509way[is_prop_set(a7brl4, "Abbiegespur_7B_RL_4")]::Abbiegespur_7B_RL_4,
     5510way[is_prop_set(a8brl4, "Abbiegespur_8B_RL_4")]::Abbiegespur_8B_RL_4
     5511                                                                        { dashes: 0, 6, 15, 8, 15, 56; }
     5512way[is_prop_set(a1brl5, "Abbiegespur_1B_RL_5")]::Abbiegespur_1B_RL_5,
     5513way[is_prop_set(a2brl5, "Abbiegespur_2B_RL_5")]::Abbiegespur_2B_RL_5,
     5514way[is_prop_set(a3brl5, "Abbiegespur_3B_RL_5")]::Abbiegespur_3B_RL_5,
     5515way[is_prop_set(a4brl5, "Abbiegespur_4B_RL_5")]::Abbiegespur_4B_RL_5,
     5516way[is_prop_set(a5brl5, "Abbiegespur_5B_RL_5")]::Abbiegespur_5B_RL_5,
     5517way[is_prop_set(a6brl5, "Abbiegespur_6B_RL_5")]::Abbiegespur_6B_RL_5,
     5518way[is_prop_set(a7brl5, "Abbiegespur_7B_RL_5")]::Abbiegespur_7B_RL_5,
     5519way[is_prop_set(a8brl5, "Abbiegespur_8B_RL_5")]::Abbiegespur_8B_RL_5
     5520                                                                        { dashes: 0, 9, 9, 8, 21, 53; }
     5521way[is_prop_set(a1brl6, "Abbiegespur_1B_RL_6")]::Abbiegespur_1B_RL_6,
     5522way[is_prop_set(a2brl6, "Abbiegespur_2B_RL_6")]::Abbiegespur_2B_RL_6,
     5523way[is_prop_set(a3brl6, "Abbiegespur_3B_RL_6")]::Abbiegespur_3B_RL_6,
     5524way[is_prop_set(a4brl6, "Abbiegespur_4B_RL_6")]::Abbiegespur_4B_RL_6,
     5525way[is_prop_set(a5brl6, "Abbiegespur_5B_RL_6")]::Abbiegespur_5B_RL_6,
     5526way[is_prop_set(a6brl6, "Abbiegespur_6B_RL_6")]::Abbiegespur_6B_RL_6,
     5527way[is_prop_set(a7brl6, "Abbiegespur_7B_RL_6")]::Abbiegespur_7B_RL_6,
     5528way[is_prop_set(a8brl6, "Abbiegespur_8B_RL_6")]::Abbiegespur_8B_RL_6
     5529                                                                        { dashes: 0, 12, 3, 8, 27, 50; }
     5530way[is_prop_set(a1brl7, "Abbiegespur_1B_RL_7")]::Abbiegespur_1B_RL_7,
     5531way[is_prop_set(a2brl7, "Abbiegespur_2B_RL_7")]::Abbiegespur_2B_RL_7,
     5532way[is_prop_set(a3brl7, "Abbiegespur_3B_RL_7")]::Abbiegespur_3B_RL_7,
     5533way[is_prop_set(a4brl7, "Abbiegespur_4B_RL_7")]::Abbiegespur_4B_RL_7,
     5534way[is_prop_set(a5brl7, "Abbiegespur_5B_RL_7")]::Abbiegespur_5B_RL_7,
     5535way[is_prop_set(a6brl7, "Abbiegespur_6B_RL_7")]::Abbiegespur_6B_RL_7,
     5536way[is_prop_set(a7brl7, "Abbiegespur_7B_RL_7")]::Abbiegespur_7B_RL_7,
     5537way[is_prop_set(a8brl7, "Abbiegespur_8B_RL_7")]::Abbiegespur_8B_RL_7
     5538                                                                        { dashes: 0, 100; }
     5539}}}