Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] traci.exceptions.FatalTraCIError: connection closed by SUMO

yes, you are right, my mistake (in PyCharm I added module traci which was 1.6.0 and was overwriting the correct one).
Now it is all fine, I could create traci.log.

I tested more and the problem appears only for one of my maps (manually generated) and always in the same place in the map (when the ambulance finishes its way and some other car is nearby, but not in a collision). 

I am sending the files, but as now I know that it happens only in one specific place (and the map is not so realistic), I think it is not worth to spend on it more time. I will let you know if the situation will appear in some other cases.

thank you for your time,
best,
Weronika


wt., 25 sie 2020 o 15:51 Jakob Erdmann <namdre.sumo@xxxxxxxxx> napisał(a):
This means the version of traci being loaded is still from 1.16.0 or older. The latest development version of traci supports the traceFile argument since the 3rd of June.  See https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#determine_the_traci_library_being_loaded

Am Di., 25. Aug. 2020 um 14:39 Uhr schrieb Weronika <weronikanika.n@xxxxxxxxx>:
Then the error is: TypeError: start() got an unexpected keyword argument 'traceFile'

traci.start([sumoBinary, "-c", '../' + selectedFolder + '/osm.sumocfg',
"--tripinfo-output", '../' + selectedFolder + '/out/tripinfo.out.xml',
"--summary-output", '../' + selectedFolder + '/out/summary.out.xml',
"--netstate-dump", '../' + selectedFolder + '/out/netstate.out.xml',
"--vehroute-output", '../' + selectedFolder + '/out/route.out.xml',
"--duration-log.statistics", "true",
"--log", '../' + selectedFolder + '/out/log.txt',
"--vehroute-output.route-length", "true"],
traceFile="traci.log")

best,
Weronika


wt., 25 sie 2020 o 14:15 Jakob Erdmann <namdre.sumo@xxxxxxxxx> napisał(a):
use traci.start([sumoBinary, ....], traceFile="traci.log")

Am Di., 25. Aug. 2020 um 13:34 Uhr schrieb Weronika <weronikanika.n@xxxxxxxxx>:
Hi Harald, hi Jakob,
I tried to do what Harald recommended. (took me some time, as I faced a few problems on my way, but now almost all are solved)
The last step in which I am supposed to do:
gdb --args sumoD -c debug.sumocfg
gives me back:

sumoD: No such file or directory.

even if sumoD exists...

To double-check I tried in the terminal:

weronika@MBP-Weronika ~ % sumo-gui

(this worked)

weronika@MBP-Weronika ~ % sumo-guiD

zsh: command not found: sumo-guiD


Do you know what could I try to solve it?


Today I wanted also to try what Jakub recommended.

My traci.start is:

traci.start([sumoBinary, "-c", '../' + selectedFolder + '/osm.sumocfg',
"--tripinfo-output", '../' + selectedFolder + '/out/tripinfo.out.xml',
"--summary-output", '../' + selectedFolder + '/out/summary.out.xml',
"--netstate-dump", '../' + selectedFolder + '/out/netstate.out.xml',
"--vehroute-output", '../' + selectedFolder + '/out/route.out.xml',
"--duration-log.statistics", "true",
"--log", '../' + selectedFolder + '/out/log.txt',
            traceFile="traci.log",
"--vehroute-output.route-length", "true"])
Adding it directly like this doesnt work, as it is invalid syntax I will need to adapt it to my traci.start... (I tried a few modification, but without any success) Could you please help my with how to do it?
Thank you for your support
best,
Weronika

wt., 25 sie 2020 o 07:45 Jakob Erdmann <namdre.sumo@xxxxxxxxx> napisał(a):
Alternatively, you can run your project with traci.start(..., traceFile="traci.log") and send in your input files along with traci.log.

Am Sa., 22. Aug. 2020 um 22:12 Uhr schrieb Harald Schaefer <fechsaer@xxxxxxxxx>:

Hi Weronika,

it may be, that Sumo terminates unexpected.

Please build the Debug version and run SUMO with gdb.

If Sumo terminates, the stack trace can help the developers

See https://sumo.dlr.de/docs/Installing/Linux_Build.html#building_the_sumo_binaries_with_cmake and https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#debugging_a_traci_session_on_linux

Best regards, Harald

Am 21.08.20 um 18:30 schrieb Weronika:

Hi!

I got a new build of SUMO and I am getting an error traci.exceptions.FatalTraCIError: connection closed by SUMO.  The last time when I ran it and it worked properly was with the build from ~15.06.

(The problem already appeared before when I used the build from 12.07, but I left it as I thought maybe will not occur later.)


Traceback (most recent call last):

  File "runner.py", line 376, in <module>

    run()

  File "runner.py", line 265, in run

    traci.simulationStep()

  File "/Users/weronika/Desktop/sumo/tools/traci/main.py", line 210, in simulationStep

    return _connections[""].simulationStep(step)

  File "/Users/weronika/Desktop/sumo/tools/traci/connection.py", line 291, in simulationStep

    result = self._sendCmd(tc.CMD_SIMSTEP, None, None, "D", step)

  File "/Users/weronika/Desktop/sumo/tools/traci/connection.py", line 178, in _sendCmd

    return self._sendExact()

  File "/Users/weronika/Desktop/sumo/tools/traci/connection.py", line 88, in _sendExact

    raise FatalTraCIError("connection closed by SUMO")

traci.exceptions.FatalTraCIError: connection closed by SUMO



I tried: „>> run your simulation with the option --duration-log.statistics and --log

>> logfile.txt

>> you will find the results in logfile.txt”

When the simulation gets this error the log file is empty.


Worth to mention is that at the beginning of my simulation I set up a number for using randomTrips.py and generate trips file


command = 'python ' + os.environ['SUMO_HOME'] + '/tools/randomTrips.py -n osm.net.xml -p ' + vehiclesDensity +' -o trips.trips.xml '+ '--trip-attributes=\'departLane=\"best\" departSpeed=\"max\" type=\"car\" departPos=\"random\"\' --validate'

os.system(command)


And depending on this argument the simulation fails or not (mostly fails..).


I would appreciate your help on how I can find the problem. I checked the input files and they look fine (and works with earlier versions)


Best,

Weronika



_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
<!-- generated on Tue Aug 25 19:27:35 2020 by Eclipse SUMO duarouter Version v1_6_0+1741-d81dc871c3
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd";>

    <input>
        <net-file value="osm.net.xml"/>
        <route-files value="trips.trips.xml"/>
    </input>

    <output>
        <output-file value="trips.trips.xml.tmp"/>
        <write-trips value="true"/>
    </output>

    <time>
        <begin value="0"/>
        <end value="3600"/>
    </time>

    <report>
        <no-warnings value="true"/>
        <ignore-errors value="true"/>
        <no-step-log value="true"/>
    </report>

</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd";>

         <vType id="type_ambulance" length="4.80" minGap="0.20" speedFactor="1.5" vClass="emergency" guiShape="emergency" color="red" latAlignment="left" lcStrategic="100" lcCooperative="0.0" lcSpeedGain="100" lcKeepRight="100" lcAccelLat="5000" lcPushy="1" lcAssertive="1" jmDriveAfterRedTime="1000" jmIgnoreKeepClearTime="0" accel="3.3" decel="5" sigma="0.5">
            <param key="has.bluelight.device" value="true"/>
        </vType>
        <vType id="car" accel="0.8" decel="4.5" sigma="0.5" length="5" minGap="5" guiShape="passenger"/>
            <trip id="0" type="car" depart="0.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="-gneE16"/>
    <trip id="1" type="car" depart="12.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="11b"/>
    <trip id="2" type="car" depart="24.00" departLane="best" departPos="random" departSpeed="max" from="9a" to="gneE12"/>
    <trip id="3" type="car" depart="36.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="-gneE19"/>
    <trip id="4" type="car" depart="48.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="-gneE16"/>
    <trip id="5" type="car" depart="60.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="7a"/>
    <trip id="6" type="car" depart="72.00" departLane="best" departPos="random" departSpeed="max" from="-gneE14" to="11a"/>
    <trip id="7" type="car" depart="84.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="8a"/>
    <trip id="8" type="car" depart="96.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="9a"/>
    <trip id="9" type="car" depart="108.00" departLane="best" departPos="random" departSpeed="max" from="gneE12" to="-gneE12"/>
    <trip id="10" type="car" depart="120.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="gneE14"/>
    <trip id="11" type="car" depart="132.00" departLane="best" departPos="random" departSpeed="max" from="10b" to="10a"/>
    <trip id="12" type="car" depart="144.00" departLane="best" departPos="random" departSpeed="max" from="gneE22" to="3a"/>
    <trip id="13" type="car" depart="156.00" departLane="best" departPos="random" departSpeed="max" from="-gneE17" to="-gneE19"/>
    <trip id="14" type="car" depart="168.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="9b"/>
    <trip id="15" type="car" depart="180.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="gneE16"/>
    <trip id="16" type="car" depart="192.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="gneE8"/>
    <trip id="17" type="car" depart="204.00" departLane="best" departPos="random" departSpeed="max" from="11b" to="8a"/>
    <trip id="18" type="car" depart="216.00" departLane="best" departPos="random" departSpeed="max" from="gneE12" to="gneE10"/>
    <trip id="19" type="car" depart="228.00" departLane="best" departPos="random" departSpeed="max" from="gneE17" to="9a"/>
    <trip id="20" type="car" depart="240.00" departLane="best" departPos="random" departSpeed="max" from="8b" to="-gneE17"/>
    <trip id="21" type="car" depart="252.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="2a"/>
    <trip id="22" type="car" depart="264.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="11b"/>
    <trip id="23" type="car" depart="276.00" departLane="best" departPos="random" departSpeed="max" from="-gneE17" to="2a"/>
    <trip id="24" type="car" depart="288.00" departLane="best" departPos="random" departSpeed="max" from="6b" to="4a"/>
    <trip id="25" type="car" depart="300.00" departLane="best" departPos="random" departSpeed="max" from="11b" to="11a"/>
    <trip id="26" type="car" depart="312.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="gneE29"/>
    <trip id="27" type="car" depart="324.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="9b"/>
    <trip id="28" type="car" depart="336.00" departLane="best" departPos="random" departSpeed="max" from="-gneE22" to="gneE16"/>
    <trip id="29" type="car" depart="348.00" departLane="best" departPos="random" departSpeed="max" from="-gneE20" to="4a"/>
    <trip id="30" type="car" depart="360.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="gneE11"/>
    <trip id="31" type="car" depart="372.00" departLane="best" departPos="random" departSpeed="max" from="5a" to="gneE14"/>
    <trip id="32" type="car" depart="384.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="gneE18"/>
    <trip id="33" type="car" depart="396.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="-gneE16"/>
    <trip id="34" type="car" depart="408.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="1b"/>
    <trip id="35" type="car" depart="420.00" departLane="best" departPos="random" departSpeed="max" from="-gneE23" to="gneE29"/>
    <trip id="36" type="car" depart="432.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="2b"/>
    <trip id="37" type="car" depart="444.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="4b"/>
    <trip id="38" type="car" depart="456.00" departLane="best" departPos="random" departSpeed="max" from="gneE19" to="6a"/>
    <trip id="39" type="car" depart="468.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="1a"/>
    <trip id="40" type="car" depart="480.00" departLane="best" departPos="random" departSpeed="max" from="5a" to="1b"/>
    <trip id="41" type="car" depart="492.00" departLane="best" departPos="random" departSpeed="max" from="5b" to="gneE25"/>
    <trip id="42" type="car" depart="504.00" departLane="best" departPos="random" departSpeed="max" from="1a" to="11b"/>
    <trip id="43" type="car" depart="516.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="7a"/>
    <trip id="44" type="car" depart="528.00" departLane="best" departPos="random" departSpeed="max" from="-gneE17" to="-gneE17"/>
    <trip id="45" type="car" depart="540.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="gneE10"/>
    <trip id="46" type="car" depart="552.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="5a"/>
    <trip id="47" type="car" depart="564.00" departLane="best" departPos="random" departSpeed="max" from="-gneE15" to="4a"/>
    <trip id="48" type="car" depart="576.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="7b"/>
    <trip id="49" type="car" depart="588.00" departLane="best" departPos="random" departSpeed="max" from="gneE8" to="gneE23"/>
    <trip id="50" type="car" depart="600.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="gneE15"/>
    <trip id="51" type="car" depart="612.00" departLane="best" departPos="random" departSpeed="max" from="8a" to="8a"/>
    <trip id="52" type="car" depart="624.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="gneE11"/>
    <trip id="53" type="car" depart="636.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="5b"/>
    <trip id="54" type="car" depart="648.00" departLane="best" departPos="random" departSpeed="max" from="2b" to="gneE29"/>
    <trip id="55" type="car" depart="660.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="1b"/>
    <trip id="56" type="car" depart="672.00" departLane="best" departPos="random" departSpeed="max" from="3b" to="10b"/>
    <trip id="57" type="car" depart="684.00" departLane="best" departPos="random" departSpeed="max" from="gneE19" to="gneE23"/>
    <trip id="58" type="car" depart="696.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="gneE11"/>
    <trip id="59" type="car" depart="708.00" departLane="best" departPos="random" departSpeed="max" from="6a" to="10a"/>
    <trip id="60" type="car" depart="720.00" departLane="best" departPos="random" departSpeed="max" from="9b" to="8a"/>
    <trip id="61" type="car" depart="732.00" departLane="best" departPos="random" departSpeed="max" from="gneE10" to="7b"/>
    <trip id="62" type="car" depart="744.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="3a"/>
    <trip id="63" type="car" depart="756.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="gneE28"/>
    <trip id="64" type="car" depart="768.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="gneE22"/>
    <trip id="65" type="car" depart="780.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="-gneE17"/>
    <trip id="66" type="car" depart="792.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="gneE29"/>
    <trip id="67" type="car" depart="804.00" departLane="best" departPos="random" departSpeed="max" from="-gneE17" to="6b"/>
    <trip id="68" type="car" depart="816.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="gneE17"/>
    <trip id="69" type="car" depart="828.00" departLane="best" departPos="random" departSpeed="max" from="9b" to="-gneE22"/>
    <trip id="70" type="car" depart="840.00" departLane="best" departPos="random" departSpeed="max" from="3a" to="8a"/>
    <trip id="71" type="car" depart="852.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="gneE24"/>
    <trip id="72" type="car" depart="864.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="11a"/>
    <trip id="73" type="car" depart="876.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="gneE16"/>
    <trip id="74" type="car" depart="888.00" departLane="best" departPos="random" departSpeed="max" from="-gneE23" to="2b"/>
    <trip id="75" type="car" depart="900.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="gneE11"/>
    <trip id="76" type="car" depart="912.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="7b"/>
    <trip id="77" type="car" depart="924.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="11b"/>
    <trip id="78" type="car" depart="936.00" departLane="best" departPos="random" departSpeed="max" from="10b" to="9a"/>
    <trip id="79" type="car" depart="948.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="11b"/>
    <trip id="80" type="car" depart="960.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="gneE10"/>
    <trip id="81" type="car" depart="972.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="gneE25"/>
    <trip id="82" type="car" depart="984.00" departLane="best" departPos="random" departSpeed="max" from="gneE17" to="-gneE18"/>
    <trip id="83" type="car" depart="996.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="gneE12"/>
    <trip id="84" type="car" depart="1008.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="-gneE22"/>
    <trip id="85" type="car" depart="1020.00" departLane="best" departPos="random" departSpeed="max" from="gneE20" to="8b"/>
    <trip id="86" type="car" depart="1032.00" departLane="best" departPos="random" departSpeed="max" from="3a" to="gneE18"/>
    <trip id="87" type="car" depart="1044.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="10b"/>
    <trip id="88" type="car" depart="1056.00" departLane="best" departPos="random" departSpeed="max" from="-gneE17" to="5b"/>
    <trip id="89" type="car" depart="1068.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="6a"/>
    <trip id="90" type="car" depart="1080.00" departLane="best" departPos="random" departSpeed="max" from="9a" to="gneE12"/>
    <trip id="91" type="car" depart="1092.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="-gneE19"/>
<trip id="ambulance1" from="-gneE23" to="gneE28" type="type_ambulance" depart="1100.0" />
    <trip id="92" type="car" depart="1104.00" departLane="best" departPos="random" departSpeed="max" from="1a" to="3a"/>
    <trip id="93" type="car" depart="1116.00" departLane="best" departPos="random" departSpeed="max" from="gneE17" to="1a"/>
    <trip id="94" type="car" depart="1128.00" departLane="best" departPos="random" departSpeed="max" from="-gneE22" to="6a"/>
    <trip id="95" type="car" depart="1140.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="2a"/>
    <trip id="96" type="car" depart="1152.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="gneE28"/>
    <trip id="97" type="car" depart="1164.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="gneE23"/>
    <trip id="98" type="car" depart="1176.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="-gneE17"/>
    <trip id="99" type="car" depart="1188.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="gneE22"/>
    <trip id="100" type="car" depart="1200.00" departLane="best" departPos="random" departSpeed="max" from="gneE8" to="gneE28"/>
    <trip id="101" type="car" depart="1212.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="10a"/>
    <trip id="102" type="car" depart="1224.00" departLane="best" departPos="random" departSpeed="max" from="3a" to="11b"/>
    <trip id="103" type="car" depart="1236.00" departLane="best" departPos="random" departSpeed="max" from="1a" to="-gneE17"/>
    <trip id="104" type="car" depart="1248.00" departLane="best" departPos="random" departSpeed="max" from="11b" to="gneE9"/>
    <trip id="105" type="car" depart="1260.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="gneE18"/>
    <trip id="106" type="car" depart="1272.00" departLane="best" departPos="random" departSpeed="max" from="2b" to="5a"/>
    <trip id="107" type="car" depart="1284.00" departLane="best" departPos="random" departSpeed="max" from="gneE22" to="gneE9"/>
    <trip id="108" type="car" depart="1296.00" departLane="best" departPos="random" departSpeed="max" from="5a" to="gneE15"/>
    <trip id="109" type="car" depart="1308.00" departLane="best" departPos="random" departSpeed="max" from="-gneE20" to="2a"/>
    <trip id="110" type="car" depart="1320.00" departLane="best" departPos="random" departSpeed="max" from="gneE8" to="9a"/>
    <trip id="111" type="car" depart="1332.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="gneE17"/>
    <trip id="112" type="car" depart="1344.00" departLane="best" departPos="random" departSpeed="max" from="-gneE15" to="9a"/>
    <trip id="113" type="car" depart="1356.00" departLane="best" departPos="random" departSpeed="max" from="3b" to="gneE23"/>
    <trip id="114" type="car" depart="1368.00" departLane="best" departPos="random" departSpeed="max" from="-gneE20" to="gneE8"/>
    <trip id="115" type="car" depart="1380.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="10b"/>
    <trip id="116" type="car" depart="1392.00" departLane="best" departPos="random" departSpeed="max" from="5b" to="gneE12"/>
    <trip id="117" type="car" depart="1404.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="-gneE20"/>
    <trip id="118" type="car" depart="1416.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="1a"/>
    <trip id="119" type="car" depart="1428.00" departLane="best" departPos="random" departSpeed="max" from="5b" to="gneE10"/>
    <trip id="120" type="car" depart="1440.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="9a"/>
    <trip id="121" type="car" depart="1452.00" departLane="best" departPos="random" departSpeed="max" from="4a" to="gneE28"/>
    <trip id="122" type="car" depart="1464.00" departLane="best" departPos="random" departSpeed="max" from="-gneE23" to="gneE15"/>
    <trip id="123" type="car" depart="1476.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="4b"/>
    <trip id="124" type="car" depart="1488.00" departLane="best" departPos="random" departSpeed="max" from="7b" to="2b"/>
    <trip id="125" type="car" depart="1500.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="gneE17"/>
    <trip id="126" type="car" depart="1512.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="6a"/>
    <trip id="127" type="car" depart="1524.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="gneE9"/>
    <trip id="128" type="car" depart="1536.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="11b"/>
    <trip id="129" type="car" depart="1548.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="gneE28"/>
    <trip id="130" type="car" depart="1560.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="gneE24"/>
    <trip id="131" type="car" depart="1572.00" departLane="best" departPos="random" departSpeed="max" from="11b" to="10a"/>
    <trip id="132" type="car" depart="1584.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="gneE15"/>
    <trip id="133" type="car" depart="1596.00" departLane="best" departPos="random" departSpeed="max" from="6a" to="gneE9"/>
    <trip id="134" type="car" depart="1608.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="-gneE12"/>
    <trip id="135" type="car" depart="1620.00" departLane="best" departPos="random" departSpeed="max" from="gneE12" to="2b"/>
    <trip id="136" type="car" depart="1632.00" departLane="best" departPos="random" departSpeed="max" from="7b" to="gneE29"/>
    <trip id="137" type="car" depart="1644.00" departLane="best" departPos="random" departSpeed="max" from="-gneE19" to="-gneE20"/>
    <trip id="138" type="car" depart="1656.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="8b"/>
    <trip id="139" type="car" depart="1668.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="9b"/>
    <trip id="140" type="car" depart="1680.00" departLane="best" departPos="random" departSpeed="max" from="8b" to="11a"/>
    <trip id="141" type="car" depart="1692.00" departLane="best" departPos="random" departSpeed="max" from="6b" to="1b"/>
    <trip id="142" type="car" depart="1704.00" departLane="best" departPos="random" departSpeed="max" from="3a" to="gneE25"/>
    <trip id="143" type="car" depart="1716.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="-gneE19"/>
    <trip id="144" type="car" depart="1728.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="2a"/>
    <trip id="145" type="car" depart="1740.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="gneE18"/>
    <trip id="146" type="car" depart="1752.00" departLane="best" departPos="random" departSpeed="max" from="6b" to="1b"/>
    <trip id="147" type="car" depart="1764.00" departLane="best" departPos="random" departSpeed="max" from="9a" to="8a"/>
    <trip id="148" type="car" depart="1776.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="-gneE12"/>
    <trip id="149" type="car" depart="1788.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="gneE24"/>
    <trip id="150" type="car" depart="1800.00" departLane="best" departPos="random" departSpeed="max" from="gneE19" to="8a"/>
    <trip id="151" type="car" depart="1812.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="9a"/>
    <trip id="152" type="car" depart="1824.00" departLane="best" departPos="random" departSpeed="max" from="-gneE19" to="-gneE20"/>
    <trip id="153" type="car" depart="1836.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="gneE25"/>
    <trip id="154" type="car" depart="1848.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="gneE23"/>
    <trip id="155" type="car" depart="1860.00" departLane="best" departPos="random" departSpeed="max" from="gneE19" to="11a"/>
    <trip id="156" type="car" depart="1872.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="-gneE19"/>
    <trip id="157" type="car" depart="1884.00" departLane="best" departPos="random" departSpeed="max" from="gneE10" to="gneE24"/>
    <trip id="158" type="car" depart="1896.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="gneE10"/>
    <trip id="159" type="car" depart="1908.00" departLane="best" departPos="random" departSpeed="max" from="-gneE20" to="gneE28"/>
    <trip id="160" type="car" depart="1920.00" departLane="best" departPos="random" departSpeed="max" from="gneE17" to="gneE8"/>
    <trip id="161" type="car" depart="1932.00" departLane="best" departPos="random" departSpeed="max" from="gneE12" to="gneE24"/>
    <trip id="162" type="car" depart="1944.00" departLane="best" departPos="random" departSpeed="max" from="-gneE14" to="gneE16"/>
    <trip id="163" type="car" depart="1956.00" departLane="best" departPos="random" departSpeed="max" from="10b" to="gneE28"/>
    <trip id="164" type="car" depart="1968.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="gneE23"/>
    <trip id="165" type="car" depart="1980.00" departLane="best" departPos="random" departSpeed="max" from="gneE12" to="1b"/>
    <trip id="166" type="car" depart="1992.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="-gneE20"/>
    <trip id="167" type="car" depart="2004.00" departLane="best" departPos="random" departSpeed="max" from="gneE17" to="gneE23"/>
    <trip id="168" type="car" depart="2016.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="gneE20"/>
    <trip id="169" type="car" depart="2028.00" departLane="best" departPos="random" departSpeed="max" from="2b" to="2b"/>
    <trip id="170" type="car" depart="2040.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="11b"/>
    <trip id="171" type="car" depart="2052.00" departLane="best" departPos="random" departSpeed="max" from="-gneE14" to="11a"/>
    <trip id="172" type="car" depart="2064.00" departLane="best" departPos="random" departSpeed="max" from="10b" to="gneE23"/>
    <trip id="173" type="car" depart="2076.00" departLane="best" departPos="random" departSpeed="max" from="gneE8" to="2a"/>
    <trip id="174" type="car" depart="2088.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="4b"/>
    <trip id="175" type="car" depart="2100.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="8a"/>
    <trip id="176" type="car" depart="2112.00" departLane="best" departPos="random" departSpeed="max" from="gneE22" to="-gneE20"/>
    <trip id="177" type="car" depart="2124.00" departLane="best" departPos="random" departSpeed="max" from="gneE8" to="10b"/>
    <trip id="178" type="car" depart="2136.00" departLane="best" departPos="random" departSpeed="max" from="gneE8" to="1b"/>
    <trip id="179" type="car" depart="2148.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="5b"/>
    <trip id="180" type="car" depart="2160.00" departLane="best" departPos="random" departSpeed="max" from="9a" to="2b"/>
    <trip id="181" type="car" depart="2172.00" departLane="best" departPos="random" departSpeed="max" from="6a" to="7b"/>
    <trip id="182" type="car" depart="2184.00" departLane="best" departPos="random" departSpeed="max" from="1a" to="9a"/>
    <trip id="183" type="car" depart="2196.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="gneE15"/>
    <trip id="184" type="car" depart="2208.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="gneE28"/>
    <trip id="185" type="car" depart="2220.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="gneE15"/>
    <trip id="186" type="car" depart="2232.00" departLane="best" departPos="random" departSpeed="max" from="9a" to="gneE12"/>
    <trip id="187" type="car" depart="2244.00" departLane="best" departPos="random" departSpeed="max" from="11b" to="-gneE18"/>
    <trip id="188" type="car" depart="2256.00" departLane="best" departPos="random" departSpeed="max" from="7b" to="3a"/>
    <trip id="189" type="car" depart="2268.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="gneE22"/>
    <trip id="190" type="car" depart="2280.00" departLane="best" departPos="random" departSpeed="max" from="8b" to="2b"/>
    <trip id="191" type="car" depart="2292.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="5a"/>
    <trip id="192" type="car" depart="2304.00" departLane="best" departPos="random" departSpeed="max" from="1a" to="2a"/>
    <trip id="193" type="car" depart="2316.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="5a"/>
    <trip id="194" type="car" depart="2328.00" departLane="best" departPos="random" departSpeed="max" from="gneE22" to="gneE12"/>
    <trip id="195" type="car" depart="2340.00" departLane="best" departPos="random" departSpeed="max" from="gneE19" to="9b"/>
    <trip id="196" type="car" depart="2352.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="8a"/>
    <trip id="197" type="car" depart="2364.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="2a"/>
    <trip id="198" type="car" depart="2376.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="9a"/>
    <trip id="199" type="car" depart="2388.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="6a"/>
    <trip id="200" type="car" depart="2400.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="11b"/>
    <trip id="201" type="car" depart="2412.00" departLane="best" departPos="random" departSpeed="max" from="3a" to="gneE25"/>
    <trip id="202" type="car" depart="2424.00" departLane="best" departPos="random" departSpeed="max" from="gneE11" to="10a"/>
    <trip id="203" type="car" depart="2436.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="7b"/>
    <trip id="204" type="car" depart="2448.00" departLane="best" departPos="random" departSpeed="max" from="6b" to="3a"/>
    <trip id="205" type="car" depart="2460.00" departLane="best" departPos="random" departSpeed="max" from="gneE12" to="gneE17"/>
    <trip id="206" type="car" depart="2472.00" departLane="best" departPos="random" departSpeed="max" from="7b" to="11b"/>
    <trip id="207" type="car" depart="2484.00" departLane="best" departPos="random" departSpeed="max" from="-gneE23" to="-gneE16"/>
    <trip id="208" type="car" depart="2496.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="6b"/>
    <trip id="209" type="car" depart="2508.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="-gneE18"/>
    <trip id="210" type="car" depart="2520.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="gneE10"/>
    <trip id="211" type="car" depart="2532.00" departLane="best" departPos="random" departSpeed="max" from="-gneE23" to="gneE14"/>
    <trip id="212" type="car" depart="2544.00" departLane="best" departPos="random" departSpeed="max" from="3b" to="1a"/>
    <trip id="213" type="car" depart="2556.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="-gneE12"/>
    <trip id="214" type="car" depart="2568.00" departLane="best" departPos="random" departSpeed="max" from="9b" to="gneE18"/>
    <trip id="215" type="car" depart="2580.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="5a"/>
    <trip id="216" type="car" depart="2592.00" departLane="best" departPos="random" departSpeed="max" from="-gneE22" to="gneE8"/>
    <trip id="217" type="car" depart="2604.00" departLane="best" departPos="random" departSpeed="max" from="4a" to="-gneE17"/>
    <trip id="218" type="car" depart="2616.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="gneE22"/>
    <trip id="219" type="car" depart="2628.00" departLane="best" departPos="random" departSpeed="max" from="2b" to="gneE19"/>
    <trip id="220" type="car" depart="2640.00" departLane="best" departPos="random" departSpeed="max" from="7b" to="gneE9"/>
    <trip id="221" type="car" depart="2652.00" departLane="best" departPos="random" departSpeed="max" from="5b" to="gneE29"/>
    <trip id="222" type="car" depart="2664.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="9b"/>
    <trip id="223" type="car" depart="2676.00" departLane="best" departPos="random" departSpeed="max" from="8b" to="7a"/>
    <trip id="224" type="car" depart="2688.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="8a"/>
    <trip id="225" type="car" depart="2700.00" departLane="best" departPos="random" departSpeed="max" from="gneE19" to="gneE16"/>
    <trip id="226" type="car" depart="2712.00" departLane="best" departPos="random" departSpeed="max" from="3a" to="1b"/>
    <trip id="227" type="car" depart="2724.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="gneE10"/>
    <trip id="228" type="car" depart="2736.00" departLane="best" departPos="random" departSpeed="max" from="9b" to="7b"/>
    <trip id="229" type="car" depart="2748.00" departLane="best" departPos="random" departSpeed="max" from="6b" to="1b"/>
    <trip id="230" type="car" depart="2760.00" departLane="best" departPos="random" departSpeed="max" from="-gneE16" to="2a"/>
    <trip id="231" type="car" depart="2772.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="3a"/>
    <trip id="232" type="car" depart="2784.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="-gneE22"/>
    <trip id="233" type="car" depart="2796.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="gneE14"/>
    <trip id="234" type="car" depart="2808.00" departLane="best" departPos="random" departSpeed="max" from="8b" to="-gneE18"/>
    <trip id="235" type="car" depart="2820.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="8a"/>
    <trip id="236" type="car" depart="2832.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="11a"/>
    <trip id="237" type="car" depart="2844.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="gneE25"/>
    <trip id="238" type="car" depart="2856.00" departLane="best" departPos="random" departSpeed="max" from="5b" to="gneE14"/>
    <trip id="239" type="car" depart="2868.00" departLane="best" departPos="random" departSpeed="max" from="gneE17" to="gneE17"/>
    <trip id="240" type="car" depart="2880.00" departLane="best" departPos="random" departSpeed="max" from="11b" to="-gneE12"/>
    <trip id="241" type="car" depart="2892.00" departLane="best" departPos="random" departSpeed="max" from="11a" to="gneE17"/>
    <trip id="242" type="car" depart="2904.00" departLane="best" departPos="random" departSpeed="max" from="gneE17" to="gneE29"/>
    <trip id="243" type="car" depart="2916.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="gneE17"/>
    <trip id="244" type="car" depart="2928.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="9b"/>
    <trip id="245" type="car" depart="2940.00" departLane="best" departPos="random" departSpeed="max" from="-gneE24" to="11b"/>
    <trip id="246" type="car" depart="2952.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="-gneE16"/>
    <trip id="247" type="car" depart="2964.00" departLane="best" departPos="random" departSpeed="max" from="10b" to="gneE12"/>
    <trip id="248" type="car" depart="2976.00" departLane="best" departPos="random" departSpeed="max" from="1b" to="10a"/>
    <trip id="249" type="car" depart="2988.00" departLane="best" departPos="random" departSpeed="max" from="2b" to="-gneE20"/>
    <trip id="250" type="car" depart="3000.00" departLane="best" departPos="random" departSpeed="max" from="6b" to="-gneE16"/>
    <trip id="251" type="car" depart="3012.00" departLane="best" departPos="random" departSpeed="max" from="1a" to="8b"/>
    <trip id="252" type="car" depart="3024.00" departLane="best" departPos="random" departSpeed="max" from="-gneE14" to="gneE11"/>
    <trip id="253" type="car" depart="3036.00" departLane="best" departPos="random" departSpeed="max" from="-gneE19" to="6a"/>
    <trip id="254" type="car" depart="3048.00" departLane="best" departPos="random" departSpeed="max" from="-gneE15" to="4a"/>
    <trip id="255" type="car" depart="3060.00" departLane="best" departPos="random" departSpeed="max" from="-gneE23" to="3a"/>
    <trip id="256" type="car" depart="3072.00" departLane="best" departPos="random" departSpeed="max" from="9b" to="4a"/>
    <trip id="257" type="car" depart="3084.00" departLane="best" departPos="random" departSpeed="max" from="9b" to="gneE22"/>
    <trip id="258" type="car" depart="3096.00" departLane="best" departPos="random" departSpeed="max" from="-gneE25" to="-gneE18"/>
    <trip id="259" type="car" depart="3108.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="8a"/>
    <trip id="260" type="car" depart="3120.00" departLane="best" departPos="random" departSpeed="max" from="gneE9" to="3b"/>
    <trip id="261" type="car" depart="3132.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="gneE18"/>
    <trip id="262" type="car" depart="3144.00" departLane="best" departPos="random" departSpeed="max" from="7a" to="gneE17"/>
    <trip id="263" type="car" depart="3156.00" departLane="best" departPos="random" departSpeed="max" from="gneE22" to="11a"/>
    <trip id="264" type="car" depart="3168.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="10a"/>
    <trip id="265" type="car" depart="3180.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="gneE12"/>
    <trip id="266" type="car" depart="3192.00" departLane="best" departPos="random" departSpeed="max" from="5a" to="11b"/>
    <trip id="267" type="car" depart="3204.00" departLane="best" departPos="random" departSpeed="max" from="8a" to="gneE18"/>
    <trip id="268" type="car" depart="3216.00" departLane="best" departPos="random" departSpeed="max" from="-gneE20" to="9b"/>
    <trip id="269" type="car" depart="3228.00" departLane="best" departPos="random" departSpeed="max" from="9b" to="-gneE20"/>
    <trip id="270" type="car" depart="3240.00" departLane="best" departPos="random" departSpeed="max" from="gneE12" to="gneE8"/>
    <trip id="271" type="car" depart="3252.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="-gneE16"/>
    <trip id="272" type="car" depart="3264.00" departLane="best" departPos="random" departSpeed="max" from="10a" to="gneE12"/>
    <trip id="273" type="car" depart="3276.00" departLane="best" departPos="random" departSpeed="max" from="gneE8" to="4b"/>
    <trip id="274" type="car" depart="3288.00" departLane="best" departPos="random" departSpeed="max" from="8b" to="-gneE18"/>
    <trip id="275" type="car" depart="3300.00" departLane="best" departPos="random" departSpeed="max" from="8a" to="gneE10"/>
    <trip id="276" type="car" depart="3312.00" departLane="best" departPos="random" departSpeed="max" from="-gneE17" to="gneE18"/>
    <trip id="277" type="car" depart="3324.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="9b"/>
    <trip id="278" type="car" depart="3336.00" departLane="best" departPos="random" departSpeed="max" from="-gneE18" to="gneE9"/>
    <trip id="279" type="car" depart="3348.00" departLane="best" departPos="random" departSpeed="max" from="gneE10" to="3b"/>
    <trip id="280" type="car" depart="3360.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="4a"/>
    <trip id="281" type="car" depart="3372.00" departLane="best" departPos="random" departSpeed="max" from="3b" to="3b"/>
    <trip id="282" type="car" depart="3384.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="gneE20"/>
    <trip id="283" type="car" depart="3396.00" departLane="best" departPos="random" departSpeed="max" from="-gneE17" to="gneE8"/>
    <trip id="284" type="car" depart="3408.00" departLane="best" departPos="random" departSpeed="max" from="6b" to="gneE20"/>
    <trip id="285" type="car" depart="3420.00" departLane="best" departPos="random" departSpeed="max" from="8b" to="5b"/>
    <trip id="286" type="car" depart="3432.00" departLane="best" departPos="random" departSpeed="max" from="9a" to="gneE8"/>
    <trip id="287" type="car" depart="3444.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="gneE19"/>
    <trip id="288" type="car" depart="3456.00" departLane="best" departPos="random" departSpeed="max" from="4b" to="6b"/>
    <trip id="289" type="car" depart="3468.00" departLane="best" departPos="random" departSpeed="max" from="2a" to="gneE16"/>
    <trip id="290" type="car" depart="3480.00" departLane="best" departPos="random" departSpeed="max" from="-gneE28" to="gneE23"/>
    <trip id="291" type="car" depart="3492.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="-gneE19"/>
    <trip id="292" type="car" depart="3504.00" departLane="best" departPos="random" departSpeed="max" from="gneE18" to="1a"/>
    <trip id="293" type="car" depart="3516.00" departLane="best" departPos="random" departSpeed="max" from="2b" to="9b"/>
    <trip id="294" type="car" depart="3528.00" departLane="best" departPos="random" departSpeed="max" from="11b" to="-gneE16"/>
    <trip id="295" type="car" depart="3540.00" departLane="best" departPos="random" departSpeed="max" from="gneE16" to="10b"/>
    <trip id="296" type="car" depart="3552.00" departLane="best" departPos="random" departSpeed="max" from="-gneE23" to="gneE19"/>
    <trip id="297" type="car" depart="3564.00" departLane="best" departPos="random" departSpeed="max" from="10b" to="gneE24"/>
    <trip id="298" type="car" depart="3576.00" departLane="best" departPos="random" departSpeed="max" from="8a" to="1b"/>
    <trip id="299" type="car" depart="3588.00" departLane="best" departPos="random" departSpeed="max" from="-gneE12" to="gneE29"/>
</routes>

<viewsettings>
    <viewport y="100" x="50" zoom="100"/>
    <delay value="200"/>
    <scheme name="real world"/>
</viewsettings>
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd";>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_-gneE18_0" lane="-gneE18_0" pos="51.2"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_10a_0" lane="10a_0" pos="7.619999999999997"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_11b_0" lane="11b_0" pos="14.719999999999999"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1b_0" lane="1b_0" pos="32.18"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1b_1" lane="1b_1" pos="32.18"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_1b_2" lane="1b_2" pos="32.18"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2a_0" lane="2a_0" pos="50.349999999999994"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_2a_1" lane="2a_1" pos="50.349999999999994"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3b_0" lane="3b_0" pos="63.16"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3b_1" lane="3b_1" pos="63.16"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_3b_2" lane="3b_2" pos="63.16"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4a_0" lane="4a_0" pos="39.519999999999996"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_4a_1" lane="4a_1" pos="39.519999999999996"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_7b_0" lane="7b_0" pos="1.4699999999999989"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_8a_0" lane="8a_0" pos="14.14"/>
    <e1Detector file="e1output.xml" freq="60" friendlyPos="x" id="e1det_gneE22_0" lane="gneE22_0" pos="58.760000000000005"/>
</additional>
<net xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.3" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd";>

    <location convBoundary="-243.51,17.11,267.56,231.33" netOffset="0.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!" />

    <edge function="internal" id=":gneJ10_0">
        <lane id=":gneJ10_0_0" index="0" length="32.57" shape="-170.73,111.84 -176.21,108.18 -184.59,102.86 -193.13,98.10 -199.08,96.12" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ10_1">
        <lane id=":gneJ10_1_0" index="0" length="35.01" shape="-170.73,111.84 -177.10,104.46 -178.37,96.07 -174.69,89.17 -166.22,86.28" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ10_2">
        <lane id=":gneJ10_2_0" index="0" length="28.40" shape="-170.73,111.84 -175.76,105.88 -176.49,99.13 -173.21,93.60 -166.20,91.28" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ10_3">
        <lane id=":gneJ10_3_0" index="0" length="14.01" shape="-166.16,101.28 -170.84,101.72 -172.75,103.01 -171.87,105.14 -168.22,108.10" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ10_4">
        <lane id=":gneJ10_4_0" index="0" length="32.90" shape="-166.18,96.28 -199.08,96.12" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ10_5">
        <lane id=":gneJ10_5_0" index="0" length="34.90" shape="-199.26,91.87 -194.10,90.14 -186.50,86.52 -177.03,82.93 -166.25,81.28" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ10_6">
        <lane id=":gneJ10_6_0" index="0" length="7.18" shape="-199.26,91.87 -192.89,93.93 -192.46,94.15" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ10_7">
        <lane id=":gneJ10_7_0" index="0" length="27.98" shape="-192.46,94.15 -183.42,98.86 -174.12,104.36 -168.22,108.10" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_0">
        <lane id=":gneJ11_0_0" index="0" length="34.47" shape="-70.37,112.45 -83.55,106.54 -93.07,103.82 -98.91,104.30 -101.07,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_1">
        <lane id=":gneJ11_1_0" index="0" length="43.61" shape="-70.37,112.45 -77.40,109.72 -89.27,105.89 -102.17,102.49 -112.32,101.04" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_2">
        <lane id=":gneJ11_2_0" index="0" length="53.91" shape="-70.37,112.45 -85.39,103.65 -96.22,94.39 -102.84,84.66 -105.25,74.46" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_3">
        <lane id=":gneJ11_3_0" index="0" length="29.18" shape="-70.37,112.45 -75.88,106.92 -76.80,99.93 -73.52,93.97 -66.41,91.51" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_4">
        <lane id=":gneJ11_4_0" index="0" length="16.35" shape="-66.56,101.51 -72.25,101.84 -74.42,103.02 -73.04,105.07 -68.13,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_5">
        <lane id=":gneJ11_5_0" index="0" length="36.38" shape="-66.56,101.51 -81.49,101.73 -92.23,102.89 -98.75,104.97 -101.07,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_6">
        <lane id=":gneJ11_6_0" index="0" length="45.81" shape="-66.56,101.51 -112.32,101.04" speed="13.89" width="4.75" />
        <lane id=":gneJ11_6_1" index="1" length="45.81" shape="-66.49,96.51 -112.34,96.04" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_8">
        <lane id=":gneJ11_8_0" index="0" length="20.20" shape="-66.49,96.51 -83.20,94.93 -86.42,93.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_23">
        <lane id=":gneJ11_23_0" index="0" length="29.18" shape="-86.42,93.81 -95.24,90.73 -102.59,83.91 -105.25,74.46" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_9">
        <lane id=":gneJ11_9_0" index="0" length="36.89" shape="-101.25,74.34 -98.99,77.30 -92.41,79.47 -81.50,80.88 -66.27,81.51" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_10">
        <lane id=":gneJ11_10_0" index="0" length="49.17" shape="-101.25,74.34 -98.99,82.95 -92.71,91.42 -82.43,99.76 -68.13,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_11">
        <lane id=":gneJ11_11_0" index="0" length="33.64" shape="-101.25,74.34 -101.12,81.00 -100.99,91.16 -100.95,101.32 -101.07,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_12">
        <lane id=":gneJ11_12_0" index="0" length="15.68" shape="-101.25,74.34 -101.70,83.82 -103.45,89.76" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_24">
        <lane id=":gneJ11_24_0" index="0" length="11.55" shape="-103.45,89.76 -103.70,90.59 -107.25,94.67 -112.34,96.04" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_13">
        <lane id=":gneJ11_13_0" index="0" length="11.14" shape="-112.41,81.04 -109.20,80.62 -106.94,79.38 -105.62,77.33 -105.25,74.46" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_14">
        <lane id=":gneJ11_14_0" index="0" length="46.04" shape="-112.41,81.04 -66.27,81.51" speed="13.89" width="4.75" />
        <lane id=":gneJ11_14_1" index="1" length="46.04" shape="-112.38,86.04 -66.34,86.51" speed="13.89" width="4.75" />
        <lane id=":gneJ11_14_2" index="2" length="46.04" shape="-112.36,91.04 -66.41,91.51" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_17">
        <lane id=":gneJ11_17_0" index="0" length="13.73" shape="-112.36,91.04 -99.75,93.35 -98.91,93.68" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_18">
        <lane id=":gneJ11_18_0" index="0" length="7.78" shape="-112.36,91.04 -107.03,92.08 -105.26,93.61" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_25">
        <lane id=":gneJ11_25_0" index="0" length="33.98" shape="-98.91,93.68 -86.30,98.65 -74.82,104.38 -68.13,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_26">
        <lane id=":gneJ11_26_0" index="0" length="15.59" shape="-105.26,93.61 -103.37,95.25 -101.38,100.55 -101.07,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_19">
        <lane id=":gneJ11_19_0" index="0" length="10.56" shape="-106.06,107.67 -106.30,104.76 -107.42,102.68 -109.43,101.45 -112.32,101.04" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_20">
        <lane id=":gneJ11_20_0" index="0" length="33.22" shape="-106.06,107.67 -105.78,101.08 -105.48,91.07 -105.27,81.06 -105.25,74.46" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_21">
        <lane id=":gneJ11_21_0" index="0" length="8.66" shape="-106.06,107.67 -103.45,99.41" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_22">
        <lane id=":gneJ11_22_0" index="0" length="6.00" shape="-106.06,107.67 -103.46,102.27" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_27">
        <lane id=":gneJ11_27_0" index="0" length="41.15" shape="-103.45,99.41 -103.07,98.21 -95.46,91.53 -83.22,87.63 -66.34,86.51" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ11_28">
        <lane id=":gneJ11_28_0" index="0" length="38.58" shape="-103.46,102.27 -102.39,100.03 -93.81,98.64 -81.88,101.83 -68.13,107.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_0">
        <lane id=":gneJ12_0_0" index="0" length="10.06" shape="10.09,109.05 9.70,106.22 8.57,104.19 6.70,102.95 4.10,102.51" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_1">
        <lane id=":gneJ12_1_0" index="0" length="33.16" shape="10.09,109.05 10.85,75.90" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_2">
        <lane id=":gneJ12_2_0" index="0" length="22.04" shape="10.09,109.05 10.70,101.87 12.65,96.71 15.95,93.57 20.58,92.46" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_3">
        <lane id=":gneJ12_3_0" index="0" length="11.86" shape="20.74,100.96 17.81,101.51 15.72,103.04 14.49,105.54 14.09,109.02" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_4">
        <lane id=":gneJ12_4_0" index="0" length="16.61" shape="20.74,100.96 4.10,102.51" speed="13.89" width="4.75" />
        <lane id=":gneJ12_4_1" index="1" length="16.61" shape="20.67,96.96 4.17,97.51" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_6">
        <lane id=":gneJ12_6_0" index="0" length="5.60" shape="20.67,96.96 16.18,95.72 15.59,94.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_15">
        <lane id=":gneJ12_15_0" index="0" length="20.21" shape="15.59,94.98 13.05,91.79 11.27,85.19 10.85,75.90" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_7">
        <lane id=":gneJ12_7_0" index="0" length="10.12" shape="14.45,75.99 14.76,78.86 15.86,80.90 17.74,82.10 20.40,82.46" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_8">
        <lane id=":gneJ12_8_0" index="0" length="33.03" shape="14.45,75.99 14.09,109.02" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_9">
        <lane id=":gneJ12_9_0" index="0" length="26.13" shape="14.45,75.99 13.61,85.46 11.62,92.20 8.47,96.22 4.17,97.51" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_10">
        <lane id=":gneJ12_10_0" index="0" length="10.52" shape="4.38,82.51 7.15,82.13 9.15,80.90 10.38,78.83 10.85,75.90" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_11">
        <lane id=":gneJ12_11_0" index="0" length="16.18" shape="4.38,82.51 20.40,82.46" speed="13.89" width="4.75" />
        <lane id=":gneJ12_11_1" index="1" length="16.18" shape="4.31,87.51 20.49,87.46" speed="13.89" width="4.75" />
        <lane id=":gneJ12_11_2" index="2" length="16.18" shape="4.24,92.51 20.58,92.46" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_14">
        <lane id=":gneJ12_14_0" index="0" length="6.13" shape="4.24,92.51 8.51,93.59 9.72,94.82" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ12_16">
        <lane id=":gneJ12_16_0" index="0" length="15.31" shape="9.72,94.82 11.57,96.71 13.43,101.85 14.09,109.02" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_0">
        <lane id=":gneJ13_0_0" index="0" length="10.49" shape="121.28,104.86 120.53,102.36 119.02,100.58 116.75,99.54 113.72,99.24" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_1">
        <lane id=":gneJ13_1_0" index="0" length="30.83" shape="121.28,104.86 120.71,98.67 120.06,89.50 119.50,80.33 119.20,74.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_2">
        <lane id=":gneJ13_2_0" index="0" length="7.01" shape="121.28,104.86 122.44,98.34 122.66,98.02" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_3">
        <lane id=":gneJ13_3_0" index="0" length="6.46" shape="121.28,104.86 122.70,98.57" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_24">
        <lane id=":gneJ13_24_0" index="0" length="35.79" shape="122.66,98.02 127.51,91.14 136.48,83.27 149.34,74.73" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_25">
        <lane id=":gneJ13_25_0" index="0" length="31.83" shape="122.70,98.57 122.86,97.86 129.20,93.62 139.37,91.50 152.45,90.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_4">
        <lane id=":gneJ13_4_0" index="0" length="29.55" shape="152.50,97.67 140.27,98.17 131.65,99.44 126.64,101.51 125.24,104.36" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_5">
        <lane id=":gneJ13_5_0" index="0" length="38.83" shape="152.50,97.67 113.72,99.24" speed="13.89" width="4.75" />
        <lane id=":gneJ13_5_1" index="1" length="38.83" shape="152.47,94.47 113.64,95.24" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_7">
        <lane id=":gneJ13_7_0" index="0" length="15.72" shape="152.47,94.47 138.16,93.29 136.89,92.82" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_8">
        <lane id=":gneJ13_8_0" index="0" length="4.95" shape="152.47,94.47 147.80,92.86" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_26">
        <lane id=":gneJ13_26_0" index="0" length="27.92" shape="136.89,92.82 127.84,89.50 121.52,83.10 119.20,74.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_27">
        <lane id=":gneJ13_27_0" index="0" length="22.19" shape="147.80,92.86 145.96,92.22 143.17,86.77 144.25,80.23 149.34,74.73" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_9">
        <lane id=":gneJ13_9_0" index="0" length="11.94" shape="150.99,77.47 147.65,79.86 146.77,81.56 148.35,82.56 152.39,82.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_10">
        <lane id=":gneJ13_10_0" index="0" length="38.62" shape="150.99,77.47 139.22,85.24 131.00,92.31 126.35,98.68 125.24,104.36" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_11">
        <lane id=":gneJ13_11_0" index="0" length="41.60" shape="150.99,77.47 144.75,81.31 134.46,87.25 123.09,92.75 113.64,95.24" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_12">
        <lane id=":gneJ13_12_0" index="0" length="40.65" shape="150.99,77.47 139.67,83.29 129.59,85.87 122.26,83.41 119.20,74.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_13">
        <lane id=":gneJ13_13_0" index="0" length="32.68" shape="123.20,73.98 125.02,80.07 129.99,82.22 138.10,80.44 149.34,74.73" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_14">
        <lane id=":gneJ13_14_0" index="0" length="34.95" shape="123.20,73.98 125.18,79.70 130.71,83.75 139.79,86.14 152.42,86.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_15">
        <lane id=":gneJ13_15_0" index="0" length="30.45" shape="123.20,73.98 123.50,80.14 124.04,89.19 124.68,98.22 125.24,104.36" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_16">
        <lane id=":gneJ13_16_0" index="0" length="13.02" shape="123.20,73.98 122.85,83.21 121.91,86.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_28">
        <lane id=":gneJ13_28_0" index="0" length="12.75" shape="121.91,86.87 121.14,89.83 118.07,93.84 113.64,95.24" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_17">
        <lane id=":gneJ13_17_0" index="0" length="10.09" shape="113.38,80.74 116.00,80.29 117.85,79.03 118.91,76.97 119.20,74.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_18">
        <lane id=":gneJ13_18_0" index="0" length="36.65" shape="113.38,80.74 124.72,80.05 135.38,78.60 144.02,76.71 149.34,74.73" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_19">
        <lane id=":gneJ13_19_0" index="0" length="38.98" shape="113.38,80.74 152.39,82.87" speed="13.89" width="4.75" />
        <lane id=":gneJ13_19_1" index="1" length="38.98" shape="113.47,85.74 152.42,86.87" speed="13.89" width="4.75" />
        <lane id=":gneJ13_19_2" index="2" length="38.98" shape="113.56,90.74 152.45,90.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_22">
        <lane id=":gneJ13_22_0" index="0" length="7.20" shape="113.56,90.74 118.02,91.52 120.17,93.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_23">
        <lane id=":gneJ13_23_0" index="0" length="3.56" shape="113.56,90.74 115.27,91.84 115.85,92.95 115.73,93.20" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_29">
        <lane id=":gneJ13_29_0" index="0" length="12.68" shape="120.17,93.11 121.45,94.05 123.86,98.33 125.24,104.36" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ13_30">
        <lane id=":gneJ13_30_0" index="0" length="3.01" shape="115.73,93.20 115.31,94.09 113.64,95.24" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_0">
        <lane id=":gneJ14_0_0" index="0" length="25.95" shape="10.44,162.00 9.02,158.33 4.78,155.75 -2.26,154.27 -12.12,153.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_1">
        <lane id=":gneJ14_1_0" index="0" length="29.97" shape="10.44,162.00 9.10,157.33 5.14,152.49 -1.45,147.48 -10.68,142.30" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_2">
        <lane id=":gneJ14_2_0" index="0" length="22.59" shape="10.44,162.00 10.31,139.41" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_3">
        <lane id=":gneJ14_3_0" index="0" length="6.58" shape="10.44,162.00 11.84,156.35 12.40,155.84" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_4">
        <lane id=":gneJ14_4_0" index="0" length="6.53" shape="10.44,162.00 12.26,155.89 12.40,155.84" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_30">
        <lane id=":gneJ14_30_0" index="0" length="22.33" shape="12.40,155.84 16.09,152.49 23.19,150.41 33.13,150.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_31">
        <lane id=":gneJ14_31_0" index="0" length="20.22" shape="12.40,155.84 17.06,154.25 23.77,155.90 31.29,159.63" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_5">
        <lane id=":gneJ14_5_0" index="0" length="17.87" shape="29.29,163.09 22.78,159.80 18.14,158.52 15.35,159.25 14.44,161.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_6">
        <lane id=":gneJ14_6_0" index="0" length="42.50" shape="29.29,163.09 21.70,160.59 8.84,157.52 -4.15,154.93 -12.12,153.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_7">
        <lane id=":gneJ14_7_0" index="0" length="45.06" shape="29.29,163.09 -10.68,142.30" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_8">
        <lane id=":gneJ14_8_0" index="0" length="14.03" shape="29.29,163.09 21.03,157.53 18.12,154.68" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_9">
        <lane id=":gneJ14_9_0" index="0" length="5.25" shape="29.29,163.09 26.09,159.42 26.08,159.05" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_32">
        <lane id=":gneJ14_32_0" index="0" length="17.64" shape="18.12,154.68 15.11,151.72 11.54,145.68 10.31,139.41" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_33">
        <lane id=":gneJ14_33_0" index="0" length="13.25" shape="26.08,159.05 25.95,155.05 28.45,151.45 33.13,150.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_10">
        <lane id=":gneJ14_10_0" index="0" length="13.60" shape="32.92,154.10 28.21,154.21 26.36,155.17 27.39,156.97 31.29,159.63" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_11">
        <lane id=":gneJ14_11_0" index="0" length="22.33" shape="32.92,154.10 24.82,154.24 19.04,155.60 15.58,158.18 14.44,161.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_12">
        <lane id=":gneJ14_12_0" index="0" length="45.04" shape="32.92,154.10 -12.12,153.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_13">
        <lane id=":gneJ14_13_0" index="0" length="11.08" shape="32.92,154.10 24.63,152.46 22.08,151.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_14">
        <lane id=":gneJ14_14_0" index="0" length="12.52" shape="32.92,154.10 23.07,152.75 20.69,151.77" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_34">
        <lane id=":gneJ14_34_0" index="0" length="34.13" shape="22.08,151.81 10.93,148.94 -2.68,145.05 -10.68,142.30" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_35">
        <lane id=":gneJ14_35_0" index="0" length="17.38" shape="20.69,151.77 16.02,149.85 11.76,145.40 10.31,139.41" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_15">
        <lane id=":gneJ14_15_0" index="0" length="23.80" shape="14.31,139.38 15.52,143.71 19.05,146.94 24.93,149.08 33.13,150.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_16">
        <lane id=":gneJ14_16_0" index="0" length="27.52" shape="14.31,139.38 15.40,144.58 18.60,149.69 23.89,154.71 31.29,159.63" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_17">
        <lane id=":gneJ14_17_0" index="0" length="22.61" shape="14.31,139.38 14.44,161.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_18">
        <lane id=":gneJ14_18_0" index="0" length="6.89" shape="14.31,139.38 12.70,145.58 12.35,145.90" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_19">
        <lane id=":gneJ14_19_0" index="0" length="6.62" shape="14.31,139.38 12.35,145.70" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_36">
        <lane id=":gneJ14_36_0" index="0" length="26.57" shape="12.35,145.90 7.76,150.07 -0.51,152.83 -12.12,153.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_37">
        <lane id=":gneJ14_37_0" index="0" length="24.67" shape="12.35,145.70 12.21,146.15 6.54,148.02 -1.48,146.29 -10.68,142.30" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_20">
        <lane id=":gneJ14_20_0" index="0" length="21.68" shape="-8.44,137.82 -0.21,141.45 5.65,142.92 9.16,142.24 10.31,139.41" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_21">
        <lane id=":gneJ14_21_0" index="0" length="43.39" shape="-8.44,137.82 -0.76,140.65 12.15,144.71 25.16,148.40 33.13,150.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_22">
        <lane id=":gneJ14_22_0" index="0" length="45.32" shape="-8.44,137.82 31.29,159.63" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_23">
        <lane id=":gneJ14_23_0" index="0" length="20.85" shape="-8.44,137.82 1.55,143.62 8.70,149.57" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_24">
        <lane id=":gneJ14_24_0" index="0" length="6.74" shape="-8.44,137.82 -4.28,142.04 -4.20,142.85" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_38">
        <lane id=":gneJ14_38_0" index="0" length="13.93" shape="8.70,149.57 12.99,155.70 14.44,161.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_39">
        <lane id=":gneJ14_39_0" index="0" length="15.76" shape="-4.20,142.85 -3.78,147.34 -6.53,151.89 -12.12,153.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_25">
        <lane id=":gneJ14_25_0" index="0" length="15.78" shape="-12.18,148.88 -6.74,148.39 -4.67,147.13 -5.98,145.10 -10.68,142.30" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_26">
        <lane id=":gneJ14_26_0" index="0" length="26.54" shape="-12.18,148.88 -2.32,148.17 4.72,146.35 8.93,143.43 10.31,139.41" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_27">
        <lane id=":gneJ14_27_0" index="0" length="45.33" shape="-12.18,148.88 33.13,150.11" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_28">
        <lane id=":gneJ14_28_0" index="0" length="14.12" shape="-12.18,148.88 -3.89,150.17 1.70,151.45" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_29">
        <lane id=":gneJ14_29_0" index="0" length="18.50" shape="-12.18,148.88 -0.55,149.56 6.02,151.47" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_40">
        <lane id=":gneJ14_40_0" index="0" length="30.73" shape="1.70,151.45 9.80,153.29 23.37,156.88 31.29,159.63" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ14_41">
        <lane id=":gneJ14_41_0" index="0" length="14.40" shape="6.02,151.47 7.76,151.97 12.76,156.11 14.44,161.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ15_0">
        <lane id=":gneJ15_0_0" index="0" length="9.35" shape="20.89,45.89 18.38,46.30 16.56,47.41 15.44,49.23 15.03,51.74" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ15_1">
        <lane id=":gneJ15_1_0" index="0" length="15.28" shape="11.43,51.66 12.10,47.46 13.88,44.43 16.78,42.58 20.80,41.89" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_0">
        <lane id=":gneJ16_0_0" index="0" length="11.37" shape="-96.91,155.03 -100.20,155.48 -102.59,156.71 -104.06,158.73 -104.62,161.54" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_1">
        <lane id=":gneJ16_1_0" index="0" length="22.65" shape="-96.91,155.03 -101.73,154.23 -107.77,152.20 -113.66,149.63 -118.01,147.23" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_2">
        <lane id=":gneJ16_2_0" index="0" length="10.63" shape="-96.91,155.03 -101.25,153.57 -104.88,149.80 -105.24,149.07" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_12">
        <lane id=":gneJ16_12_0" index="0" length="9.80" shape="-105.24,149.07 -107.31,144.85 -108.04,139.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_3">
        <lane id=":gneJ16_3_0" index="0" length="13.32" shape="-103.05,140.12 -102.90,144.49 -101.84,147.60 -99.86,149.45 -96.97,150.03" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_4">
        <lane id=":gneJ16_4_0" index="0" length="21.48" shape="-103.05,140.12 -104.62,161.54" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_5">
        <lane id=":gneJ16_5_0" index="0" length="8.89" shape="-103.05,140.12 -104.37,146.74 -105.77,148.36" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_13">
        <lane id=":gneJ16_13_0" index="0" length="13.77" shape="-105.77,148.36 -107.30,150.13 -111.84,150.29 -118.01,147.23" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_6">
        <lane id=":gneJ16_6_0" index="0" length="11.38" shape="-115.50,143.49 -112.43,145.01 -110.16,144.90 -108.70,143.17 -108.04,139.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_7">
        <lane id=":gneJ16_7_0" index="0" length="19.82" shape="-115.50,143.49 -111.56,145.70 -106.55,147.83 -101.39,149.43 -96.97,150.03" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_8">
        <lane id=":gneJ16_8_0" index="0" length="8.90" shape="-115.50,143.49 -111.41,147.16 -109.39,149.91" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_14">
        <lane id=":gneJ16_14_0" index="0" length="12.75" shape="-109.39,149.91 -107.89,151.96 -105.46,157.03 -104.62,161.54" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_9">
        <lane id=":gneJ16_9_0" index="0" length="17.74" shape="-108.61,161.41 -109.11,157.63 -110.84,154.01 -113.80,150.54 -118.01,147.23" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_10">
        <lane id=":gneJ16_10_0" index="0" length="21.61" shape="-108.61,161.41 -108.04,139.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_11">
        <lane id=":gneJ16_11_0" index="0" length="8.17" shape="-108.61,161.41 -107.75,156.49 -106.06,153.80" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ16_15">
        <lane id=":gneJ16_15_0" index="0" length="10.21" shape="-106.06,153.80 -105.52,152.95 -101.93,150.80 -96.97,150.03" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ17_0">
        <lane id=":gneJ17_0_0" index="0" length="15.27" shape="-106.49,32.76 -105.98,28.85 -104.17,26.05 -101.06,24.35 -96.66,23.75" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ17_1">
        <lane id=":gneJ17_1_0" index="0" length="9.36" shape="-96.63,26.95 -99.26,27.32 -101.11,28.40 -102.19,30.17 -102.49,32.64" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_0">
        <lane id=":gneJ18_0_0" index="0" length="22.86" shape="247.24,94.48 242.36,95.11 237.55,97.18 232.81,100.69 228.14,105.65" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_1">
        <lane id=":gneJ18_1_0" index="0" length="25.25" shape="247.24,94.48 221.99,93.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_2">
        <lane id=":gneJ18_2_0" index="0" length="8.83" shape="247.24,94.48 241.62,93.34 239.63,90.97" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_12">
        <lane id=":gneJ18_12_0" index="0" length="14.12" shape="239.63,90.97 238.97,90.18 239.29,85.00 242.56,77.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_3">
        <lane id=":gneJ18_3_0" index="0" length="13.75" shape="246.02,79.81 243.81,84.43 243.29,87.75 244.46,89.76 247.31,90.48" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_4">
        <lane id=":gneJ18_4_0" index="0" length="31.43" shape="246.02,79.81 242.62,85.13 237.33,92.90 231.92,100.59 228.14,105.65" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_5">
        <lane id=":gneJ18_5_0" index="0" length="29.26" shape="246.02,79.81 241.46,85.97 235.94,90.38 229.45,93.05 221.99,93.98" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_6">
        <lane id=":gneJ18_6_0" index="0" length="21.68" shape="221.91,82.38 229.98,82.05 236.11,81.17 240.31,79.76 242.56,77.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_7">
        <lane id=":gneJ18_7_0" index="0" length="25.77" shape="221.94,86.38 230.62,86.97 237.57,88.36 243.05,89.79 247.31,90.48" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_8">
        <lane id=":gneJ18_8_0" index="0" length="9.49" shape="221.97,90.38 229.39,91.29 230.95,92.56" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_13">
        <lane id=":gneJ18_13_0" index="0" length="15.30" shape="230.95,92.56 232.89,94.13 232.47,98.92 228.14,105.65" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_9">
        <lane id=":gneJ18_9_0" index="0" length="10.04" shape="225.05,103.12 226.69,100.50 226.73,98.64 225.18,97.53 222.02,97.18" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_10">
        <lane id=":gneJ18_10_0" index="0" length="30.79" shape="225.05,103.12 228.76,98.14 234.05,90.63 239.21,83.04 242.56,77.81" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ18_11">
        <lane id=":gneJ18_11_0" index="0" length="26.47" shape="225.05,103.12 230.37,97.51 235.86,93.53 241.51,91.19 247.31,90.48" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ19_0">
        <lane id=":gneJ19_0_0" index="0" length="3.21" shape="118.31,45.66 118.15,44.79 117.76,44.18 117.13,43.82 116.26,43.72" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ19_1">
        <lane id=":gneJ19_1_0" index="0" length="9.62" shape="116.17,39.72 118.78,40.03 120.68,41.11 121.85,42.94 122.30,45.53" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ20_0">
        <lane id=":gneJ20_0_0" index="0" length="10.56" shape="128.18,164.85 127.66,162.28 126.29,160.39 124.08,159.19 121.04,158.66" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ20_1">
        <lane id=":gneJ20_1_0" index="0" length="16.26" shape="128.18,164.85 127.98,160.91 127.67,156.74 127.27,152.58 126.82,148.66" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ20_2">
        <lane id=":gneJ20_2_0" index="0" length="16.62" shape="130.79,148.16 131.25,152.13 131.65,156.42 131.97,160.72 132.18,164.71" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ20_3">
        <lane id=":gneJ20_3_0" index="0" length="7.44" shape="130.79,148.16 130.71,152.97 129.55,155.33" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ20_6">
        <lane id=":gneJ20_6_0" index="0" length="9.67" shape="129.55,155.33 129.05,156.33 125.83,158.22 121.04,158.66" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ20_4">
        <lane id=":gneJ20_4_0" index="0" length="9.79" shape="121.24,154.67 123.98,154.42 125.83,153.33 126.77,151.41 126.82,148.66" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ20_5">
        <lane id=":gneJ20_5_0" index="0" length="16.61" shape="121.24,154.67 125.90,155.50 129.28,157.45 131.37,160.53 132.18,164.71" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_0">
        <lane id=":gneJ30_0_0" index="0" length="18.90" shape="142.91,210.00 140.19,213.50 137.30,217.79 135.00,222.30 134.04,226.43" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_1">
        <lane id=":gneJ30_1_0" index="0" length="24.65" shape="142.91,210.00 137.69,215.13 132.36,217.88 126.93,218.23 121.39,216.20" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_2">
        <lane id=":gneJ30_2_0" index="0" length="24.10" shape="142.91,210.00 137.34,215.52 133.27,216.61 130.68,213.27 129.59,205.52" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_3">
        <lane id=":gneJ30_3_0" index="0" length="11.25" shape="133.59,205.38 134.10,209.00 135.31,210.56 137.21,210.05 139.81,207.47" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_4">
        <lane id=":gneJ30_4_0" index="0" length="21.05" shape="133.59,205.38 134.04,226.43" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_5">
        <lane id=":gneJ30_5_0" index="0" length="10.30" shape="133.59,205.38 133.07,212.89 131.80,215.35" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_12">
        <lane id=":gneJ30_12_0" index="0" length="12.08" shape="131.80,215.35 130.86,217.20 126.96,218.30 121.39,216.20" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_6">
        <lane id=":gneJ30_6_0" index="0" length="12.73" shape="123.39,212.74 126.25,213.71 128.23,212.83 129.35,210.10 129.59,205.52" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_7">
        <lane id=":gneJ30_7_0" index="0" length="18.95" shape="123.39,212.74 127.50,214.19 131.61,213.80 135.71,211.56 139.81,207.47" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_8">
        <lane id=":gneJ30_8_0" index="0" length="18.14" shape="123.39,212.74 128.07,215.91 131.41,219.25 133.40,222.76 134.04,226.43" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_9">
        <lane id=":gneJ30_9_0" index="0" length="13.92" shape="130.04,226.39 129.52,223.81 127.90,221.26 125.19,218.72 121.39,216.20" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_10">
        <lane id=":gneJ30_10_0" index="0" length="20.88" shape="130.04,226.39 129.59,205.52" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_11">
        <lane id=":gneJ30_11_0" index="0" length="6.40" shape="130.04,226.39 131.14,221.87 131.91,220.30" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ30_13">
        <lane id=":gneJ30_13_0" index="0" length="15.10" shape="131.91,220.30 133.75,216.51 136.95,211.36 139.81,207.47" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ31_0">
        <lane id=":gneJ31_0_0" index="0" length="16.85" shape="241.94,23.90 238.19,25.33 234.34,27.41 230.58,29.72 227.14,31.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ31_1">
        <lane id=":gneJ31_1_0" index="0" length="17.89" shape="241.94,23.90 237.81,24.48 233.08,24.49 228.31,24.26 224.09,24.13" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ31_2">
        <lane id=":gneJ31_2_0" index="0" length="16.89" shape="224.06,20.93 228.12,20.95 232.54,20.95 236.93,20.72 240.89,20.04" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ31_3">
        <lane id=":gneJ31_3_0" index="0" length="4.70" shape="224.06,20.93 227.97,22.16 228.31,22.66" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ31_6">
        <lane id=":gneJ31_6_0" index="0" length="10.74" shape="228.31,22.66 230.00,25.16 229.83,28.78 227.14,31.87" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ31_4">
        <lane id=":gneJ31_4_0" index="0" length="11.13" shape="225.50,29.12 228.59,26.90 229.39,25.33 227.89,24.41 224.09,24.13" speed="13.89" width="4.75" />
    </edge>
    <edge function="internal" id=":gneJ31_5">
        <lane id=":gneJ31_5_0" index="0" length="17.93" shape="225.50,29.12 229.03,26.80 232.99,24.10 237.05,21.64 240.89,20.04" speed="13.89" width="4.75" />
    </edge>

    <edge from="gneJ16" id="-gneE12" priority="-1" to="gneJ10">
        <lane id="-gneE12_0" index="0" length="63.50" shape="-118.01,147.23 -170.73,111.84" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ28" id="-gneE14" priority="-1" to="gneJ16">
        <lane id="-gneE14_0" index="0" length="53.23" shape="-110.34,214.62 -108.61,161.41" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ29" id="-gneE15" priority="-1" to="gneJ14">
        <lane id="-gneE15_0" index="0" length="54.65" shape="10.61,216.65 10.44,162.00" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ30" id="-gneE16" priority="-1" to="gneJ20">
        <lane id="-gneE16_0" index="0" length="40.69" shape="129.59,205.52 128.18,164.85" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ30" id="-gneE17" priority="-1" to="gneJ18">
        <lane id="-gneE17_0" index="0" length="134.74" shape="139.81,207.47 225.05,103.12" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ14" id="-gneE18" priority="-1" to="gneJ11">
        <lane id="-gneE18_0" index="0" length="66.73" shape="-10.68,142.30 -70.37,112.45" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ30" id="-gneE19" priority="-1" to="gneJ14">
        <lane id="-gneE19_0" index="0" length="106.31" shape="121.39,216.20 29.29,163.09" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ31" id="-gneE20" priority="-1" to="gneJ17">
        <lane id="-gneE20_0" index="0" length="320.73" shape="224.09,24.13 -96.63,26.95" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ13" id="-gneE22" priority="-1" to="gneJ31">
        <lane id="-gneE22_0" index="0" length="88.77" shape="149.34,74.73 225.50,29.12" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ33" id="-gneE23" priority="-1" to="gneJ10">
        <lane id="-gneE23_0" index="0" length="44.38" shape="-243.60,93.73 -199.26,91.87" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ34" id="-gneE24" priority="-1" to="gneJ18">
        <lane id="-gneE24_0" index="0" length="20.29" shape="267.52,94.86 247.24,94.48" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ35" id="-gneE25" priority="-1" to="gneJ18">
        <lane id="-gneE25_0" index="0" length="25.96" shape="259.05,57.36 246.02,79.81" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ40" id="-gneE28" priority="-1" to="gneJ30">
        <lane id="-gneE28_0" index="0" length="4.92" shape="129.99,231.31 130.04,226.39" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ41" id="-gneE29" priority="-1" to="gneJ31">
        <lane id="-gneE29_0" index="0" length="18.65" shape="259.94,19.04 241.94,23.90" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ16" id="10a" priority="1" to="gneJ11">
        <lane id="10a_0" index="0" length="32.20" shape="-108.04,139.81 -106.06,107.67" speed="13.89" width="4.75">
            <neigh lane="10b_0" />
        </lane>
    </edge>
    <edge from="gneJ11" id="10b" priority="1" to="gneJ16">
        <lane id="10b_0" index="0" length="32.20" shape="-101.07,107.98 -103.05,140.12" speed="13.89" width="4.75">
            <neigh lane="10a_0" />
        </lane>
    </edge>
    <edge from="gneJ11" id="11a" priority="1" to="gneJ17">
        <lane id="11a_0" index="0" length="41.72" shape="-105.25,74.46 -106.49,32.76" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ17" id="11b" priority="1" to="gneJ11">
        <lane id="11b_0" index="0" length="41.72" shape="-102.49,32.64 -101.25,74.34" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ11" id="1a" priority="1" to="gneJ10">
        <lane id="1a_0" index="0" length="53.84" shape="-112.32,101.04 -166.16,101.28" speed="13.89" width="4.75" />
        <lane id="1a_1" index="1" length="53.84" shape="-112.34,96.04 -166.18,96.28" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ10" id="1b" priority="1" to="gneJ11">
        <lane id="1b_0" index="0" length="53.84" shape="-166.25,81.28 -112.41,81.04" speed="13.89" width="4.75" />
        <lane id="1b_1" index="1" length="53.84" shape="-166.22,86.28 -112.38,86.04" speed="13.89" width="4.75" />
        <lane id="1b_2" index="2" length="53.84" shape="-166.20,91.28 -112.36,91.04" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ12" id="2a" priority="1" to="gneJ11">
        <lane id="2a_0" index="0" length="70.66" shape="4.10,102.51 -66.56,101.51" speed="13.89" width="4.75" />
        <lane id="2a_1" index="1" length="70.66" shape="4.17,97.51 -66.49,96.51" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ11" id="2b" priority="1" to="gneJ12">
        <lane id="2b_0" index="0" length="70.66" shape="-66.27,81.51 4.38,82.51" speed="13.89" width="4.75" />
        <lane id="2b_1" index="1" length="70.66" shape="-66.34,86.51 4.31,87.51" speed="13.89" width="4.75" />
        <lane id="2b_2" index="2" length="70.66" shape="-66.41,91.51 4.24,92.51" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ13" id="3a" priority="1" to="gneJ12">
        <lane id="3a_0" index="0" length="92.99" shape="113.72,99.24 20.74,100.96" speed="13.89" width="4.75" />
        <lane id="3a_1" index="1" length="92.99" shape="113.64,95.24 20.67,96.96" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ12" id="3b" priority="1" to="gneJ13">
        <lane id="3b_0" index="0" length="92.99" shape="20.40,82.46 113.38,80.74" speed="13.89" width="4.75" />
        <lane id="3b_1" index="1" length="92.99" shape="20.49,87.46 113.47,85.74" speed="13.89" width="4.75" />
        <lane id="3b_2" index="2" length="92.99" shape="20.58,92.46 113.56,90.74" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ18" id="4a" priority="1" to="gneJ13">
        <lane id="4a_0" index="0" length="69.52" shape="222.02,97.18 152.50,97.67" speed="13.89" width="4.75" />
        <lane id="4a_1" index="1" length="69.52" shape="221.99,93.98 152.47,94.47" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ13" id="4b" priority="1" to="gneJ18">
        <lane id="4b_0" index="0" length="69.52" shape="152.39,82.87 221.91,82.38" speed="13.89" width="4.75" />
        <lane id="4b_1" index="1" length="69.52" shape="152.42,86.87 221.94,86.38" speed="13.89" width="4.75" />
        <lane id="4b_2" index="2" length="69.52" shape="152.45,90.87 221.97,90.38" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ15" id="5a" priority="1" to="gneJ12">
        <lane id="5a_0" index="0" length="24.26" shape="15.03,51.74 14.45,75.99" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ12" id="5b" priority="1" to="gneJ15">
        <lane id="5b_0" index="0" length="24.26" shape="10.85,75.90 11.43,51.66" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ19" id="6a" priority="1" to="gneJ15">
        <lane id="6a_0" index="0" length="95.40" shape="116.26,43.72 20.89,45.89" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ15" id="6b" priority="1" to="gneJ19">
        <lane id="6b_0" index="0" length="95.40" shape="20.80,41.89 116.17,39.72" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ13" id="7a" priority="1" to="gneJ19">
        <lane id="7a_0" index="0" length="28.47" shape="119.20,74.11 118.31,45.66" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ19" id="7b" priority="1" to="gneJ13">
        <lane id="7b_0" index="0" length="28.47" shape="122.30,45.53 123.20,73.98" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ20" id="8a" priority="1" to="gneJ13">
        <lane id="8a_0" index="0" length="44.14" shape="126.82,148.66 121.28,104.86" speed="13.89" width="4.75">
            <neigh lane="8b_0" />
        </lane>
    </edge>
    <edge from="gneJ13" id="8b" priority="1" to="gneJ20">
        <lane id="8b_0" index="0" length="44.14" shape="125.24,104.36 130.79,148.16" speed="13.89" width="4.75">
            <neigh lane="8a_0" />
        </lane>
    </edge>
    <edge from="gneJ14" id="9a" priority="1" to="gneJ12">
        <lane id="9a_0" index="0" length="30.36" shape="10.31,139.41 10.09,109.05" speed="13.89" width="4.75">
            <neigh lane="9b_0" />
        </lane>
    </edge>
    <edge from="gneJ12" id="9b" priority="1" to="gneJ14">
        <lane id="9b_0" index="0" length="30.36" shape="14.09,109.02 14.31,139.38" speed="13.89" width="4.75">
            <neigh lane="9a_0" />
        </lane>
    </edge>
    <edge from="gneJ14" id="gneE10" priority="-1" to="gneJ20">
        <lane id="gneE10_0" index="0" length="88.23" shape="33.13,150.11 121.24,154.67" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ20" id="gneE11" priority="-1" to="gneJ14">
        <lane id="gneE11_0" index="0" length="88.23" shape="121.04,158.66 32.92,154.10" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ10" id="gneE12" priority="-1" to="gneJ16">
        <lane id="gneE12_0" index="0" length="63.50" shape="-168.22,108.10 -115.50,143.49" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ16" id="gneE14" priority="-1" to="gneJ28">
        <lane id="gneE14_0" index="0" length="53.23" shape="-104.62,161.54 -106.34,214.74" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ14" id="gneE15" priority="-1" to="gneJ29">
        <lane id="gneE15_0" index="0" length="54.65" shape="14.44,161.98 14.61,216.63" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ20" id="gneE16" priority="-1" to="gneJ30">
        <lane id="gneE16_0" index="0" length="40.69" shape="132.18,164.71 133.59,205.38" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ18" id="gneE17" priority="-1" to="gneJ30">
        <lane id="gneE17_0" index="0" length="134.74" shape="228.14,105.65 142.91,210.00" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ11" id="gneE18" priority="-1" to="gneJ14">
        <lane id="gneE18_0" index="0" length="66.73" shape="-68.13,107.98 -8.44,137.82" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ14" id="gneE19" priority="-1" to="gneJ30">
        <lane id="gneE19_0" index="0" length="106.31" shape="31.29,159.63 123.39,212.74" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ17" id="gneE20" priority="-1" to="gneJ31">
        <lane id="gneE20_0" index="0" length="320.73" shape="-96.66,23.75 224.06,20.93" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ31" id="gneE22" priority="-1" to="gneJ13">
        <lane id="gneE22_0" index="0" length="88.77" shape="227.14,31.87 150.99,77.47" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ10" id="gneE23" priority="-1" to="gneJ33">
        <lane id="gneE23_0" index="0" length="44.38" shape="-199.08,96.12 -243.43,97.98" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ18" id="gneE24" priority="-1" to="gneJ34">
        <lane id="gneE24_0" index="0" length="20.29" shape="247.31,90.48 267.60,90.86" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ18" id="gneE25" priority="-1" to="gneJ35">
        <lane id="gneE25_0" index="0" length="25.96" shape="242.56,77.81 255.59,55.36" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ30" id="gneE28" priority="-1" to="gneJ40">
        <lane id="gneE28_0" index="0" length="4.92" shape="134.04,226.43 133.99,231.35" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ31" id="gneE29" priority="-1" to="gneJ41">
        <lane id="gneE29_0" index="0" length="18.65" shape="240.89,20.04 258.90,15.18" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ16" id="gneE8" priority="-1" to="gneJ14">
        <lane id="gneE8_0" index="0" length="84.80" shape="-96.97,150.03 -12.18,148.88" speed="13.89" width="4.75" />
    </edge>
    <edge from="gneJ14" id="gneE9" priority="-1" to="gneJ16">
        <lane id="gneE9_0" index="0" length="84.80" shape="-12.12,153.87 -96.91,155.03" speed="13.89" width="4.75" />
    </edge>

    <tlLogic id="gneJ11" offset="0" programID="0" type="actuated">
        <phase duration="27" state="rrrrGGGGgrrrrGGGGggrrrr" />
        <phase duration="3" state="rrrryyyyyrrrryyyyyyrrrr" />
        <phase duration="27" state="rrrrrrrrrGGGgrrrrrrGGgg" />
        <phase duration="3" state="rrrrrrrrryyyyrrrrrryyyy" />
        <phase duration="27" state="GGGGGrrrrrrrrrrrrrrrrrr" />
        <phase duration="3" state="yyyyyrrrrrrrrrrrrrrrrrr" />
        <param key="detector-gap" value="2.0" />
        <param key="file" value="NULL" />
        <param key="freq" value="300" />
        <param key="max-gap" value="3.0" />
        <param key="show-detectors" value="false" />
    </tlLogic>
    <tlLogic id="gneJ13" offset="0" programID="0" type="actuated">
        <phase duration="27" state="rrrrGGGggrrrrrrrrGGGGGgg" />
        <phase duration="3" state="rrrryyyyyrrrrrrrryyyyyyy" />
        <phase duration="27" state="GGggrrrrrrrrrGGGgrrrrrrr" />
        <phase duration="3" state="yyyyrrrrrrrrryyyyrrrrrrr" />
        <phase duration="27" state="rrrrrrrrrGGGGGrrrrrrrrrr" />
        <phase duration="3" state="rrrrrrrrryyyyyrrrrrrrrrr" />
        <param key="detector-gap" value="2.0" />
        <param key="file" value="NULL" />
        <param key="freq" value="300" />
        <param key="max-gap" value="3.0" />
        <param key="show-detectors" value="false" />
    </tlLogic>
    <tlLogic id="gneJ14" offset="0" programID="0" type="static">
        <phase duration="27" state="GGGggrrrrrrrrrrGGGggrrrrrrrrrr" />
        <phase duration="3" state="yyyyyrrrrrrrrrryyyyyrrrrrrrrrr" />
        <phase duration="27" state="rrrrrGGGggrrrrrrrrrrGGGggrrrrr" />
        <phase duration="3" state="rrrrryyyyyrrrrrrrrrryyyyyrrrrr" />
        <phase duration="27" state="rrrrrrrrrrGGGggrrrrrrrrrrGGGgg" />
        <phase duration="3" state="rrrrrrrrrryyyyyrrrrrrrrrryyyyy" />
    </tlLogic>
    <tlLogic id="gneJ16" offset="0" programID="0" type="static">
        <phase duration="42" state="rrrGGgrrrGGg" />
        <phase duration="3" state="rrryyyrrryyy" />
        <phase duration="42" state="GGgrrrGGgrrr" />
        <phase duration="3" state="yyyrrryyyrrr" />
    </tlLogic>

    <junction id="gneJ10" incLanes="-gneE12_0 1a_0 1a_1 -gneE23_0" intLanes=":gneJ10_0_0 :gneJ10_1_0 :gneJ10_2_0 :gneJ10_3_0 :gneJ10_4_0 :gneJ10_5_0 :gneJ10_7_0" shape="-171.84,113.50 -166.83,106.03 -166.15,103.78 -166.26,78.78 -199.35,89.63 -199.00,98.12" type="priority" x="-193.86" y="93.90">
        <request cont="0" foes="0010000" index="0" response="0010000" />
        <request cont="0" foes="1010000" index="1" response="1010000" />
        <request cont="0" foes="1010000" index="2" response="1010000" />
        <request cont="0" foes="1000000" index="3" response="0000000" />
        <request cont="0" foes="1000111" index="4" response="0000000" />
        <request cont="0" foes="0000000" index="5" response="0000000" />
        <request cont="1" foes="0011110" index="6" response="0011000" />
    </junction>
    <junction id="gneJ11" incLanes="-gneE18_0 2a_0 2a_1 11b_0 1b_0 1b_1 1b_2 10a_0" intLanes=":gneJ11_0_0 :gneJ11_1_0 :gneJ11_2_0 :gneJ11_3_0 :gneJ11_4_0 :gneJ11_5_0 :gneJ11_6_0 :gneJ11_6_1 :gneJ11_23_0 :gneJ11_9_0 :gneJ11_10_0 :gneJ11_11_0 :gneJ11_24_0 :gneJ11_13_0 :gneJ11_14_0 :gneJ11_14_1 :gneJ11_14_2 :gneJ11_25_0 :gneJ11_26_0 :gneJ11_19_0 :gneJ11_20_0 :gneJ11_27_0 :gneJ11_28_0" shape="-71.49,114.69 -67.01,105.74 -66.59,104.01 -66.24,79.01 -99.25,74.28 -107.25,74.52 -112.42,78.54 -112.31,103.54 -108.55,107.52 -98.57,108.13" type="traffic_light" x="-102.68" y="93.50">
        <request cont="0" foes="00001000000100000100000" index="0" response="00001000000100000100000" />
        <request cont="0" foes="11111000000100011100000" index="1" response="11101000000000011100000" />
        <request cont="0" foes="11100111111100111100000" index="2" response="11100111111100111100000" />
        <request cont="0" foes="10000111100010111100000" index="3" response="10000111100010111100000" />
        <request cont="0" foes="10000100000010000000000" index="4" response="10000000000000000000000" />
        <request cont="0" foes="10001100000110000001111" index="5" response="10000000000000000000000" />
        <request cont="0" foes="01111100001110000001110" index="6" response="01000000001000000000000" />
        <request cont="0" foes="01111100001110000001110" index="7" response="01000000001000000000000" />
        <request cont="1" foes="01100011111110000001100" index="8" response="01000011111000000000000" />
        <request cont="0" foes="00000011100000000000000" index="9" response="00000011100000000000000" />
        <request cont="0" foes="11000111100000111111000" index="10" response="00000111100000111110000" />
        <request cont="0" foes="11001111100000111100111" index="11" response="00001111100000111100010" />
        <request cont="1" foes="00101111100000111000100" index="12" response="00101111100000111000100" />
        <request cont="0" foes="00100000000000100000100" index="13" response="00000000000000000000000" />
        <request cont="0" foes="01100000001111100001100" index="14" response="01000000001000000000000" />
        <request cont="0" foes="01100000001111100001100" index="15" response="01000000001000000000000" />
        <request cont="0" foes="01100000001111100001100" index="16" response="01000000001000000000000" />
        <request cont="1" foes="11100000001110011111100" index="17" response="11000000001000011110000" />
        <request cont="1" foes="11100000001100011100011" index="18" response="11000000001000011100000" />
        <request cont="0" foes="00000000000000011000010" index="19" response="00000000000000011000010" />
        <request cont="0" foes="00001111111000111000110" index="20" response="00001111110000111000000" />
        <request cont="1" foes="00001111100110111000110" index="21" response="00001111100110111000010" />
        <request cont="1" foes="00001100000110000111110" index="22" response="00001100000110000110010" />
    </junction>
    <junction id="gneJ12" incLanes="9a_0 3a_0 3a_1 5a_0 2b_0 2b_1 2b_2" intLanes=":gneJ12_0_0 :gneJ12_1_0 :gneJ12_2_0 :gneJ12_3_0 :gneJ12_4_0 :gneJ12_4_1 :gneJ12_15_0 :gneJ12_7_0 :gneJ12_8_0 :gneJ12_9_0 :gneJ12_10_0 :gneJ12_11_0 :gneJ12_11_1 :gneJ12_11_2 :gneJ12_16_0" shape="8.09,109.07 16.09,109.01 20.78,102.96 20.35,79.96 16.45,76.04 9.25,75.87 4.42,80.01 4.06,105.01" type="priority" x="11.99" y="95.12">
        <request cont="0" foes="000000000110000" index="0" response="000000000110000" />
        <request cont="0" foes="111111001110000" index="1" response="111110001110000" />
        <request cont="0" foes="111100101110000" index="2" response="111100101110000" />
        <request cont="0" foes="100000100000000" index="3" response="000000000000000" />
        <request cont="0" foes="100001100000111" index="4" response="000000000000000" />
        <request cont="0" foes="100001100000111" index="5" response="000000000000000" />
        <request cont="1" foes="011111100000110" index="6" response="011110000000000" />
        <request cont="0" foes="011100000000000" index="7" response="011100000000000" />
        <request cont="0" foes="111100001111100" index="8" response="111100001111000" />
        <request cont="0" foes="111100001110010" index="9" response="111100001110010" />
        <request cont="0" foes="000000001000010" index="10" response="000000000000000" />
        <request cont="0" foes="000001111000110" index="11" response="000000000000000" />
        <request cont="0" foes="000001111000110" index="12" response="000000000000000" />
        <request cont="0" foes="000001111000110" index="13" response="000000000000000" />
        <request cont="1" foes="000001100111110" index="14" response="000000000111000" />
    </junction>
    <junction id="gneJ13" incLanes="8a_0 4a_0 4a_1 gneE22_0 7b_0 3b_0 3b_1 3b_2" intLanes=":gneJ13_0_0 :gneJ13_1_0 :gneJ13_24_0 :gneJ13_25_0 :gneJ13_4_0 :gneJ13_5_0 :gneJ13_5_1 :gneJ13_26_0 :gneJ13_27_0 :gneJ13_9_0 :gneJ13_10_0 :gneJ13_11_0 :gneJ13_12_0 :gneJ13_13_0 :gneJ13_14_0 :gneJ13_15_0 :gneJ13_28_0 :gneJ13_17_0 :gneJ13_18_0 :gneJ13_19_0 :gneJ13_19_1 :gneJ13_19_2 :gneJ13_29_0 :gneJ13_30_0" shape="119.29,105.12 127.23,104.11 152.51,99.27 152.38,80.87 151.81,78.85 148.52,73.36 125.20,73.92 117.20,74.17 113.33,78.24 113.75,101.24" type="traffic_light" x="121.80" y="93.09">
        <request cont="0" foes="000000000000000001100000" index="0" response="000000000000000001100000" />
        <request cont="0" foes="011111110001100011100000" index="1" response="011111100000000011100000" />
        <request cont="1" foes="011111001111100111100000" index="2" response="011111001110100111100000" />
        <request cont="1" foes="011110001000010111100000" index="3" response="011110001000010111100000" />
        <request cont="0" foes="010000001000010000000000" index="4" response="000000000000000000000000" />
        <request cont="0" foes="110000011000110000001111" index="5" response="000000010000000000001100" />
        <request cont="0" foes="110000011000110000001111" index="6" response="000000010000000000001100" />
        <request cont="1" foes="001111111001110000001110" index="7" response="001111110000000000001100" />
        <request cont="1" foes="001111000111110000001100" index="8" response="001111000000000000001100" />
        <request cont="0" foes="001110000000000000000000" index="9" response="001110000000000000000000" />
        <request cont="0" foes="011110001100000111111000" index="10" response="011110001000000111111000" />
        <request cont="0" foes="111110011100000111100110" index="11" response="011110010000000111100110" />
        <request cont="0" foes="000001111100000110000110" index="12" response="000001111000000110000110" />
        <request cont="0" foes="000001000000000100000100" index="13" response="000001000000000100000000" />
        <request cont="0" foes="001111000001110100000100" index="14" response="001111000001110100000000" />
        <request cont="0" foes="011111000001110011111100" index="15" response="011111000000100011110000" />
        <request cont="1" foes="111111000001100011100010" index="16" response="011111000001100011100010" />
        <request cont="0" foes="000000000001000010000010" index="17" response="000000000000000000000000" />
        <request cont="0" foes="000000011111000110000110" index="18" response="000000010000000000000100" />
        <request cont="0" foes="000000011100111110001110" index="19" response="000000010000000000001100" />
        <request cont="0" foes="000000011100111110001110" index="20" response="000000010000000000001100" />
        <request cont="0" foes="000000011100111110001110" index="21" response="000000010000000000001100" />
        <request cont="1" foes="000000011000110001111110" index="22" response="000000010000000001111100" />
        <request cont="1" foes="000000010000100001100000" index="23" response="000000010000100001100000" />
    </junction>
    <junction id="gneJ14" incLanes="-gneE15_0 -gneE19_0 gneE11_0 9b_0 gneE18_0 gneE8_0" intLanes=":gneJ14_0_0 :gneJ14_1_0 :gneJ14_2_0 :gneJ14_30_0 :gneJ14_31_0 :gneJ14_5_0 :gneJ14_6_0 :gneJ14_7_0 :gneJ14_32_0 :gneJ14_33_0 :gneJ14_10_0 :gneJ14_11_0 :gneJ14_12_0 :gneJ14_34_0 :gneJ14_35_0 :gneJ14_15_0 :gneJ14_16_0 :gneJ14_17_0 :gneJ14_36_0 :gneJ14_37_0 :gneJ14_20_0 :gneJ14_21_0 :gneJ14_22_0 :gneJ14_38_0 :gneJ14_39_0 :gneJ14_25_0 :gneJ14_26_0 :gneJ14_27_0 :gneJ14_40_0 :gneJ14_41_0" shape="8.44,162.00 16.44,161.98 28.29,164.82 32.29,157.89 32.82,156.10 33.23,148.11 16.31,139.36 8.31,139.42 -7.32,135.59 -11.80,144.53 -12.22,146.38 -12.08,156.37" type="traffic_light" x="12.40" y="151.04">
        <request cont="0" foes="000001000001000001000001000000" index="0" response="000001000000000000000000000000" />
        <request cont="0" foes="111111000011000011000011000000" index="1" response="110001000000000010000000000000" />
        <request cont="0" foes="111100111111000111000111000000" index="2" response="110000100000000110000100000000" />
        <request cont="1" foes="111000111000111111001111000000" index="3" response="110000100000111110001100000000" />
        <request cont="1" foes="110000110000110000111111000000" index="4" response="110000100000110000001100000000" />
        <request cont="0" foes="100000100000100000100000000000" index="5" response="100000000000100000000000000000" />
        <request cont="0" foes="100001100001100001100000011111" index="6" response="100000000001100000000000011111" />
        <request cont="0" foes="011111100011100011100000011110" index="7" response="011110000011100010000000011110" />
        <request cont="1" foes="011100011111100111100000011100" index="8" response="011100011111100110000000011100" />
        <request cont="1" foes="011000011000011111100000011000" index="9" response="011000011000011110000000011000" />
        <request cont="0" foes="010000010000010000000000010000" index="10" response="000000000000010000000000010000" />
        <request cont="0" foes="110000110000110000001111110000" index="11" response="000000100000110000001111110000" />
        <request cont="0" foes="110001110001110000001111001111" index="12" response="000001100001110000001111001111" />
        <request cont="1" foes="001111110011110000001110001110" index="13" response="001111100011110000001110001110" />
        <request cont="1" foes="001100001111110000001100001100" index="14" response="001100001111110000001100001100" />
        <request cont="0" foes="001000001000000000001000001000" index="15" response="000000000000000000001000000000" />
        <request cont="0" foes="011000011000000111111000011000" index="16" response="010000000000000110001000000000" />
        <request cont="0" foes="111000111000000111100111111000" index="17" response="110000100000000110000100000000" />
        <request cont="1" foes="111001111000000111000111000111" index="18" response="110001100000000110000100000111" />
        <request cont="1" foes="000111111000000110000110000110" index="19" response="000001100000000110000100000110" />
        <request cont="0" foes="000100000000000100000100000100" index="20" response="000000000000000100000000000100" />
        <request cont="0" foes="001100000011111100001100001100" index="21" response="000000000011111100000000001100" />
        <request cont="0" foes="011100000011110011111100011100" index="22" response="010000000011110011110000011100" />
        <request cont="1" foes="111100000011100011100011111100" index="23" response="110000000011100011100011111100" />
        <request cont="1" foes="111100000011000011000011000011" index="24" response="110000000011000011000011000011" />
        <request cont="0" foes="000000000010000010000010000010" index="25" response="000000000010000000000000000010" />
        <request cont="0" foes="000001111110000110000110000110" index="26" response="000001111110000000000100000110" />
        <request cont="0" foes="000001111001111110001110001110" index="27" response="000001111001111000001100001110" />
        <request cont="1" foes="000001110001110001111110011110" index="28" response="000001110001110001111100011110" />
        <request cont="1" foes="000001100001100001100001111110" index="29" response="000001100001100001100001111110" />
    </junction>
    <junction id="gneJ15" incLanes="6a_0 5b_0" intLanes=":gneJ15_0_0 :gneJ15_1_0" shape="20.93,47.89 20.75,39.89 9.83,51.62 17.03,51.79" type="priority" x="13.21" y="44.06">
        <request cont="0" foes="00" index="0" response="00" />
        <request cont="0" foes="00" index="1" response="00" />
    </junction>
    <junction id="gneJ16" incLanes="gneE9_0 10b_0 gneE12_0 -gneE14_0" intLanes=":gneJ16_0_0 :gneJ16_1_0 :gneJ16_12_0 :gneJ16_3_0 :gneJ16_4_0 :gneJ16_13_0 :gneJ16_6_0 :gneJ16_7_0 :gneJ16_14_0 :gneJ16_9_0 :gneJ16_10_0 :gneJ16_15_0" shape="-96.87,157.53 -97.01,147.53 -100.56,140.27 -110.54,139.66 -114.10,141.42 -119.12,148.89 -110.61,161.35 -102.62,161.61" type="traffic_light" x="-106.33" y="152.66">
        <request cont="0" foes="000100010000" index="0" response="000000010000" />
        <request cont="0" foes="111100110000" index="1" response="111000110000" />
        <request cont="1" foes="110011110000" index="2" response="110011110000" />
        <request cont="0" foes="100010000000" index="3" response="000000000000" />
        <request cont="0" foes="100110000111" index="4" response="000100000100" />
        <request cont="1" foes="011110000110" index="5" response="011100000100" />
        <request cont="0" foes="010000000100" index="6" response="010000000000" />
        <request cont="0" foes="110000111100" index="7" response="110000111000" />
        <request cont="1" foes="110000110011" index="8" response="110000110011" />
        <request cont="0" foes="000000100010" index="9" response="000000000000" />
        <request cont="0" foes="000111100110" index="10" response="000100000100" />
        <request cont="1" foes="000110011110" index="11" response="000100011100" />
    </junction>
    <junction id="gneJ17" incLanes="11a_0 -gneE20_0" intLanes=":gneJ17_0_0 :gneJ17_1_0" shape="-108.49,32.82 -100.49,32.58 -96.61,28.55 -96.67,22.15" type="priority" x="-104.71" y="25.42">
        <request cont="0" foes="00" index="0" response="00" />
        <request cont="0" foes="00" index="1" response="00" />
    </junction>
    <junction id="gneJ18" incLanes="-gneE24_0 -gneE25_0 4b_0 4b_1 4b_2 -gneE17_0" intLanes=":gneJ18_0_0 :gneJ18_1_0 :gneJ18_12_0 :gneJ18_3_0 :gneJ18_4_0 :gneJ18_5_0 :gneJ18_6_0 :gneJ18_7_0 :gneJ18_13_0 :gneJ18_9_0 :gneJ18_10_0 :gneJ18_11_0" shape="247.20,96.48 247.35,88.48 247.75,80.82 240.83,76.80 221.90,80.38 222.03,98.78 223.50,101.85 229.69,106.91" type="priority" x="236.48" y="92.28">
        <request cont="0" foes="000100010000" index="0" response="000000000000" />
        <request cont="0" foes="110100110000" index="1" response="000000000000" />
        <request cont="1" foes="110011110000" index="2" response="000011000000" />
        <request cont="0" foes="100010000000" index="3" response="000010000000" />
        <request cont="0" foes="100110000111" index="4" response="000110000111" />
        <request cont="0" foes="010110000110" index="5" response="010110000110" />
        <request cont="0" foes="010000000100" index="6" response="000000000000" />
        <request cont="0" foes="110000111100" index="7" response="000000000000" />
        <request cont="1" foes="110000110011" index="8" response="000000000011" />
        <request cont="0" foes="000000000000" index="9" response="000000000000" />
        <request cont="0" foes="000111100110" index="10" response="000111000110" />
        <request cont="0" foes="000110011110" index="11" response="000110011110" />
    </junction>
    <junction id="gneJ19" incLanes="7a_0 6b_0" intLanes=":gneJ19_0_0 :gneJ19_1_0" shape="116.31,45.72 124.30,45.47 116.13,37.72" type="priority" x="120.18" y="41.63">
        <request cont="0" foes="00" index="0" response="00" />
        <request cont="0" foes="00" index="1" response="00" />
    </junction>
    <junction id="gneJ20" incLanes="-gneE16_0 8b_0 gneE10_0" intLanes=":gneJ20_0_0 :gneJ20_1_0 :gneJ20_2_0 :gneJ20_6_0 :gneJ20_4_0 :gneJ20_5_0" shape="126.18,164.92 134.17,164.64 132.77,147.90 124.84,148.91 121.35,152.67 120.93,160.66" type="priority" x="129.91" y="157.12">
        <request cont="0" foes="001000" index="0" response="000000" />
        <request cont="0" foes="111000" index="1" response="000000" />
        <request cont="0" foes="100000" index="2" response="000000" />
        <request cont="1" foes="100011" index="3" response="000011" />
        <request cont="0" foes="000010" index="4" response="000010" />
        <request cont="0" foes="001110" index="5" response="001110" />
    </junction>
    <junction id="gneJ28" incLanes="gneE14_0" intLanes="" shape="-108.34,214.68 -104.34,214.81 -108.34,214.68" type="dead_end" x="-108.34" y="214.68" />
    <junction id="gneJ29" incLanes="gneE15_0" intLanes="" shape="12.61,216.64 16.61,216.63 12.61,216.64" type="dead_end" x="12.61" y="216.64" />
    <junction id="gneJ30" incLanes="gneE17_0 gneE16_0 gneE19_0 -gneE28_0" intLanes=":gneJ30_0_0 :gneJ30_1_0 :gneJ30_2_0 :gneJ30_3_0 :gneJ30_4_0 :gneJ30_12_0 :gneJ30_6_0 :gneJ30_7_0 :gneJ30_8_0 :gneJ30_9_0 :gneJ30_10_0 :gneJ30_13_0" shape="144.45,211.27 138.26,206.21 135.59,205.31 127.59,205.59 124.39,211.00 120.39,217.93 128.04,226.37 136.04,226.45" type="priority" x="132.10" y="220.07">
        <request cont="0" foes="000100010000" index="0" response="000000010000" />
        <request cont="0" foes="111100110000" index="1" response="111000110000" />
        <request cont="0" foes="110011110000" index="2" response="110011110000" />
        <request cont="0" foes="100010000000" index="3" response="000000000000" />
        <request cont="0" foes="100110000111" index="4" response="000000000000" />
        <request cont="1" foes="011110000110" index="5" response="011000000000" />
        <request cont="0" foes="010000000100" index="6" response="010000000000" />
        <request cont="0" foes="110000111100" index="7" response="110000111000" />
        <request cont="0" foes="110000110011" index="8" response="110000110011" />
        <request cont="0" foes="000000100010" index="9" response="000000000000" />
        <request cont="0" foes="000111100110" index="10" response="000000000000" />
        <request cont="1" foes="000110011110" index="11" response="000000011000" />
    </junction>
    <junction id="gneJ31" incLanes="-gneE29_0 gneE20_0 -gneE22_0" intLanes=":gneJ31_0_0 :gneJ31_1_0 :gneJ31_2_0 :gneJ31_6_0 :gneJ31_4_0 :gneJ31_5_0" shape="242.46,25.83 240.37,18.11 224.05,19.33 224.11,25.73 224.67,27.75 227.96,33.24" type="priority" x="239.85" y="22.39">
        <request cont="0" foes="001000" index="0" response="000000" />
        <request cont="0" foes="111000" index="1" response="000000" />
        <request cont="0" foes="100000" index="2" response="000000" />
        <request cont="1" foes="100011" index="3" response="000011" />
        <request cont="0" foes="000010" index="4" response="000010" />
        <request cont="0" foes="001110" index="5" response="001110" />
    </junction>
    <junction id="gneJ33" incLanes="gneE23_0" intLanes="" shape="-243.51,95.98 -243.34,99.98 -243.51,95.98" type="dead_end" x="-243.51" y="95.98" />
    <junction id="gneJ34" incLanes="gneE24_0" intLanes="" shape="267.56,92.86 267.63,88.86 267.56,92.86" type="dead_end" x="267.56" y="92.86" />
    <junction id="gneJ35" incLanes="gneE25_0" intLanes="" shape="257.32,56.36 253.86,54.35 257.32,56.36" type="dead_end" x="257.32" y="56.36" />
    <junction id="gneJ40" incLanes="gneE28_0" intLanes="" shape="131.99,231.33 135.99,231.37 131.99,231.33" type="dead_end" x="131.99" y="231.33" />
    <junction id="gneJ41" incLanes="gneE29_0" intLanes="" shape="259.42,17.11 258.38,13.25 259.42,17.11" type="dead_end" x="259.42" y="17.11" />

    <junction id=":gneJ10_7_0" incLanes=":gneJ10_6_0 1a_0 1a_1" intLanes=":gneJ10_1_0 :gneJ10_2_0 :gneJ10_3_0 :gneJ10_4_0" type="internal" x="-192.46" y="94.15" />
    <junction id=":gneJ11_23_0" incLanes=":gneJ11_8_0 1b_0 1b_1 1b_2" intLanes=":gneJ11_2_0 :gneJ11_3_0 :gneJ11_10_0 :gneJ11_11_0 :gneJ11_12_0 :gneJ11_13_0 :gneJ11_14_0 :gneJ11_14_1 :gneJ11_14_2 :gneJ11_20_0 :gneJ11_21_0" type="internal" x="-86.42" y="93.81" />
    <junction id=":gneJ11_24_0" incLanes=":gneJ11_12_0 10a_0" intLanes=":gneJ11_1_0 :gneJ11_2_0 :gneJ11_6_0 :gneJ11_6_1 :gneJ11_8_0 :gneJ11_14_0 :gneJ11_14_1 :gneJ11_14_2 :gneJ11_17_0 :gneJ11_18_0 :gneJ11_19_0 :gneJ11_20_0" type="internal" x="-103.45" y="89.76" />
    <junction id=":gneJ11_25_0" incLanes=":gneJ11_17_0 2a_0 2a_1" intLanes=":gneJ11_2_0 :gneJ11_3_0 :gneJ11_4_0 :gneJ11_5_0 :gneJ11_6_0 :gneJ11_6_1 :gneJ11_10_0 :gneJ11_11_0 :gneJ11_12_0 :gneJ11_20_0 :gneJ11_21_0 :gneJ11_22_0" type="internal" x="-98.91" y="93.68" />
    <junction id=":gneJ11_26_0" incLanes=":gneJ11_18_0 2a_0 2a_1" intLanes=":gneJ11_0_0 :gneJ11_1_0 :gneJ11_5_0 :gneJ11_6_0 :gneJ11_6_1 :gneJ11_11_0 :gneJ11_12_0 :gneJ11_20_0 :gneJ11_21_0 :gneJ11_22_0" type="internal" x="-105.26" y="93.61" />
    <junction id=":gneJ11_27_0" incLanes=":gneJ11_21_0 11b_0" intLanes=":gneJ11_1_0 :gneJ11_2_0 :gneJ11_3_0 :gneJ11_6_0 :gneJ11_6_1 :gneJ11_8_0 :gneJ11_9_0 :gneJ11_10_0 :gneJ11_11_0 :gneJ11_14_0 :gneJ11_14_1 :gneJ11_14_2 :gneJ11_17_0 :gneJ11_18_0" type="internal" x="-103.45" y="99.41" />
    <junction id=":gneJ11_28_0" incLanes=":gneJ11_22_0 11b_0" intLanes=":gneJ11_1_0 :gneJ11_2_0 :gneJ11_3_0 :gneJ11_4_0 :gneJ11_5_0 :gneJ11_10_0 :gneJ11_11_0 :gneJ11_17_0 :gneJ11_18_0" type="internal" x="-103.46" y="102.27" />
    <junction id=":gneJ12_15_0" incLanes=":gneJ12_6_0 2b_0 2b_1 2b_2" intLanes=":gneJ12_1_0 :gneJ12_2_0 :gneJ12_8_0 :gneJ12_9_0 :gneJ12_10_0 :gneJ12_11_0 :gneJ12_11_1 :gneJ12_11_2" type="internal" x="15.59" y="94.98" />
    <junction id=":gneJ12_16_0" incLanes=":gneJ12_14_0 3a_0 3a_1" intLanes=":gneJ12_1_0 :gneJ12_2_0 :gneJ12_3_0 :gneJ12_4_0 :gneJ12_4_1 :gneJ12_8_0 :gneJ12_9_0" type="internal" x="9.72" y="94.82" />
    <junction id=":gneJ13_24_0" incLanes=":gneJ13_2_0 7b_0" intLanes=":gneJ13_5_0 :gneJ13_5_1 :gneJ13_7_0 :gneJ13_8_0 :gneJ13_11_0 :gneJ13_12_0 :gneJ13_13_0 :gneJ13_14_0 :gneJ13_15_0 :gneJ13_18_0 :gneJ13_19_0 :gneJ13_19_1 :gneJ13_19_2 :gneJ13_22_0" type="internal" x="122.66" y="98.02" />
    <junction id=":gneJ13_25_0" incLanes=":gneJ13_3_0 7b_0" intLanes=":gneJ13_5_0 :gneJ13_5_1 :gneJ13_7_0 :gneJ13_8_0 :gneJ13_9_0 :gneJ13_10_0 :gneJ13_14_0 :gneJ13_15_0 :gneJ13_19_0 :gneJ13_19_1 :gneJ13_19_2 :gneJ13_22_0" type="internal" x="122.70" y="98.57" />
    <junction id=":gneJ13_26_0" incLanes=":gneJ13_7_0 3b_0 3b_1 3b_2" intLanes=":gneJ13_1_0 :gneJ13_2_0 :gneJ13_3_0 :gneJ13_10_0 :gneJ13_11_0 :gneJ13_12_0 :gneJ13_15_0 :gneJ13_16_0 :gneJ13_17_0 :gneJ13_18_0 :gneJ13_19_0 :gneJ13_19_1 :gneJ13_19_2" type="internal" x="136.89" y="92.82" />
    <junction id=":gneJ13_27_0" incLanes=":gneJ13_8_0 3b_0 3b_1 3b_2" intLanes=":gneJ13_2_0 :gneJ13_3_0 :gneJ13_10_0 :gneJ13_11_0 :gneJ13_12_0 :gneJ13_13_0 :gneJ13_14_0 :gneJ13_18_0 :gneJ13_19_0 :gneJ13_19_1 :gneJ13_19_2" type="internal" x="147.80" y="92.86" />
    <junction id=":gneJ13_28_0" incLanes=":gneJ13_16_0 8a_0" intLanes=":gneJ13_0_0 :gneJ13_1_0 :gneJ13_5_0 :gneJ13_5_1 :gneJ13_7_0 :gneJ13_11_0 :gneJ13_12_0 :gneJ13_18_0 :gneJ13_19_0 :gneJ13_19_1 :gneJ13_19_2 :gneJ13_22_0 :gneJ13_23_0" type="internal" x="121.91" y="86.87" />
    <junction id=":gneJ13_29_0" incLanes=":gneJ13_22_0 4a_0 4a_1" intLanes=":gneJ13_1_0 :gneJ13_2_0 :gneJ13_3_0 :gneJ13_4_0 :gneJ13_5_0 :gneJ13_5_1 :gneJ13_10_0 :gneJ13_11_0 :gneJ13_15_0 :gneJ13_16_0" type="internal" x="120.17" y="93.11" />
    <junction id=":gneJ13_30_0" incLanes=":gneJ13_23_0 4a_0 4a_1 7b_0 8a_0 gneE22_0" intLanes=":gneJ13_0_0 :gneJ13_5_0 :gneJ13_5_1 :gneJ13_11_0 :gneJ13_16_0" type="internal" x="115.73" y="93.20" />
    <junction id=":gneJ14_30_0" incLanes=":gneJ14_3_0 9b_0" intLanes=":gneJ14_6_0 :gneJ14_7_0 :gneJ14_8_0 :gneJ14_9_0 :gneJ14_12_0 :gneJ14_13_0 :gneJ14_14_0 :gneJ14_15_0 :gneJ14_16_0 :gneJ14_17_0 :gneJ14_21_0 :gneJ14_22_0 :gneJ14_23_0 :gneJ14_27_0 :gneJ14_28_0 :gneJ14_29_0" type="internal" x="12.40" y="155.84" />
    <junction id=":gneJ14_31_0" incLanes=":gneJ14_4_0 9b_0" intLanes=":gneJ14_6_0 :gneJ14_7_0 :gneJ14_8_0 :gneJ14_9_0 :gneJ14_10_0 :gneJ14_11_0 :gneJ14_16_0 :gneJ14_17_0 :gneJ14_22_0 :gneJ14_23_0 :gneJ14_28_0 :gneJ14_29_0" type="internal" x="12.40" y="155.84" />
    <junction id=":gneJ14_32_0" incLanes=":gneJ14_8_0 gneE18_0" intLanes=":gneJ14_2_0 :gneJ14_3_0 :gneJ14_4_0 :gneJ14_11_0 :gneJ14_12_0 :gneJ14_13_0 :gneJ14_14_0 :gneJ14_17_0 :gneJ14_18_0 :gneJ14_19_0 :gneJ14_20_0 :gneJ14_21_0 :gneJ14_22_0 :gneJ14_26_0 :gneJ14_27_0 :gneJ14_28_0" type="internal" x="18.12" y="154.68" />
    <junction id=":gneJ14_33_0" incLanes=":gneJ14_9_0 gneE18_0" intLanes=":gneJ14_3_0 :gneJ14_4_0 :gneJ14_11_0 :gneJ14_12_0 :gneJ14_13_0 :gneJ14_14_0 :gneJ14_15_0 :gneJ14_16_0 :gneJ14_21_0 :gneJ14_22_0 :gneJ14_27_0 :gneJ14_28_0" type="internal" x="26.08" y="159.05" />
    <junction id=":gneJ14_34_0" incLanes=":gneJ14_13_0 gneE8_0" intLanes=":gneJ14_1_0 :gneJ14_2_0 :gneJ14_3_0 :gneJ14_7_0 :gneJ14_8_0 :gneJ14_9_0 :gneJ14_16_0 :gneJ14_17_0 :gneJ14_18_0 :gneJ14_19_0 :gneJ14_22_0 :gneJ14_23_0 :gneJ14_24_0 :gneJ14_25_0 :gneJ14_26_0 :gneJ14_27_0" type="internal" x="22.08" y="151.81" />
    <junction id=":gneJ14_35_0" incLanes=":gneJ14_14_0 gneE8_0" intLanes=":gneJ14_2_0 :gneJ14_3_0 :gneJ14_8_0 :gneJ14_9_0 :gneJ14_16_0 :gneJ14_17_0 :gneJ14_18_0 :gneJ14_19_0 :gneJ14_20_0 :gneJ14_21_0 :gneJ14_26_0 :gneJ14_27_0" type="internal" x="20.69" y="151.77" />
    <junction id=":gneJ14_36_0" incLanes=":gneJ14_18_0 -gneE15_0" intLanes=":gneJ14_0_0 :gneJ14_1_0 :gneJ14_2_0 :gneJ14_6_0 :gneJ14_7_0 :gneJ14_8_0 :gneJ14_12_0 :gneJ14_13_0 :gneJ14_14_0 :gneJ14_21_0 :gneJ14_22_0 :gneJ14_23_0 :gneJ14_24_0 :gneJ14_27_0 :gneJ14_28_0 :gneJ14_29_0" type="internal" x="12.35" y="145.90" />
    <junction id=":gneJ14_37_0" incLanes=":gneJ14_19_0 -gneE15_0" intLanes=":gneJ14_1_0 :gneJ14_2_0 :gneJ14_7_0 :gneJ14_8_0 :gneJ14_13_0 :gneJ14_14_0 :gneJ14_21_0 :gneJ14_22_0 :gneJ14_23_0 :gneJ14_24_0 :gneJ14_25_0 :gneJ14_26_0" type="internal" x="12.35" y="145.70" />
    <junction id=":gneJ14_38_0" incLanes=":gneJ14_23_0 -gneE19_0" intLanes=":gneJ14_2_0 :gneJ14_3_0 :gneJ14_4_0 :gneJ14_5_0 :gneJ14_6_0 :gneJ14_7_0 :gneJ14_11_0 :gneJ14_12_0 :gneJ14_13_0 :gneJ14_17_0 :gneJ14_18_0 :gneJ14_19_0 :gneJ14_26_0 :gneJ14_27_0 :gneJ14_28_0 :gneJ14_29_0" type="internal" x="8.70" y="149.57" />
    <junction id=":gneJ14_39_0" incLanes=":gneJ14_24_0 -gneE19_0" intLanes=":gneJ14_0_0 :gneJ14_1_0 :gneJ14_6_0 :gneJ14_7_0 :gneJ14_12_0 :gneJ14_13_0 :gneJ14_18_0 :gneJ14_19_0 :gneJ14_26_0 :gneJ14_27_0 :gneJ14_28_0 :gneJ14_29_0" type="internal" x="-4.20" y="142.85" />
    <junction id=":gneJ14_40_0" incLanes=":gneJ14_28_0 gneE11_0" intLanes=":gneJ14_1_0 :gneJ14_2_0 :gneJ14_3_0 :gneJ14_4_0 :gneJ14_7_0 :gneJ14_8_0 :gneJ14_9_0 :gneJ14_10_0 :gneJ14_11_0 :gneJ14_12_0 :gneJ14_16_0 :gneJ14_17_0 :gneJ14_18_0 :gneJ14_22_0 :gneJ14_23_0 :gneJ14_24_0" type="internal" x="1.70" y="151.45" />
    <junction id=":gneJ14_41_0" incLanes=":gneJ14_29_0 gneE11_0" intLanes=":gneJ14_1_0 :gneJ14_2_0 :gneJ14_3_0 :gneJ14_4_0 :gneJ14_5_0 :gneJ14_6_0 :gneJ14_11_0 :gneJ14_12_0 :gneJ14_17_0 :gneJ14_18_0 :gneJ14_23_0 :gneJ14_24_0" type="internal" x="6.02" y="151.47" />
    <junction id=":gneJ16_12_0" incLanes=":gneJ16_2_0 gneE12_0" intLanes=":gneJ16_4_0 :gneJ16_5_0 :gneJ16_6_0 :gneJ16_7_0 :gneJ16_10_0 :gneJ16_11_0" type="internal" x="-105.24" y="149.07" />
    <junction id=":gneJ16_13_0" incLanes=":gneJ16_5_0 -gneE14_0" intLanes=":gneJ16_1_0 :gneJ16_2_0 :gneJ16_7_0 :gneJ16_8_0 :gneJ16_9_0 :gneJ16_10_0" type="internal" x="-105.77" y="148.36" />
    <junction id=":gneJ16_14_0" incLanes=":gneJ16_8_0 gneE9_0" intLanes=":gneJ16_0_0 :gneJ16_1_0 :gneJ16_4_0 :gneJ16_5_0 :gneJ16_10_0 :gneJ16_11_0" type="internal" x="-109.39" y="149.91" />
    <junction id=":gneJ16_15_0" incLanes=":gneJ16_11_0 10b_0" intLanes=":gneJ16_1_0 :gneJ16_2_0 :gneJ16_3_0 :gneJ16_4_0 :gneJ16_7_0 :gneJ16_8_0" type="internal" x="-106.06" y="153.80" />
    <junction id=":gneJ18_12_0" incLanes=":gneJ18_2_0 4b_0 4b_1" intLanes=":gneJ18_4_0 :gneJ18_5_0 :gneJ18_6_0 :gneJ18_7_0 :gneJ18_10_0 :gneJ18_11_0" type="internal" x="239.63" y="90.97" />
    <junction id=":gneJ18_13_0" incLanes=":gneJ18_8_0 -gneE24_0" intLanes=":gneJ18_0_0 :gneJ18_1_0 :gneJ18_4_0 :gneJ18_5_0 :gneJ18_10_0 :gneJ18_11_0" type="internal" x="230.95" y="92.56" />
    <junction id=":gneJ20_6_0" incLanes=":gneJ20_3_0 -gneE16_0" intLanes=":gneJ20_0_0 :gneJ20_1_0 :gneJ20_5_0" type="internal" x="129.55" y="155.33" />
    <junction id=":gneJ30_12_0" incLanes=":gneJ30_5_0 -gneE28_0" intLanes=":gneJ30_1_0 :gneJ30_2_0 :gneJ30_7_0 :gneJ30_8_0 :gneJ30_9_0 :gneJ30_10_0" type="internal" x="131.80" y="215.35" />
    <junction id=":gneJ30_13_0" incLanes=":gneJ30_11_0 gneE16_0" intLanes=":gneJ30_1_0 :gneJ30_2_0 :gneJ30_3_0 :gneJ30_4_0 :gneJ30_7_0 :gneJ30_8_0" type="internal" x="131.91" y="220.30" />
    <junction id=":gneJ31_6_0" incLanes=":gneJ31_3_0 -gneE29_0" intLanes=":gneJ31_0_0 :gneJ31_1_0 :gneJ31_5_0" type="internal" x="228.31" y="22.66" />

    <connection dir="s" from="-gneE12" fromLane="0" state="m" to="gneE23" toLane="0" via=":gneJ10_0_0" />
    <connection dir="l" from="-gneE12" fromLane="0" state="m" to="1b" toLane="1" via=":gneJ10_1_0" />
    <connection dir="l" from="-gneE12" fromLane="0" state="m" to="1b" toLane="2" via=":gneJ10_2_0" />
    <connection dir="r" from="-gneE14" fromLane="0" linkIndex="9" state="O" tl="gneJ16" to="-gneE12" toLane="0" via=":gneJ16_9_0" />
    <connection dir="s" from="-gneE14" fromLane="0" linkIndex="10" state="O" tl="gneJ16" to="10a" toLane="0" via=":gneJ16_10_0" />
    <connection dir="l" from="-gneE14" fromLane="0" linkIndex="11" state="o" tl="gneJ16" to="gneE8" toLane="0" via=":gneJ16_11_0" />
    <connection dir="r" from="-gneE15" fromLane="0" linkIndex="0" state="O" tl="gneJ14" to="gneE9" toLane="0" via=":gneJ14_0_0" />
    <connection dir="R" from="-gneE15" fromLane="0" linkIndex="1" state="O" tl="gneJ14" to="-gneE18" toLane="0" via=":gneJ14_1_0" />
    <connection dir="s" from="-gneE15" fromLane="0" linkIndex="2" state="O" tl="gneJ14" to="9a" toLane="0" via=":gneJ14_2_0" />
    <connection dir="l" from="-gneE15" fromLane="0" linkIndex="3" state="o" tl="gneJ14" to="gneE10" toLane="0" via=":gneJ14_3_0" />
    <connection dir="l" from="-gneE15" fromLane="0" linkIndex="4" state="o" tl="gneJ14" to="gneE19" toLane="0" via=":gneJ14_4_0" />
    <connection dir="r" from="-gneE16" fromLane="0" state="M" to="gneE11" toLane="0" via=":gneJ20_0_0" />
    <connection dir="s" from="-gneE16" fromLane="0" state="M" to="8a" toLane="0" via=":gneJ20_1_0" />
    <connection dir="r" from="-gneE17" fromLane="0" state="M" to="4a" toLane="0" via=":gneJ18_9_0" />
    <connection dir="s" from="-gneE17" fromLane="0" state="m" to="gneE25" toLane="0" via=":gneJ18_10_0" />
    <connection dir="l" from="-gneE17" fromLane="0" state="m" to="gneE24" toLane="0" via=":gneJ18_11_0" />
    <connection dir="r" from="-gneE18" fromLane="0" linkIndex="0" state="o" tl="gneJ11" to="10b" toLane="0" via=":gneJ11_0_0" />
    <connection dir="s" from="-gneE18" fromLane="0" linkIndex="1" state="o" tl="gneJ11" to="1a" toLane="0" via=":gneJ11_1_0" />
    <connection dir="L" from="-gneE18" fromLane="0" linkIndex="2" state="o" tl="gneJ11" to="11a" toLane="0" via=":gneJ11_2_0" />
    <connection dir="l" from="-gneE18" fromLane="0" linkIndex="3" state="o" tl="gneJ11" to="2b" toLane="2" via=":gneJ11_3_0" />
    <connection dir="r" from="-gneE19" fromLane="0" linkIndex="5" state="o" tl="gneJ14" to="gneE15" toLane="0" via=":gneJ14_5_0" />
    <connection dir="R" from="-gneE19" fromLane="0" linkIndex="6" state="o" tl="gneJ14" to="gneE9" toLane="0" via=":gneJ14_6_0" />
    <connection dir="s" from="-gneE19" fromLane="0" linkIndex="7" state="o" tl="gneJ14" to="-gneE18" toLane="0" via=":gneJ14_7_0" />
    <connection dir="L" from="-gneE19" fromLane="0" linkIndex="8" state="o" tl="gneJ14" to="9a" toLane="0" via=":gneJ14_8_0" />
    <connection dir="l" from="-gneE19" fromLane="0" linkIndex="9" state="o" tl="gneJ14" to="gneE10" toLane="0" via=":gneJ14_9_0" />
    <connection dir="r" from="-gneE20" fromLane="0" state="M" to="11b" toLane="0" via=":gneJ17_1_0" />
    <connection dir="r" from="-gneE22" fromLane="0" state="m" to="-gneE20" toLane="0" via=":gneJ31_4_0" />
    <connection dir="s" from="-gneE22" fromLane="0" state="m" to="gneE29" toLane="0" via=":gneJ31_5_0" />
    <connection dir="s" from="-gneE23" fromLane="0" state="M" to="1b" toLane="0" via=":gneJ10_5_0" />
    <connection dir="L" from="-gneE23" fromLane="0" state="m" to="gneE12" toLane="0" via=":gneJ10_6_0" />
    <connection dir="r" from="-gneE24" fromLane="0" state="M" to="gneE17" toLane="0" via=":gneJ18_0_0" />
    <connection dir="s" from="-gneE24" fromLane="0" state="M" to="4a" toLane="1" via=":gneJ18_1_0" />
    <connection dir="l" from="-gneE24" fromLane="0" state="m" to="gneE25" toLane="0" via=":gneJ18_2_0" />
    <connection dir="r" from="-gneE25" fromLane="0" state="m" to="gneE24" toLane="0" via=":gneJ18_3_0" />
    <connection dir="s" from="-gneE25" fromLane="0" state="m" to="gneE17" toLane="0" via=":gneJ18_4_0" />
    <connection dir="l" from="-gneE25" fromLane="0" state="m" to="4a" toLane="1" via=":gneJ18_5_0" />
    <connection dir="r" from="-gneE28" fromLane="0" state="M" to="-gneE19" toLane="0" via=":gneJ30_9_0" />
    <connection dir="s" from="-gneE28" fromLane="0" state="M" to="-gneE16" toLane="0" via=":gneJ30_10_0" />
    <connection dir="L" from="-gneE28" fromLane="0" state="m" to="-gneE17" toLane="0" via=":gneJ30_11_0" />
    <connection dir="R" from="-gneE29" fromLane="0" state="M" to="gneE22" toLane="0" via=":gneJ31_0_0" />
    <connection dir="s" from="-gneE29" fromLane="0" state="M" to="-gneE20" toLane="0" via=":gneJ31_1_0" />
    <connection dir="r" from="10a" fromLane="0" linkIndex="19" state="o" tl="gneJ11" to="1a" toLane="0" via=":gneJ11_19_0" />
    <connection dir="s" from="10a" fromLane="0" linkIndex="20" state="o" tl="gneJ11" to="11a" toLane="0" via=":gneJ11_20_0" />
    <connection dir="L" from="10a" fromLane="0" linkIndex="21" state="o" tl="gneJ11" to="2b" toLane="1" via=":gneJ11_21_0" />
    <connection dir="l" from="10a" fromLane="0" linkIndex="22" state="o" tl="gneJ11" to="gneE18" toLane="0" via=":gneJ11_22_0" />
    <connection dir="r" from="10b" fromLane="0" linkIndex="3" state="O" tl="gneJ16" to="gneE8" toLane="0" via=":gneJ16_3_0" />
    <connection dir="s" from="10b" fromLane="0" linkIndex="4" state="O" tl="gneJ16" to="gneE14" toLane="0" via=":gneJ16_4_0" />
    <connection dir="l" from="10b" fromLane="0" linkIndex="5" state="o" tl="gneJ16" to="-gneE12" toLane="0" via=":gneJ16_5_0" />
    <connection dir="l" from="11a" fromLane="0" state="M" to="gneE20" toLane="0" via=":gneJ17_0_0" />
    <connection dir="r" from="11b" fromLane="0" linkIndex="9" state="o" tl="gneJ11" to="2b" toLane="0" via=":gneJ11_9_0" />
    <connection dir="R" from="11b" fromLane="0" linkIndex="10" state="o" tl="gneJ11" to="gneE18" toLane="0" via=":gneJ11_10_0" />
    <connection dir="s" from="11b" fromLane="0" linkIndex="11" state="o" tl="gneJ11" to="10b" toLane="0" via=":gneJ11_11_0" />
    <connection dir="l" from="11b" fromLane="0" linkIndex="12" state="o" tl="gneJ11" to="1a" toLane="1" via=":gneJ11_12_0" />
    <connection dir="r" from="1a" fromLane="0" state="M" to="gneE12" toLane="0" via=":gneJ10_3_0" />
    <connection dir="s" from="1a" fromLane="1" state="M" to="gneE23" toLane="0" via=":gneJ10_4_0" />
    <connection dir="r" from="1b" fromLane="0" linkIndex="13" state="O" tl="gneJ11" to="11a" toLane="0" via=":gneJ11_13_0" />
    <connection dir="s" from="1b" fromLane="0" linkIndex="14" state="O" tl="gneJ11" to="2b" toLane="0" via=":gneJ11_14_0" />
    <connection dir="s" from="1b" fromLane="1" linkIndex="15" state="O" tl="gneJ11" to="2b" toLane="1" via=":gneJ11_14_1" />
    <connection dir="s" from="1b" fromLane="2" linkIndex="16" state="O" tl="gneJ11" to="2b" toLane="2" via=":gneJ11_14_2" />
    <connection dir="L" from="1b" fromLane="2" linkIndex="17" state="o" tl="gneJ11" to="gneE18" toLane="0" via=":gneJ11_17_0" />
    <connection dir="l" from="1b" fromLane="2" linkIndex="18" state="o" tl="gneJ11" to="10b" toLane="0" via=":gneJ11_18_0" />
    <connection dir="r" from="2a" fromLane="0" linkIndex="4" state="O" tl="gneJ11" to="gneE18" toLane="0" via=":gneJ11_4_0" />
    <connection dir="R" from="2a" fromLane="0" linkIndex="5" state="O" tl="gneJ11" to="10b" toLane="0" via=":gneJ11_5_0" />
    <connection dir="s" from="2a" fromLane="0" linkIndex="6" state="O" tl="gneJ11" to="1a" toLane="0" via=":gneJ11_6_0" />
    <connection dir="s" from="2a" fromLane="1" linkIndex="7" state="O" tl="gneJ11" to="1a" toLane="1" via=":gneJ11_6_1" />
    <connection dir="l" from="2a" fromLane="1" linkIndex="8" state="o" tl="gneJ11" to="11a" toLane="0" via=":gneJ11_8_0" />
    <connection dir="r" from="2b" fromLane="0" state="M" to="5b" toLane="0" via=":gneJ12_10_0" />
    <connection dir="s" from="2b" fromLane="0" state="M" to="3b" toLane="0" via=":gneJ12_11_0" />
    <connection dir="s" from="2b" fromLane="1" state="M" to="3b" toLane="1" via=":gneJ12_11_1" />
    <connection dir="s" from="2b" fromLane="2" state="M" to="3b" toLane="2" via=":gneJ12_11_2" />
    <connection dir="l" from="2b" fromLane="2" state="m" to="9b" toLane="0" via=":gneJ12_14_0" />
    <connection dir="r" from="3a" fromLane="0" state="M" to="9b" toLane="0" via=":gneJ12_3_0" />
    <connection dir="s" from="3a" fromLane="0" state="M" to="2a" toLane="0" via=":gneJ12_4_0" />
    <connection dir="s" from="3a" fromLane="1" state="M" to="2a" toLane="1" via=":gneJ12_4_1" />
    <connection dir="l" from="3a" fromLane="1" state="m" to="5b" toLane="0" via=":gneJ12_6_0" />
    <connection dir="r" from="3b" fromLane="0" linkIndex="17" state="O" tl="gneJ13" to="7a" toLane="0" via=":gneJ13_17_0" />
    <connection dir="R" from="3b" fromLane="0" linkIndex="18" state="O" tl="gneJ13" to="-gneE22" toLane="0" via=":gneJ13_18_0" />
    <connection dir="s" from="3b" fromLane="0" linkIndex="19" state="O" tl="gneJ13" to="4b" toLane="0" via=":gneJ13_19_0" />
    <connection dir="s" from="3b" fromLane="1" linkIndex="20" state="O" tl="gneJ13" to="4b" toLane="1" via=":gneJ13_19_1" />
    <connection dir="s" from="3b" fromLane="2" linkIndex="21" state="O" tl="gneJ13" to="4b" toLane="2" via=":gneJ13_19_2" />
    <connection dir="l" from="3b" fromLane="2" linkIndex="22" state="o" tl="gneJ13" to="8b" toLane="0" via=":gneJ13_22_0" />
    <connection dir="t" from="3b" fromLane="2" linkIndex="23" state="o" tl="gneJ13" to="3a" toLane="1" via=":gneJ13_23_0" />
    <connection dir="r" from="4a" fromLane="0" linkIndex="4" state="O" tl="gneJ13" to="8b" toLane="0" via=":gneJ13_4_0" />
    <connection dir="s" from="4a" fromLane="0" linkIndex="5" state="O" tl="gneJ13" to="3a" toLane="0" via=":gneJ13_5_0" />
    <connection dir="s" from="4a" fromLane="1" linkIndex="6" state="O" tl="gneJ13" to="3a" toLane="1" via=":gneJ13_5_1" />
    <connection dir="L" from="4a" fromLane="1" linkIndex="7" state="o" tl="gneJ13" to="7a" toLane="0" via=":gneJ13_7_0" />
    <connection dir="l" from="4a" fromLane="1" linkIndex="8" state="o" tl="gneJ13" to="-gneE22" toLane="0" via=":gneJ13_8_0" />
    <connection dir="r" from="4b" fromLane="0" state="M" to="gneE25" toLane="0" via=":gneJ18_6_0" />
    <connection dir="s" from="4b" fromLane="1" state="M" to="gneE24" toLane="0" via=":gneJ18_7_0" />
    <connection dir="l" from="4b" fromLane="2" state="m" to="gneE17" toLane="0" via=":gneJ18_8_0" />
    <connection dir="r" from="5a" fromLane="0" state="m" to="3b" toLane="0" via=":gneJ12_7_0" />
    <connection dir="s" from="5a" fromLane="0" state="m" to="9b" toLane="0" via=":gneJ12_8_0" />
    <connection dir="l" from="5a" fromLane="0" state="m" to="2a" toLane="1" via=":gneJ12_9_0" />
    <connection dir="l" from="5b" fromLane="0" state="M" to="6b" toLane="0" via=":gneJ15_1_0" />
    <connection dir="r" from="6a" fromLane="0" state="M" to="5a" toLane="0" via=":gneJ15_0_0" />
    <connection dir="l" from="6b" fromLane="0" state="M" to="7b" toLane="0" via=":gneJ19_1_0" />
    <connection dir="r" from="7a" fromLane="0" state="M" to="6a" toLane="0" via=":gneJ19_0_0" />
    <connection dir="r" from="7b" fromLane="0" linkIndex="13" state="o" tl="gneJ13" to="-gneE22" toLane="0" via=":gneJ13_13_0" />
    <connection dir="R" from="7b" fromLane="0" linkIndex="14" state="o" tl="gneJ13" to="4b" toLane="1" via=":gneJ13_14_0" />
    <connection dir="s" from="7b" fromLane="0" linkIndex="15" state="o" tl="gneJ13" to="8b" toLane="0" via=":gneJ13_15_0" />
    <connection dir="l" from="7b" fromLane="0" linkIndex="16" state="o" tl="gneJ13" to="3a" toLane="1" via=":gneJ13_16_0" />
    <connection dir="r" from="8a" fromLane="0" linkIndex="0" state="o" tl="gneJ13" to="3a" toLane="0" via=":gneJ13_0_0" />
    <connection dir="s" from="8a" fromLane="0" linkIndex="1" state="o" tl="gneJ13" to="7a" toLane="0" via=":gneJ13_1_0" />
    <connection dir="L" from="8a" fromLane="0" linkIndex="2" state="o" tl="gneJ13" to="-gneE22" toLane="0" via=":gneJ13_2_0" />
    <connection dir="l" from="8a" fromLane="0" linkIndex="3" state="o" tl="gneJ13" to="4b" toLane="2" via=":gneJ13_3_0" />
    <connection dir="s" from="8b" fromLane="0" state="M" to="gneE16" toLane="0" via=":gneJ20_2_0" />
    <connection dir="l" from="8b" fromLane="0" state="m" to="gneE11" toLane="0" via=":gneJ20_3_0" />
    <connection dir="r" from="9a" fromLane="0" state="m" to="2a" toLane="0" via=":gneJ12_0_0" />
    <connection dir="s" from="9a" fromLane="0" state="m" to="5b" toLane="0" via=":gneJ12_1_0" />
    <connection dir="l" from="9a" fromLane="0" state="m" to="3b" toLane="2" via=":gneJ12_2_0" />
    <connection dir="r" from="9b" fromLane="0" linkIndex="15" state="O" tl="gneJ14" to="gneE10" toLane="0" via=":gneJ14_15_0" />
    <connection dir="R" from="9b" fromLane="0" linkIndex="16" state="O" tl="gneJ14" to="gneE19" toLane="0" via=":gneJ14_16_0" />
    <connection dir="s" from="9b" fromLane="0" linkIndex="17" state="O" tl="gneJ14" to="gneE15" toLane="0" via=":gneJ14_17_0" />
    <connection dir="L" from="9b" fromLane="0" linkIndex="18" state="o" tl="gneJ14" to="gneE9" toLane="0" via=":gneJ14_18_0" />
    <connection dir="l" from="9b" fromLane="0" linkIndex="19" state="o" tl="gneJ14" to="-gneE18" toLane="0" via=":gneJ14_19_0" />
    <connection dir="r" from="gneE10" fromLane="0" state="m" to="8a" toLane="0" via=":gneJ20_4_0" />
    <connection dir="l" from="gneE10" fromLane="0" state="m" to="gneE16" toLane="0" via=":gneJ20_5_0" />
    <connection dir="r" from="gneE11" fromLane="0" linkIndex="10" state="o" tl="gneJ14" to="gneE19" toLane="0" via=":gneJ14_10_0" />
    <connection dir="r" from="gneE11" fromLane="0" linkIndex="11" state="o" tl="gneJ14" to="gneE15" toLane="0" via=":gneJ14_11_0" />
    <connection dir="s" from="gneE11" fromLane="0" linkIndex="12" state="o" tl="gneJ14" to="gneE9" toLane="0" via=":gneJ14_12_0" />
    <connection dir="L" from="gneE11" fromLane="0" linkIndex="13" state="o" tl="gneJ14" to="-gneE18" toLane="0" via=":gneJ14_13_0" />
    <connection dir="l" from="gneE11" fromLane="0" linkIndex="14" state="o" tl="gneJ14" to="9a" toLane="0" via=":gneJ14_14_0" />
    <connection dir="r" from="gneE12" fromLane="0" linkIndex="6" state="o" tl="gneJ16" to="10a" toLane="0" via=":gneJ16_6_0" />
    <connection dir="s" from="gneE12" fromLane="0" linkIndex="7" state="o" tl="gneJ16" to="gneE8" toLane="0" via=":gneJ16_7_0" />
    <connection dir="l" from="gneE12" fromLane="0" linkIndex="8" state="o" tl="gneJ16" to="gneE14" toLane="0" via=":gneJ16_8_0" />
    <connection dir="r" from="gneE16" fromLane="0" state="M" to="-gneE17" toLane="0" via=":gneJ30_3_0" />
    <connection dir="s" from="gneE16" fromLane="0" state="M" to="gneE28" toLane="0" via=":gneJ30_4_0" />
    <connection dir="l" from="gneE16" fromLane="0" state="m" to="-gneE19" toLane="0" via=":gneJ30_5_0" />
    <connection dir="s" from="gneE17" fromLane="0" state="m" to="gneE28" toLane="0" via=":gneJ30_0_0" />
    <connection dir="L" from="gneE17" fromLane="0" state="m" to="-gneE19" toLane="0" via=":gneJ30_1_0" />
    <connection dir="l" from="gneE17" fromLane="0" state="m" to="-gneE16" toLane="0" via=":gneJ30_2_0" />
    <connection dir="r" from="gneE18" fromLane="0" linkIndex="20" state="o" tl="gneJ14" to="9a" toLane="0" via=":gneJ14_20_0" />
    <connection dir="R" from="gneE18" fromLane="0" linkIndex="21" state="o" tl="gneJ14" to="gneE10" toLane="0" via=":gneJ14_21_0" />
    <connection dir="s" from="gneE18" fromLane="0" linkIndex="22" state="o" tl="gneJ14" to="gneE19" toLane="0" via=":gneJ14_22_0" />
    <connection dir="L" from="gneE18" fromLane="0" linkIndex="23" state="o" tl="gneJ14" to="gneE15" toLane="0" via=":gneJ14_23_0" />
    <connection dir="l" from="gneE18" fromLane="0" linkIndex="24" state="o" tl="gneJ14" to="gneE9" toLane="0" via=":gneJ14_24_0" />
    <connection dir="r" from="gneE19" fromLane="0" state="m" to="-gneE16" toLane="0" via=":gneJ30_6_0" />
    <connection dir="R" from="gneE19" fromLane="0" state="m" to="-gneE17" toLane="0" via=":gneJ30_7_0" />
    <connection dir="l" from="gneE19" fromLane="0" state="m" to="gneE28" toLane="0" via=":gneJ30_8_0" />
    <connection dir="s" from="gneE20" fromLane="0" state="M" to="gneE29" toLane="0" via=":gneJ31_2_0" />
    <connection dir="l" from="gneE20" fromLane="0" state="m" to="gneE22" toLane="0" via=":gneJ31_3_0" />
    <connection dir="r" from="gneE22" fromLane="0" linkIndex="9" state="o" tl="gneJ13" to="4b" toLane="0" via=":gneJ13_9_0" />
    <connection dir="R" from="gneE22" fromLane="0" linkIndex="10" state="o" tl="gneJ13" to="8b" toLane="0" via=":gneJ13_10_0" />
    <connection dir="s" from="gneE22" fromLane="0" linkIndex="11" state="o" tl="gneJ13" to="3a" toLane="1" via=":gneJ13_11_0" />
    <connection dir="l" from="gneE22" fromLane="0" linkIndex="12" state="o" tl="gneJ13" to="7a" toLane="0" via=":gneJ13_12_0" />
    <connection dir="r" from="gneE8" fromLane="0" linkIndex="25" state="o" tl="gneJ14" to="-gneE18" toLane="0" via=":gneJ14_25_0" />
    <connection dir="R" from="gneE8" fromLane="0" linkIndex="26" state="o" tl="gneJ14" to="9a" toLane="0" via=":gneJ14_26_0" />
    <connection dir="s" from="gneE8" fromLane="0" linkIndex="27" state="o" tl="gneJ14" to="gneE10" toLane="0" via=":gneJ14_27_0" />
    <connection dir="L" from="gneE8" fromLane="0" linkIndex="28" state="o" tl="gneJ14" to="gneE19" toLane="0" via=":gneJ14_28_0" />
    <connection dir="l" from="gneE8" fromLane="0" linkIndex="29" state="o" tl="gneJ14" to="gneE15" toLane="0" via=":gneJ14_29_0" />
    <connection dir="r" from="gneE9" fromLane="0" linkIndex="0" state="o" tl="gneJ16" to="gneE14" toLane="0" via=":gneJ16_0_0" />
    <connection dir="s" from="gneE9" fromLane="0" linkIndex="1" state="o" tl="gneJ16" to="-gneE12" toLane="0" via=":gneJ16_1_0" />
    <connection dir="l" from="gneE9" fromLane="0" linkIndex="2" state="o" tl="gneJ16" to="10a" toLane="0" via=":gneJ16_2_0" />

    <connection dir="s" from=":gneJ10_0" fromLane="0" state="M" to="gneE23" toLane="0" />
    <connection dir="l" from=":gneJ10_1" fromLane="0" state="M" to="1b" toLane="1" />
    <connection dir="l" from=":gneJ10_2" fromLane="0" state="M" to="1b" toLane="2" />
    <connection dir="r" from=":gneJ10_3" fromLane="0" state="M" to="gneE12" toLane="0" />
    <connection dir="s" from=":gneJ10_4" fromLane="0" state="M" to="gneE23" toLane="0" />
    <connection dir="s" from=":gneJ10_5" fromLane="0" state="M" to="1b" toLane="0" />
    <connection dir="L" from=":gneJ10_6" fromLane="0" state="m" to="gneE12" toLane="0" via=":gneJ10_7_0" />
    <connection dir="L" from=":gneJ10_7" fromLane="0" state="M" to="gneE12" toLane="0" />
    <connection dir="r" from=":gneJ11_0" fromLane="0" state="M" to="10b" toLane="0" />
    <connection dir="s" from=":gneJ11_1" fromLane="0" state="M" to="1a" toLane="0" />
    <connection dir="L" from=":gneJ11_2" fromLane="0" state="M" to="11a" toLane="0" />
    <connection dir="l" from=":gneJ11_3" fromLane="0" state="M" to="2b" toLane="2" />
    <connection dir="r" from=":gneJ11_4" fromLane="0" state="M" to="gneE18" toLane="0" />
    <connection dir="R" from=":gneJ11_5" fromLane="0" state="M" to="10b" toLane="0" />
    <connection dir="s" from=":gneJ11_6" fromLane="0" state="M" to="1a" toLane="0" />
    <connection dir="s" from=":gneJ11_6" fromLane="1" state="M" to="1a" toLane="1" />
    <connection dir="l" from=":gneJ11_8" fromLane="0" state="m" to="11a" toLane="0" via=":gneJ11_23_0" />
    <connection dir="l" from=":gneJ11_23" fromLane="0" state="M" to="11a" toLane="0" />
    <connection dir="r" from=":gneJ11_9" fromLane="0" state="M" to="2b" toLane="0" />
    <connection dir="R" from=":gneJ11_10" fromLane="0" state="M" to="gneE18" toLane="0" />
    <connection dir="s" from=":gneJ11_11" fromLane="0" state="M" to="10b" toLane="0" />
    <connection dir="l" from=":gneJ11_12" fromLane="0" state="m" to="1a" toLane="1" via=":gneJ11_24_0" />
    <connection dir="l" from=":gneJ11_24" fromLane="0" state="M" to="1a" toLane="1" />
    <connection dir="r" from=":gneJ11_13" fromLane="0" state="M" to="11a" toLane="0" />
    <connection dir="s" from=":gneJ11_14" fromLane="0" state="M" to="2b" toLane="0" />
    <connection dir="s" from=":gneJ11_14" fromLane="1" state="M" to="2b" toLane="1" />
    <connection dir="s" from=":gneJ11_14" fromLane="2" state="M" to="2b" toLane="2" />
    <connection dir="L" from=":gneJ11_17" fromLane="0" state="m" to="gneE18" toLane="0" via=":gneJ11_25_0" />
    <connection dir="L" from=":gneJ11_25" fromLane="0" state="M" to="gneE18" toLane="0" />
    <connection dir="l" from=":gneJ11_18" fromLane="0" state="m" to="10b" toLane="0" via=":gneJ11_26_0" />
    <connection dir="l" from=":gneJ11_26" fromLane="0" state="M" to="10b" toLane="0" />
    <connection dir="r" from=":gneJ11_19" fromLane="0" state="M" to="1a" toLane="0" />
    <connection dir="s" from=":gneJ11_20" fromLane="0" state="M" to="11a" toLane="0" />
    <connection dir="L" from=":gneJ11_21" fromLane="0" state="m" to="2b" toLane="1" via=":gneJ11_27_0" />
    <connection dir="L" from=":gneJ11_27" fromLane="0" state="M" to="2b" toLane="1" />
    <connection dir="l" from=":gneJ11_22" fromLane="0" state="m" to="gneE18" toLane="0" via=":gneJ11_28_0" />
    <connection dir="l" from=":gneJ11_28" fromLane="0" state="M" to="gneE18" toLane="0" />
    <connection dir="r" from=":gneJ12_0" fromLane="0" state="M" to="2a" toLane="0" />
    <connection dir="s" from=":gneJ12_1" fromLane="0" state="M" to="5b" toLane="0" />
    <connection dir="l" from=":gneJ12_2" fromLane="0" state="M" to="3b" toLane="2" />
    <connection dir="r" from=":gneJ12_3" fromLane="0" state="M" to="9b" toLane="0" />
    <connection dir="s" from=":gneJ12_4" fromLane="0" state="M" to="2a" toLane="0" />
    <connection dir="s" from=":gneJ12_4" fromLane="1" state="M" to="2a" toLane="1" />
    <connection dir="l" from=":gneJ12_6" fromLane="0" state="m" to="5b" toLane="0" via=":gneJ12_15_0" />
    <connection dir="l" from=":gneJ12_15" fromLane="0" state="M" to="5b" toLane="0" />
    <connection dir="r" from=":gneJ12_7" fromLane="0" state="M" to="3b" toLane="0" />
    <connection dir="s" from=":gneJ12_8" fromLane="0" state="M" to="9b" toLane="0" />
    <connection dir="l" from=":gneJ12_9" fromLane="0" state="M" to="2a" toLane="1" />
    <connection dir="r" from=":gneJ12_10" fromLane="0" state="M" to="5b" toLane="0" />
    <connection dir="s" from=":gneJ12_11" fromLane="0" state="M" to="3b" toLane="0" />
    <connection dir="s" from=":gneJ12_11" fromLane="1" state="M" to="3b" toLane="1" />
    <connection dir="s" from=":gneJ12_11" fromLane="2" state="M" to="3b" toLane="2" />
    <connection dir="l" from=":gneJ12_14" fromLane="0" state="m" to="9b" toLane="0" via=":gneJ12_16_0" />
    <connection dir="l" from=":gneJ12_16" fromLane="0" state="M" to="9b" toLane="0" />
    <connection dir="r" from=":gneJ13_0" fromLane="0" state="M" to="3a" toLane="0" />
    <connection dir="s" from=":gneJ13_1" fromLane="0" state="M" to="7a" toLane="0" />
    <connection dir="L" from=":gneJ13_2" fromLane="0" state="m" to="-gneE22" toLane="0" via=":gneJ13_24_0" />
    <connection dir="L" from=":gneJ13_24" fromLane="0" state="M" to="-gneE22" toLane="0" />
    <connection dir="l" from=":gneJ13_3" fromLane="0" state="m" to="4b" toLane="2" via=":gneJ13_25_0" />
    <connection dir="l" from=":gneJ13_25" fromLane="0" state="M" to="4b" toLane="2" />
    <connection dir="r" from=":gneJ13_4" fromLane="0" state="M" to="8b" toLane="0" />
    <connection dir="s" from=":gneJ13_5" fromLane="0" state="M" to="3a" toLane="0" />
    <connection dir="s" from=":gneJ13_5" fromLane="1" state="M" to="3a" toLane="1" />
    <connection dir="L" from=":gneJ13_7" fromLane="0" state="m" to="7a" toLane="0" via=":gneJ13_26_0" />
    <connection dir="L" from=":gneJ13_26" fromLane="0" state="M" to="7a" toLane="0" />
    <connection dir="l" from=":gneJ13_8" fromLane="0" state="m" to="-gneE22" toLane="0" via=":gneJ13_27_0" />
    <connection dir="l" from=":gneJ13_27" fromLane="0" state="M" to="-gneE22" toLane="0" />
    <connection dir="r" from=":gneJ13_9" fromLane="0" state="M" to="4b" toLane="0" />
    <connection dir="R" from=":gneJ13_10" fromLane="0" state="M" to="8b" toLane="0" />
    <connection dir="s" from=":gneJ13_11" fromLane="0" state="M" to="3a" toLane="1" />
    <connection dir="l" from=":gneJ13_12" fromLane="0" state="M" to="7a" toLane="0" />
    <connection dir="r" from=":gneJ13_13" fromLane="0" state="M" to="-gneE22" toLane="0" />
    <connection dir="R" from=":gneJ13_14" fromLane="0" state="M" to="4b" toLane="1" />
    <connection dir="s" from=":gneJ13_15" fromLane="0" state="M" to="8b" toLane="0" />
    <connection dir="l" from=":gneJ13_16" fromLane="0" state="m" to="3a" toLane="1" via=":gneJ13_28_0" />
    <connection dir="l" from=":gneJ13_28" fromLane="0" state="M" to="3a" toLane="1" />
    <connection dir="r" from=":gneJ13_17" fromLane="0" state="M" to="7a" toLane="0" />
    <connection dir="R" from=":gneJ13_18" fromLane="0" state="M" to="-gneE22" toLane="0" />
    <connection dir="s" from=":gneJ13_19" fromLane="0" state="M" to="4b" toLane="0" />
    <connection dir="s" from=":gneJ13_19" fromLane="1" state="M" to="4b" toLane="1" />
    <connection dir="s" from=":gneJ13_19" fromLane="2" state="M" to="4b" toLane="2" />
    <connection dir="l" from=":gneJ13_22" fromLane="0" state="m" to="8b" toLane="0" via=":gneJ13_29_0" />
    <connection dir="l" from=":gneJ13_29" fromLane="0" state="M" to="8b" toLane="0" />
    <connection dir="t" from=":gneJ13_23" fromLane="0" state="m" to="3a" toLane="1" via=":gneJ13_30_0" />
    <connection dir="t" from=":gneJ13_30" fromLane="0" state="M" to="3a" toLane="1" />
    <connection dir="r" from=":gneJ14_0" fromLane="0" state="M" to="gneE9" toLane="0" />
    <connection dir="R" from=":gneJ14_1" fromLane="0" state="M" to="-gneE18" toLane="0" />
    <connection dir="s" from=":gneJ14_2" fromLane="0" state="M" to="9a" toLane="0" />
    <connection dir="l" from=":gneJ14_3" fromLane="0" state="m" to="gneE10" toLane="0" via=":gneJ14_30_0" />
    <connection dir="l" from=":gneJ14_30" fromLane="0" state="M" to="gneE10" toLane="0" />
    <connection dir="l" from=":gneJ14_4" fromLane="0" state="m" to="gneE19" toLane="0" via=":gneJ14_31_0" />
    <connection dir="l" from=":gneJ14_31" fromLane="0" state="M" to="gneE19" toLane="0" />
    <connection dir="r" from=":gneJ14_5" fromLane="0" state="M" to="gneE15" toLane="0" />
    <connection dir="R" from=":gneJ14_6" fromLane="0" state="M" to="gneE9" toLane="0" />
    <connection dir="s" from=":gneJ14_7" fromLane="0" state="M" to="-gneE18" toLane="0" />
    <connection dir="L" from=":gneJ14_8" fromLane="0" state="m" to="9a" toLane="0" via=":gneJ14_32_0" />
    <connection dir="L" from=":gneJ14_32" fromLane="0" state="M" to="9a" toLane="0" />
    <connection dir="l" from=":gneJ14_9" fromLane="0" state="m" to="gneE10" toLane="0" via=":gneJ14_33_0" />
    <connection dir="l" from=":gneJ14_33" fromLane="0" state="M" to="gneE10" toLane="0" />
    <connection dir="r" from=":gneJ14_10" fromLane="0" state="M" to="gneE19" toLane="0" />
    <connection dir="r" from=":gneJ14_11" fromLane="0" state="M" to="gneE15" toLane="0" />
    <connection dir="s" from=":gneJ14_12" fromLane="0" state="M" to="gneE9" toLane="0" />
    <connection dir="L" from=":gneJ14_13" fromLane="0" state="m" to="-gneE18" toLane="0" via=":gneJ14_34_0" />
    <connection dir="L" from=":gneJ14_34" fromLane="0" state="M" to="-gneE18" toLane="0" />
    <connection dir="l" from=":gneJ14_14" fromLane="0" state="m" to="9a" toLane="0" via=":gneJ14_35_0" />
    <connection dir="l" from=":gneJ14_35" fromLane="0" state="M" to="9a" toLane="0" />
    <connection dir="r" from=":gneJ14_15" fromLane="0" state="M" to="gneE10" toLane="0" />
    <connection dir="R" from=":gneJ14_16" fromLane="0" state="M" to="gneE19" toLane="0" />
    <connection dir="s" from=":gneJ14_17" fromLane="0" state="M" to="gneE15" toLane="0" />
    <connection dir="L" from=":gneJ14_18" fromLane="0" state="m" to="gneE9" toLane="0" via=":gneJ14_36_0" />
    <connection dir="L" from=":gneJ14_36" fromLane="0" state="M" to="gneE9" toLane="0" />
    <connection dir="l" from=":gneJ14_19" fromLane="0" state="m" to="-gneE18" toLane="0" via=":gneJ14_37_0" />
    <connection dir="l" from=":gneJ14_37" fromLane="0" state="M" to="-gneE18" toLane="0" />
    <connection dir="r" from=":gneJ14_20" fromLane="0" state="M" to="9a" toLane="0" />
    <connection dir="R" from=":gneJ14_21" fromLane="0" state="M" to="gneE10" toLane="0" />
    <connection dir="s" from=":gneJ14_22" fromLane="0" state="M" to="gneE19" toLane="0" />
    <connection dir="L" from=":gneJ14_23" fromLane="0" state="m" to="gneE15" toLane="0" via=":gneJ14_38_0" />
    <connection dir="L" from=":gneJ14_38" fromLane="0" state="M" to="gneE15" toLane="0" />
    <connection dir="l" from=":gneJ14_24" fromLane="0" state="m" to="gneE9" toLane="0" via=":gneJ14_39_0" />
    <connection dir="l" from=":gneJ14_39" fromLane="0" state="M" to="gneE9" toLane="0" />
    <connection dir="r" from=":gneJ14_25" fromLane="0" state="M" to="-gneE18" toLane="0" />
    <connection dir="R" from=":gneJ14_26" fromLane="0" state="M" to="9a" toLane="0" />
    <connection dir="s" from=":gneJ14_27" fromLane="0" state="M" to="gneE10" toLane="0" />
    <connection dir="L" from=":gneJ14_28" fromLane="0" state="m" to="gneE19" toLane="0" via=":gneJ14_40_0" />
    <connection dir="L" from=":gneJ14_40" fromLane="0" state="M" to="gneE19" toLane="0" />
    <connection dir="l" from=":gneJ14_29" fromLane="0" state="m" to="gneE15" toLane="0" via=":gneJ14_41_0" />
    <connection dir="l" from=":gneJ14_41" fromLane="0" state="M" to="gneE15" toLane="0" />
    <connection dir="r" from=":gneJ15_0" fromLane="0" state="M" to="5a" toLane="0" />
    <connection dir="l" from=":gneJ15_1" fromLane="0" state="M" to="6b" toLane="0" />
    <connection dir="r" from=":gneJ16_0" fromLane="0" state="M" to="gneE14" toLane="0" />
    <connection dir="s" from=":gneJ16_1" fromLane="0" state="M" to="-gneE12" toLane="0" />
    <connection dir="l" from=":gneJ16_2" fromLane="0" state="m" to="10a" toLane="0" via=":gneJ16_12_0" />
    <connection dir="l" from=":gneJ16_12" fromLane="0" state="M" to="10a" toLane="0" />
    <connection dir="r" from=":gneJ16_3" fromLane="0" state="M" to="gneE8" toLane="0" />
    <connection dir="s" from=":gneJ16_4" fromLane="0" state="M" to="gneE14" toLane="0" />
    <connection dir="l" from=":gneJ16_5" fromLane="0" state="m" to="-gneE12" toLane="0" via=":gneJ16_13_0" />
    <connection dir="l" from=":gneJ16_13" fromLane="0" state="M" to="-gneE12" toLane="0" />
    <connection dir="r" from=":gneJ16_6" fromLane="0" state="M" to="10a" toLane="0" />
    <connection dir="s" from=":gneJ16_7" fromLane="0" state="M" to="gneE8" toLane="0" />
    <connection dir="l" from=":gneJ16_8" fromLane="0" state="m" to="gneE14" toLane="0" via=":gneJ16_14_0" />
    <connection dir="l" from=":gneJ16_14" fromLane="0" state="M" to="gneE14" toLane="0" />
    <connection dir="r" from=":gneJ16_9" fromLane="0" state="M" to="-gneE12" toLane="0" />
    <connection dir="s" from=":gneJ16_10" fromLane="0" state="M" to="10a" toLane="0" />
    <connection dir="l" from=":gneJ16_11" fromLane="0" state="m" to="gneE8" toLane="0" via=":gneJ16_15_0" />
    <connection dir="l" from=":gneJ16_15" fromLane="0" state="M" to="gneE8" toLane="0" />
    <connection dir="l" from=":gneJ17_0" fromLane="0" state="M" to="gneE20" toLane="0" />
    <connection dir="r" from=":gneJ17_1" fromLane="0" state="M" to="11b" toLane="0" />
    <connection dir="r" from=":gneJ18_0" fromLane="0" state="M" to="gneE17" toLane="0" />
    <connection dir="s" from=":gneJ18_1" fromLane="0" state="M" to="4a" toLane="1" />
    <connection dir="l" from=":gneJ18_2" fromLane="0" state="m" to="gneE25" toLane="0" via=":gneJ18_12_0" />
    <connection dir="l" from=":gneJ18_12" fromLane="0" state="M" to="gneE25" toLane="0" />
    <connection dir="r" from=":gneJ18_3" fromLane="0" state="M" to="gneE24" toLane="0" />
    <connection dir="s" from=":gneJ18_4" fromLane="0" state="M" to="gneE17" toLane="0" />
    <connection dir="l" from=":gneJ18_5" fromLane="0" state="M" to="4a" toLane="1" />
    <connection dir="r" from=":gneJ18_6" fromLane="0" state="M" to="gneE25" toLane="0" />
    <connection dir="s" from=":gneJ18_7" fromLane="0" state="M" to="gneE24" toLane="0" />
    <connection dir="l" from=":gneJ18_8" fromLane="0" state="m" to="gneE17" toLane="0" via=":gneJ18_13_0" />
    <connection dir="l" from=":gneJ18_13" fromLane="0" state="M" to="gneE17" toLane="0" />
    <connection dir="r" from=":gneJ18_9" fromLane="0" state="M" to="4a" toLane="0" />
    <connection dir="s" from=":gneJ18_10" fromLane="0" state="M" to="gneE25" toLane="0" />
    <connection dir="l" from=":gneJ18_11" fromLane="0" state="M" to="gneE24" toLane="0" />
    <connection dir="r" from=":gneJ19_0" fromLane="0" state="M" to="6a" toLane="0" />
    <connection dir="l" from=":gneJ19_1" fromLane="0" state="M" to="7b" toLane="0" />
    <connection dir="r" from=":gneJ20_0" fromLane="0" state="M" to="gneE11" toLane="0" />
    <connection dir="s" from=":gneJ20_1" fromLane="0" state="M" to="8a" toLane="0" />
    <connection dir="s" from=":gneJ20_2" fromLane="0" state="M" to="gneE16" toLane="0" />
    <connection dir="l" from=":gneJ20_3" fromLane="0" state="m" to="gneE11" toLane="0" via=":gneJ20_6_0" />
    <connection dir="l" from=":gneJ20_6" fromLane="0" state="M" to="gneE11" toLane="0" />
    <connection dir="r" from=":gneJ20_4" fromLane="0" state="M" to="8a" toLane="0" />
    <connection dir="l" from=":gneJ20_5" fromLane="0" state="M" to="gneE16" toLane="0" />
    <connection dir="s" from=":gneJ30_0" fromLane="0" state="M" to="gneE28" toLane="0" />
    <connection dir="L" from=":gneJ30_1" fromLane="0" state="M" to="-gneE19" toLane="0" />
    <connection dir="l" from=":gneJ30_2" fromLane="0" state="M" to="-gneE16" toLane="0" />
    <connection dir="r" from=":gneJ30_3" fromLane="0" state="M" to="-gneE17" toLane="0" />
    <connection dir="s" from=":gneJ30_4" fromLane="0" state="M" to="gneE28" toLane="0" />
    <connection dir="l" from=":gneJ30_5" fromLane="0" state="m" to="-gneE19" toLane="0" via=":gneJ30_12_0" />
    <connection dir="l" from=":gneJ30_12" fromLane="0" state="M" to="-gneE19" toLane="0" />
    <connection dir="r" from=":gneJ30_6" fromLane="0" state="M" to="-gneE16" toLane="0" />
    <connection dir="R" from=":gneJ30_7" fromLane="0" state="M" to="-gneE17" toLane="0" />
    <connection dir="l" from=":gneJ30_8" fromLane="0" state="M" to="gneE28" toLane="0" />
    <connection dir="r" from=":gneJ30_9" fromLane="0" state="M" to="-gneE19" toLane="0" />
    <connection dir="s" from=":gneJ30_10" fromLane="0" state="M" to="-gneE16" toLane="0" />
    <connection dir="L" from=":gneJ30_11" fromLane="0" state="m" to="-gneE17" toLane="0" via=":gneJ30_13_0" />
    <connection dir="L" from=":gneJ30_13" fromLane="0" state="M" to="-gneE17" toLane="0" />
    <connection dir="R" from=":gneJ31_0" fromLane="0" state="M" to="gneE22" toLane="0" />
    <connection dir="s" from=":gneJ31_1" fromLane="0" state="M" to="-gneE20" toLane="0" />
    <connection dir="s" from=":gneJ31_2" fromLane="0" state="M" to="gneE29" toLane="0" />
    <connection dir="l" from=":gneJ31_3" fromLane="0" state="m" to="gneE22" toLane="0" via=":gneJ31_6_0" />
    <connection dir="l" from=":gneJ31_6" fromLane="0" state="M" to="gneE22" toLane="0" />
    <connection dir="r" from=":gneJ31_4" fromLane="0" state="M" to="-gneE20" toLane="0" />
    <connection dir="s" from=":gneJ31_5" fromLane="0" state="M" to="gneE29" toLane="0" />

</net>

Attachment: osm.sumocfg
Description: Binary data

Attachment: traci.log
Description: Binary data


Back to the top