Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] stoplines placed on the intersections

Thanks for the comment. To avoid misunderstandings for others who follow this thread:
I realize that the way bicycle lanes and pedestrians are treated in the patched.net.xml are not correct. This has nothing to do with modelling requirements by sumo (I was just in a hurry). The main point is, that there should be a common intersecion whenever streams intersect.
The following probably fits better (attached patched2.net.xml):




The other point regarding geometries is this:
Netconvert is geared towards computing lane shapes from user-supplied edge shapes. Allowing custom lane shapes was added rather recently (as a somewhat experiemental feature) and thus is not tied into junction shape computation.
I suggest that you try to specified edge shapes (either instead of the lane shapes, or in addition to them).

best regards,
Jakob


2018-07-18 11:10 GMT+02:00 Barto, Martin <Martin.Barto@xxxxxxxxx>:

Dear Jacob,

 

I saw patched.net.xml. It was helpful, and I’m thankful for it. The thing is, that SUMO makes a lot of presumptions that are not always right presumptions. Such as: what is a common intersection? In the Netherlands we treat bicycle lanes as if it’s a normal lane that is accessible only for bicycles, not for pedestrians and (in most cases) not by cars. And thus, they have separate edges. In your patched.net.xml cyclists are treated as pedestrians. They share the same crossing. In reality they have separate spaces and separate traffic lights.

 

As for now I made the bicycle crossings part of the controlled intersection again as you suggested. The stop lines are now almost on the right locations.

 

 

I still had to adjust the radius to get a near real view of the intersection. In reality there is not just one radius for all the connected edges, but there is a radius (or more a shape) for the separate connections. Maybe something to improve?

 

The biggest problem I see however is that, as you mentioned, shapes that are fully accurate according to the topology are overrided. I would gladly see that if one defines a shape, the shape will be maintained in the .net.xml. Maybe that could be an option?

 

My original question is solved though. Thank you again, Jacob!

 

Regards,

Martin Barto
Senior Verkeerskundige
Mobiliteit

          

Vialis is een Koninklijke VolkerWessels onderneming.

Postbus 184, 3990 DD Houten |
tel. +31648510557 mob. +31648510557 

http://www.vialis.nl

http://www.linkedin.com/company/vialis

https://twitter.com/vialisbv

http://www.youtube.com/user/VialisBV


.
.

Van: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@eclipse.org] Namens Jakob Erdmann
Verzonden: woensdag 18 juli 2018 00:20


Aan: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Onderwerp: Re: [sumo-user] stoplines placed on the intersections

 

Your network still has a quite unusual topology because the bicycles and vehicles do not have a common intersection. This causes your bicycle intersections to have no radius because they aren't really intersections.

Your bicycles move on a seperate edge that goes across the vehicle intersection like a bridge. While it does look right (especially if the traffic lights are coordinated correctly it's not things are typically done in SUMO (once a vehicle is stopped on the intersection your bicycles would just ignore it.

 

On July 11th I sent you a patched.net.xml that uses the 'proper' topology'. I suggest you compare your version with mine carefully to understand the differences in junction modelling.

 

regards,

Jakob

 

 

2018-07-17 16:13 GMT+02:00 Barto, Martin <Martin.Barto@xxxxxxxxx>:

Thank you Jacob! This again was very helpfull.

 

Because I want to generate the .net.xml automatically without using Netedit, I searched for a solution to set the stoplines on the right position automatically. I found a solution by calculating and adjusting the radius at the junction. See the result below.

 

I’m still having trouble with the bicycle crossings though, because they have no radius. I think it’s because the incoming edges of the bicycle crossings are lengthen for some reason, is that correct? And what kind of reason could that be? Are the edges maybe too short? If there is another solution to tackle this problem I’ll be happy to know too.

 

In my opinion using the radius is still a form of symptom control. I hope there will come a better solution for this in time.

 

 

 

Best regards,

Martin Barto
Senior Verkeerskundige
Mobiliteit

          

Vialis is een Koninklijke VolkerWessels onderneming.

Postbus 184, 3990 DD Houten |
tel. +31648510557 mob. +31648510557 

http://www.vialis.nl

http://www.linkedin.com/company/vialis

https://twitter.com/vialisbv

http://www.youtube.com/user/VialisBV


.
.

Van: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@eclipse.org] Namens Jakob Erdmann
Verzonden: dinsdag 17 juli 2018 09:09


Aan: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Onderwerp: Re: [sumo-user] stoplines placed on the intersections

 

The junction shape is indeed strongly influenced by the start/endpoints of the edges.

By default these points are indentical with the junction center but you can set them anywhere you like.

In your example the vehicle edge coming from the right uses the default endpoint of the junction center.

 

The computation logic is this:

- compute junction shape based on edge shapes, the intersection of neighboring edges and the specified junction radius

- shorten or lengthen edges that reach beyond the junction shape or that do not reach it for some reasion

- compute lane shapes

 

Note, that a custom lane shape completey overrides the computed shape so you may still have invalid lane geometries depending on what you specify.

 

regards,

Jakob

 

2018-07-17 8:29 GMT+02:00 Barto, Martin <Martin.Barto@xxxxxxxxx>:

Thank you for your answer Jakob,

 

So if I change the shape of the junction, I should get the stoplines at the right position? I have the start and end positions of the edges, so it should be possible to make a shape by connecting them

 

In my opinion the shape of the junction should be determined by the start and end points of the edges that are connected to the junction and not the other way around. Maybe you could think of another solution for the future?

 

Met vriendelijke groet,

Martin Barto
Senior Verkeerskundige
Mobiliteit

          

Vialis is een Koninklijke VolkerWessels onderneming.

Postbus 184, 3990 DD Houten |
tel. +31648510557 mob. +31648510557 

http://www.vialis.nl

http://www.linkedin.com/company/vialis

https://twitter.com/vialisbv

http://www.youtube.com/user/VialisBV


.
.

Van: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@eclipse.org] Namens Jakob Erdmann
Verzonden: dinsdag 17 juli 2018 00:55
Aan: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Onderwerp: Re: [sumo-user] stoplines placed on the intersections

 

Hello,

The waiting position of the vehicles is mainly determined by the junction shape. While you defined the connection shapes to start to the left of the bicycle crossing,

the junction shape starts to the right of it and thus the vehicle edge is made longer to meet the junction shape.

 

regards,

Jakob

 

 

2018-07-12 23:11 GMT+02:00 Barto, Martin <Martin.Barto@xxxxxxxxx>:

Dear SUMO-users,

 

Last time I messaged, I had some issues regarding pedestrian crossings en bicycle paths. Thanks to your advices I managed to get a near real visualization of the controlled intersection. However I still see some strange things.

 

The stoplines on the left approach are drawn to for to the right, behind the (controlled) pedestrian crossing and bike lanes. This is also shown on the bicycle paths, so the cyclists on the intersection instead of in front of it. Why is this happening? Do I have to configure an extra option on netconvert?

 

The SUMO native files and the .net.xml are enclosed here. I call netconvert with the following options:

netconvert --node-files=Output/KR27.nod.xml --edge-files=Output/KR27.edg.xml --connection-files=Output/KR27.con.xml --type-files=Output/all.typ.xml --tllogic-files=Output/KR27.tll.xml --no-turnarounds=true --junctions.corner-detail=5 --output-file=Output/KR27.net.xml

 

 

Best Regards,

Martin Barto
Senior Verkeerskundige
Mobiliteit

          

Vialis is een Koninklijke VolkerWessels onderneming.

Postbus 184, 3990 DD Houten |
tel. +31648510557 mob. +31648510557 

http://www.vialis.nl

http://www.linkedin.com/company/vialis

https://twitter.com/vialisbv

http://www.youtube.com/user/VialisBV


.
.


Look here for our e-mail disclaimer: http://cp.vialis.nl/disclaimer.html


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

 


Look here for our e-mail disclaimer: http://cp.vialis.nl/disclaimer.html


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

 


Look here for our e-mail disclaimer: http://cp.vialis.nl/disclaimer.html


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

 


Look here for our e-mail disclaimer: http://cp.vialis.nl/disclaimer.html


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 18.07.2018 11:46:35 by Eclipse SUMO netedit Version 1e67d2b1c5
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd";>

    <input>
        <sumo-net-file value="D:\erdm_ja\projekte\sumo\debug\MartinBarto\patched2.net.xml"/>
    </input>

    <output>
        <output-file value="D:\erdm_ja\projekte\sumo\debug\MartinBarto\patched2.net.xml"/>
        <output.street-names value="true"/>
    </output>

    <processing>
        <no-internal-links value="false"/>
        <no-turnarounds value="true"/>
        <offset.disable-normalization value="true"/>
        <lefthand value="false"/>
        <junctions.corner-detail value="5"/>
        <rectangular-lane-cut value="false"/>
        <walkingareas value="false"/>
    </processing>

    <visualisation>
        <registry-viewport value="true"/>
    </visualisation>

</configuration>
-->

<net version="0.27" junctionCornerDetail="5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd";>

    <location netOffset="0.00,0.00" convBoundary="-1.09,0.00,718.05,935.44" origBoundary="0.00,0.00,726.58,935.44" projParameter="!"/>

    <type id="allVehicles" oneway="1"/>
    <type id="bicycle" allow="moped bicycle"/>
    <type id="bus" allow="bus" oneway="1"/>
    <type id="pedestrian" allow="pedestrian"/>
    <type id="tram" allow="tram" oneway="1"/>
    <type id="vehicle" disallow="moped bicycle pedestrian" oneway="1"/>

    <edge id=":1_i_0_0" function="internal">
        <lane id=":1_i_0_0_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="571.01,470.45 571.01,470.45"/>
        <lane id=":1_i_0_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="571.01,470.45 571.01,470.45"/>
        <lane id=":1_i_0_0_2" index="2" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="571.01,470.45 571.01,470.45"/>
    </edge>
    <edge id=":2_c_2_0" function="internal">
        <lane id=":2_c_2_0_0" index="0" allow="bicycle" speed="4.16" length="9.37" width="3.00" shape="511.32,448.14 511.42,450.92 512.31,452.82 514.01,453.84 516.52,453.98"/>
    </edge>
    <edge id=":2_c_2_1" function="internal">
        <lane id=":2_c_2_1_0" index="0" allow="bicycle" speed="4.16" length="8.80" width="3.00" shape="511.32,448.14 511.23,450.74 511.40,452.53 511.60,454.31 511.59,456.92"/>
    </edge>
    <edge id=":2_c_2_2" function="internal">
        <lane id=":2_c_2_2_0" index="0" allow="bicycle" speed="4.16" length="8.51" width="3.00" shape="508.11,452.96 510.62,453.22 512.32,453.67 514.02,454.02 516.52,453.98"/>
    </edge>
    <edge id=":2_c_2_3" function="internal">
        <lane id=":2_c_2_3_0" index="0" allow="bicycle" speed="4.16" length="6.06" width="3.00" shape="508.11,452.96 509.72,453.24 510.84,453.99 511.46,455.22 511.59,456.92"/>
    </edge>
    <edge id=":2_c_2_w0" function="walkingarea">
        <lane id=":2_c_2_w0_0" index="0" allow="pedestrian" speed="1.00" length="3.97" width="2.00" shape="516.36,452.49 516.16,450.50 514.81,448.47 512.82,448.28 512.79,449.68 513.01,450.80 513.48,451.64 514.20,452.21 515.16,452.49"/>
    </edge>
    <edge id=":2_e_0_0" function="internal">
        <lane id=":2_e_0_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="484.49,376.49 484.49,376.49"/>
    </edge>
    <edge id=":2_i_0_0" function="internal">
        <lane id=":2_i_0_0_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="494.77,398.71 494.77,398.71"/>
        <lane id=":2_i_0_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="494.77,398.71 494.77,398.71"/>
        <lane id=":2_i_0_0_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="494.77,398.71 494.77,398.71"/>
        <lane id=":2_i_0_0_3" index="3" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="494.77,398.71 494.77,398.71"/>
    </edge>
    <edge id=":2_i_1_0" function="internal">
        <lane id=":2_i_1_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="489.11,379.14 489.11,379.14"/>
        <lane id=":2_i_1_0_1" index="1" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="489.11,379.14 489.11,379.14"/>
        <lane id=":2_i_1_0_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="489.11,379.14 489.11,379.14"/>
    </edge>
    <edge id=":2_i_2_0" function="internal">
        <lane id=":2_i_2_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="489.89,359.19 489.89,359.19"/>
        <lane id=":2_i_2_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="489.89,359.19 489.89,359.19"/>
    </edge>
    <edge id=":3_c_1_0" function="internal">
        <lane id=":3_c_1_0_0" index="0" allow="bicycle" speed="4.16" length="8.77" width="3.00" shape="458.74,451.26 460.97,451.48 462.76,450.82 464.11,449.29 465.03,446.89"/>
    </edge>
    <edge id=":3_c_1_1" function="internal">
        <lane id=":3_c_1_1_0" index="0" allow="bicycle" speed="4.16" length="9.15" width="3.00" shape="458.74,451.26 461.36,451.92 463.20,452.21 465.07,452.24 467.78,452.13"/>
    </edge>
    <edge id=":3_c_1_2" function="internal">
        <lane id=":3_c_1_2_0" index="0" allow="bicycle" speed="4.16" length="8.50" width="3.00" shape="463.30,455.21 465.03,446.89"/>
    </edge>
    <edge id=":3_c_1_3" function="internal">
        <lane id=":3_c_1_3_0" index="0" allow="bicycle" speed="4.16" length="5.93" width="3.00" shape="463.30,455.21 463.76,453.93 464.65,452.99 465.99,452.39 467.78,452.13"/>
    </edge>
    <edge id=":3_c_1_w1" function="walkingarea">
        <lane id=":3_c_1_w1_0" index="0" allow="pedestrian" speed="1.00" length="4.11" width="2.00" shape="463.57,446.53 461.63,446.05 459.64,447.88 459.12,449.81 460.20,449.97 461.14,449.85 461.95,449.45 462.62,448.76 463.16,447.79"/>
    </edge>
    <edge id=":3_i_0_0" function="internal">
        <lane id=":3_i_0_0_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="385.12,458.84 385.12,458.84"/>
        <lane id=":3_i_0_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="385.12,458.84 385.12,458.84"/>
        <lane id=":3_i_0_0_2" index="2" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="385.12,458.84 385.12,458.84"/>
    </edge>
    <edge id=":3_i_1_0" function="internal">
        <lane id=":3_i_1_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="361.39,449.66 361.39,449.66"/>
        <lane id=":3_i_1_0_1" index="1" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="361.39,449.66 361.39,449.66"/>
    </edge>
    <edge id=":4_c_1_0" function="internal">
        <lane id=":4_c_1_0_0" index="0" allow="bicycle" speed="4.16" length="8.33" width="3.00" shape="464.84,496.49 462.37,496.55 460.67,496.51 458.99,496.31 456.56,495.89"/>
    </edge>
    <edge id=":4_c_1_1" function="internal">
        <lane id=":4_c_1_1_0" index="0" allow="bicycle" speed="4.16" length="0.21" width="3.00" shape="464.84,496.49 464.63,496.46"/>
    </edge>
    <edge id=":4_c_1_4" function="internal">
        <lane id=":4_c_1_4_0" index="0" speed="4.16" length="4.79" width="3.00" shape="464.63,496.46 463.44,496.33 462.50,495.75 462.02,494.76 461.98,493.36"/>
    </edge>
    <edge id=":4_c_1_2" function="internal">
        <lane id=":4_c_1_2_0" index="0" allow="bicycle" speed="4.16" length="8.24" width="3.00" shape="460.58,501.82 460.74,499.57 460.12,497.83 458.72,496.60 456.56,495.89"/>
    </edge>
    <edge id=":4_c_1_3" function="internal">
        <lane id=":4_c_1_3_0" index="0" allow="bicycle" speed="4.16" length="8.57" width="3.00" shape="460.58,501.82 461.11,499.33 461.43,497.61 461.68,495.89 461.98,493.36"/>
    </edge>
    <edge id=":4_c_1_w2" function="walkingarea">
        <lane id=":4_c_1_w2_0" index="0" allow="pedestrian" speed="1.00" length="3.57" width="2.00" shape="456.29,497.36 455.93,499.33 457.16,501.08 459.12,501.50 459.25,500.41 459.14,499.49 458.79,498.72 458.20,498.11 457.36,497.66"/>
    </edge>
    <edge id=":4_c_2_0" function="internal">
        <lane id=":4_c_2_0_0" index="0" allow="bicycle" speed="4.16" length="8.24" width="3.00" shape="515.53,498.81 513.31,499.46 511.81,500.62 511.04,502.30 511.00,504.48"/>
    </edge>
    <edge id=":4_c_2_1" function="internal">
        <lane id=":4_c_2_1_0" index="0" allow="bicycle" speed="4.16" length="8.64" width="3.00" shape="515.53,498.81 513.00,499.15 511.24,499.20 509.49,498.94 507.00,498.37"/>
    </edge>
    <edge id=":4_c_2_2" function="internal">
        <lane id=":4_c_2_2_0" index="0" allow="bicycle" speed="4.16" length="8.85" width="3.00" shape="510.21,495.67 511.00,504.48"/>
    </edge>
    <edge id=":4_c_2_3" function="internal">
        <lane id=":4_c_2_3_0" index="0" allow="bicycle" speed="4.16" length="5.18" width="3.00" shape="510.21,495.67 510.08,497.15 509.50,498.09 508.48,498.50 507.00,498.37"/>
    </edge>
    <edge id=":4_c_2_w0" function="walkingarea">
        <lane id=":4_c_2_w0_0" index="0" allow="pedestrian" speed="1.00" length="3.76" width="2.00" shape="512.49,504.29 514.47,504.03 516.06,502.27 515.76,500.29 514.63,500.56 513.74,500.99 513.08,501.58 512.65,502.32 512.45,503.23"/>
    </edge>
    <edge id=":4_e_0_0" function="internal">
        <lane id=":4_e_0_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="492.52,582.43 492.52,582.43"/>
    </edge>
    <edge id=":4_i_0_0" function="internal">
        <lane id=":4_i_0_0_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="479.03,558.60 479.03,558.60"/>
        <lane id=":4_i_0_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="479.03,558.60 479.03,558.60"/>
        <lane id=":4_i_0_0_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="479.03,558.60 479.03,558.60"/>
        <lane id=":4_i_0_0_3" index="3" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="479.03,558.60 479.03,558.60"/>
    </edge>
    <edge id=":4_i_1_0" function="internal">
        <lane id=":4_i_1_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="484.51,588.32 484.51,588.32"/>
        <lane id=":4_i_1_0_1" index="1" disallow="moped bicycle pedestrian" speed="11.80" length="0.10" width="3.00" shape="484.51,588.32 484.51,588.32"/>
        <lane id=":4_i_1_0_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="484.51,588.32 484.51,588.32"/>
    </edge>
    <edge id=":4_i_2_0" function="internal">
        <lane id=":4_i_2_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="483.16,606.07 483.16,606.07"/>
        <lane id=":4_i_2_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="0.10" width="3.00" shape="483.16,606.07 483.16,606.07"/>
    </edge>
    <edge id=":KR27_0" function="internal">
        <lane id=":KR27_0_0" index="0" allow="bicycle" speed="4.16" length="25.85" width="3.00" shape="498.46,496.39 491.74,495.38 485.69,495.38 479.59,495.85 472.72,496.27"/>
    </edge>
    <edge id=":KR27_1" function="internal">
        <lane id=":KR27_1_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="36.45" width="3.00" shape="516.70,476.86 505.58,479.06 497.72,484.09 493.14,491.94 492.33,498.58"/>
    </edge>
    <edge id=":KR27_2" function="internal">
        <lane id=":KR27_2_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="55.79" width="3.00" shape="516.80,473.84 502.01,474.72 483.70,475.70 467.25,476.45 461.08,476.57"/>
    </edge>
    <edge id=":KR27_3" function="internal">
        <lane id=":KR27_3_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="10.13" width="3.00" shape="516.90,470.83 507.72,469.04 507.03,468.69"/>
    </edge>
    <edge id=":KR27_19" function="internal">
        <lane id=":KR27_19_0" index="0" speed="11.80" length="4.06" width="3.00" shape="492.33,498.58 491.83,502.61"/>
    </edge>
    <edge id=":KR27_20" function="internal">
        <lane id=":KR27_20_0" index="0" speed="13.88" length="3.01" width="3.00" shape="461.08,476.57 458.08,476.63"/>
    </edge>
    <edge id=":KR27_21" function="internal">
        <lane id=":KR27_21_0" index="0" speed="11.80" length="30.70" width="3.00" shape="507.03,468.69 497.27,463.74 488.72,456.45 485.21,448.68"/>
    </edge>
    <edge id=":KR27_4" function="internal">
        <lane id=":KR27_4_0" index="0" allow="bicycle" speed="4.16" length="21.24" width="3.00" shape="511.18,463.89 510.60,470.00 509.96,474.46 509.53,478.92 509.61,485.04"/>
    </edge>
    <edge id=":KR27_5" function="internal">
        <lane id=":KR27_5_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="26.95" width="3.00" shape="497.66,449.14 498.64,457.64 502.19,463.47 508.31,466.63 512.99,466.88"/>
    </edge>
    <edge id=":KR27_6" function="internal">
        <lane id=":KR27_6_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="53.70" width="3.00" shape="494.66,449.03 491.83,502.61"/>
        <lane id=":KR27_6_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="53.70" width="3.00" shape="491.67,448.92 488.83,502.58"/>
    </edge>
    <edge id=":KR27_8" function="internal">
        <lane id=":KR27_8_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="6.29" width="3.00" shape="488.67,448.81 486.30,454.64"/>
    </edge>
    <edge id=":KR27_22" function="internal">
        <lane id=":KR27_22_0" index="0" speed="11.80" length="4.04" width="3.00" shape="512.99,466.88 517.02,467.10"/>
    </edge>
    <edge id=":KR27_23" function="internal">
        <lane id=":KR27_23_0" index="0" speed="11.80" length="37.04" width="3.00" shape="486.30,454.64 485.16,457.46 476.99,466.70 467.02,473.94 458.08,476.63"/>
    </edge>
    <edge id=":KR27_9" function="internal">
        <lane id=":KR27_9_0" index="0" allow="bicycle" speed="4.16" length="23.82" width="3.00" shape="479.27,451.64 485.79,451.62 491.16,452.00 496.52,452.51 503.04,452.85"/>
    </edge>
    <edge id=":KR27_10" function="internal">
        <lane id=":KR27_10_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="28.45" width="3.00" shape="457.84,464.62 468.44,463.35 476.04,460.25 480.63,455.33 481.28,452.57"/>
    </edge>
    <edge id=":KR27_11" function="internal">
        <lane id=":KR27_11_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="55.11" width="3.00" shape="457.90,467.62 513.01,467.14"/>
    </edge>
    <edge id=":KR27_12" function="internal">
        <lane id=":KR27_12_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="17.69" width="3.00" shape="457.96,470.62 471.13,472.28 474.89,474.60"/>
    </edge>
    <edge id=":KR27_13" function="internal">
        <lane id=":KR27_13_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="6.01" width="3.00" shape="457.96,470.62 458.08,476.63"/>
    </edge>
    <edge id=":KR27_24" function="internal">
        <lane id=":KR27_24_0" index="0" speed="11.80" length="4.11" width="3.00" shape="481.28,452.57 482.21,448.57"/>
    </edge>
    <edge id=":KR27_25" function="internal">
        <lane id=":KR27_25_0" index="0" speed="13.88" length="4.01" width="3.00" shape="513.01,467.14 517.02,467.10"/>
    </edge>
    <edge id=":KR27_26" function="internal">
        <lane id=":KR27_26_0" index="0" speed="11.80" length="32.98" width="3.00" shape="474.89,474.60 480.66,478.17 486.57,488.27 488.83,502.58"/>
    </edge>
    <edge id=":KR27_14" function="internal">
        <lane id=":KR27_14_0" index="0" allow="bicycle" speed="4.16" length="20.94" width="3.00" shape="463.26,482.61 463.37,476.56 462.59,472.19 461.89,467.83 462.24,461.81"/>
    </edge>
    <edge id=":KR27_15" function="internal">
        <lane id=":KR27_15_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="31.85" width="3.00" shape="475.46,502.44 474.53,491.55 471.32,483.62 465.84,478.65 461.03,477.40"/>
    </edge>
    <edge id=":KR27_16" function="internal">
        <lane id=":KR27_16_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="53.99" width="3.00" shape="478.46,502.47 482.21,448.57"/>
        <lane id=":KR27_16_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="53.99" width="3.00" shape="481.46,502.50 485.21,448.68"/>
    </edge>
    <edge id=":KR27_18" function="internal">
        <lane id=":KR27_18_0" index="0" disallow="moped bicycle pedestrian" speed="11.80" length="17.72" width="3.00" shape="484.46,502.54 486.70,488.07 488.24,485.40"/>
    </edge>
    <edge id=":KR27_27" function="internal">
        <lane id=":KR27_27_0" index="0" speed="11.80" length="3.06" width="3.00" shape="461.03,477.40 458.08,476.63"/>
    </edge>
    <edge id=":KR27_28" function="internal">
        <lane id=":KR27_28_0" index="0" speed="11.80" length="35.99" width="3.00" shape="488.24,485.40 492.87,477.34 502.98,470.35 517.02,467.10"/>
    </edge>
    <edge id=":KR27_c0" function="crossing" crossingEdges="4_e_0">
        <lane id=":KR27_c0_0" index="0" allow="pedestrian" speed="1.00" length="6.00" width="4.00" shape="493.28,500.57 487.28,500.62"/>
    </edge>
    <edge id=":KR27_c1" function="crossing" crossingEdges="1_i_0">
        <lane id=":KR27_c1_0" index="0" allow="pedestrian" speed="1.00" length="9.02" width="4.00" shape="514.81,469.46 514.80,478.48"/>
    </edge>
    <edge id=":KR27_c2" function="crossing" crossingEdges="1_e_0">
        <lane id=":KR27_c2_0" index="0" allow="pedestrian" speed="1.00" length="3.00" width="4.00" shape="514.90,465.78 515.16,468.77"/>
    </edge>
    <edge id=":KR27_c3" function="crossing" crossingEdges="2_i_0">
        <lane id=":KR27_c3_0" index="0" allow="pedestrian" speed="1.00" length="12.00" width="4.00" shape="487.10,450.76 499.10,451.19"/>
    </edge>
    <edge id=":KR27_c4" function="crossing" crossingEdges="2_e_0">
        <lane id=":KR27_c4_0" index="0" allow="pedestrian" speed="1.00" length="6.00" width="4.00" shape="480.69,450.56 486.69,450.70"/>
    </edge>
    <edge id=":KR27_c5" function="crossing" crossingEdges="3_i_0">
        <lane id=":KR27_c5_0" index="0" allow="pedestrian" speed="1.00" length="9.00" width="3.00" shape="459.50,472.08 459.29,463.08"/>
    </edge>
    <edge id=":KR27_c6" function="crossing" crossingEdges="3_e_0">
        <lane id=":KR27_c6_0" index="0" allow="pedestrian" speed="1.00" length="3.00" width="3.00" shape="459.48,478.22 459.66,475.22"/>
    </edge>
    <edge id=":KR27_c7" function="crossing" crossingEdges="4_i_0">
        <lane id=":KR27_c7_0" index="0" allow="pedestrian" speed="1.00" length="12.00" width="4.00" shape="486.00,500.56 474.00,500.42"/>
    </edge>
    <edge id=":KR27_w0" function="walkingarea">
        <lane id=":KR27_w0_0" index="0" allow="pedestrian" speed="1.00" length="5.29" width="4.00" shape="493.30,502.57 498.08,499.90 498.53,497.95 496.62,497.67 495.39,497.87 494.45,498.46 493.79,499.44 493.42,500.81"/>
    </edge>
    <edge id=":KR27_w1" function="walkingarea">
        <lane id=":KR27_w1_0" index="0" allow="pedestrian" speed="1.00" length="7.07" width="4.00" shape="511.11,485.08 513.11,484.96 516.80,478.48 514.96,478.64 513.48,479.25 512.35,480.19 511.58,481.45 511.17,483.04"/>
    </edge>
    <edge id=":KR27_w2" function="walkingarea">
        <lane id=":KR27_w2_0" index="0" allow="pedestrian" speed="1.00" length="2.20" width="4.00" shape="516.89,465.61 514.68,464.01 512.68,463.89 512.76,464.58 513.09,465.05 513.67,465.39 514.50,465.59 515.57,465.67"/>
    </edge>
    <edge id=":KR27_w3" function="walkingarea">
        <lane id=":KR27_w3_0" index="0" allow="pedestrian" speed="1.00" length="3.89" width="4.00" shape="502.87,451.34 502.91,449.34 499.17,449.19 499.25,449.82 499.57,450.35 500.11,450.76 500.87,451.07 501.86,451.26"/>
    </edge>
    <edge id=":KR27_w4" function="walkingarea">
        <lane id=":KR27_w4_0" index="0" allow="pedestrian" speed="1.00" length="1.95" width="4.00" shape="480.74,448.56 479.32,448.13 479.41,450.13 479.66,450.08 480.04,449.94 480.33,449.71 480.54,449.41 480.67,449.02"/>
    </edge>
    <edge id=":KR27_w5" function="walkingarea">
        <lane id=":KR27_w5_0" index="0" allow="pedestrian" speed="1.00" length="1.39" width="3.00" shape="460.70,461.91 458.73,461.59 457.79,463.11 458.63,463.06 459.33,462.91 459.90,462.69 460.32,462.40 460.61,462.02"/>
    </edge>
    <edge id=":KR27_w6" function="walkingarea">
        <lane id=":KR27_w6_0" index="0" allow="pedestrian" speed="1.00" length="4.47" width="3.00" shape="457.99,478.13 459.76,482.39 461.75,482.62 461.80,481.19 461.56,480.16 461.06,479.33 460.30,478.72 459.28,478.32"/>
    </edge>
    <edge id=":KR27_w7" function="walkingarea">
        <lane id=":KR27_w7_0" index="0" allow="pedestrian" speed="1.00" length="2.11" width="4.00" shape="472.65,497.77 472.70,499.77 473.97,502.42 473.95,500.98 473.86,499.82 473.70,498.91 473.46,498.27 473.15,497.89"/>
    </edge>
    <edge id=":KR27_w8" function="walkingarea">
        <lane id=":KR27_w8_0" index="0" allow="pedestrian" speed="1.00" length="1.28" width="4.00" shape="487.26,498.62 487.29,502.62 485.97,502.56 486.02,498.56"/>
    </edge>
    <edge id=":KR27_w9" function="walkingarea">
        <lane id=":KR27_w9_0" index="0" allow="pedestrian" speed="1.00" length="0.77" width="4.00" shape="513.16,468.94 517.15,468.60 516.81,469.46 512.81,469.46"/>
    </edge>
    <edge id=":KR27_w10" function="walkingarea">
        <lane id=":KR27_w10_0" index="0" allow="pedestrian" speed="1.00" length="0.42" width="4.00" shape="486.64,452.70 486.74,448.70 487.18,448.76 487.03,452.76"/>
    </edge>
    <edge id=":KR27_w11" function="walkingarea">
        <lane id=":KR27_w11_0" index="0" allow="pedestrian" speed="1.00" length="3.15" width="3.00" shape="461.16,475.32 458.17,475.13 458.00,472.11 461.00,472.04"/>
    </edge>

    <edge id="1_e_0" from="KR27" to="1_e_0" name="Ravenweg" priority="4" type="vehicle" spreadType="center" length="148.46" shape="486.33,469.75 661.88,454.62">
        <lane id="1_e_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="148.46" width="3.00" shape="517.02,467.10 661.88,454.62"/>
    </edge>
    <edge id="1_i_0" from="1_i_0" to="KR27" name="Ravenweg" priority="3" type="vehicle" spreadType="center" length="56.98" shape="571.01,470.45 486.51,475.74">
        <lane id="1_i_0_0" index="0" disallow="moped bicycle pedestrian" speed="9.72" length="56.98" width="3.00" shape="567.31,473.69 516.70,476.86"/>
        <lane id="1_i_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="56.98" width="3.00" shape="567.12,470.69 516.80,473.84"/>
        <lane id="1_i_0_2" index="2" disallow="moped bicycle pedestrian" speed="9.72" length="56.98" width="3.00" shape="566.94,467.70 516.90,470.83"/>
    </edge>
    <edge id="1_i_1" from="1_i_1" to="1_i_0" name="Ravenweg" priority="2" type="vehicle" spreadType="center" length="148.37" shape="718.05,450.65 696.29,454.38 571.01,470.45">
        <lane id="1_i_1_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="148.37" width="3.00" shape="718.05,450.65 696.29,454.38 574.87,469.95"/>
    </edge>
    <edge id="2_e_0" from="KR27" to="2_e_0" name="Arnhemseweg (zuid)" priority="4" type="vehicle" spreadType="center" length="72.94" shape="483.47,471.30 484.49,376.49">
        <lane id="2_e_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="72.94" width="3.00" shape="482.21,448.57 482.95,380.47"/>
        <lane id="2_e_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="72.94" width="3.00" shape="485.21,448.68 485.95,380.51"/>
    </edge>
    <edge id="2_e_1" from="2_e_0" to="2_e_1" name="Arnhemseweg (zuid)" priority="2" type="vehicle" spreadType="center" length="376.60" shape="484.49,376.49 484.72,334.97 484.88,287.67 484.78,284.75 486.59,177.51 486.05,104.57 485.05,93.62 485.05,88.86 486.23,67.92 487.59,0.00">
        <lane id="2_e_1_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="376.60" width="3.00" shape="484.51,372.49 484.72,334.97 484.88,287.67 484.78,284.75 486.59,177.51 486.05,104.57 485.05,93.62 485.05,88.86 486.23,67.92 487.59,0.00"/>
    </edge>
    <edge id="2_i_0" from="2_i_0" to="KR27" name="Arnhemseweg (zuid)" priority="3" type="vehicle" spreadType="center" length="50.77" shape="494.77,398.71 492.43,471.92">
        <lane id="2_i_0_0" index="0" disallow="moped bicycle pedestrian" speed="9.72" length="50.77" width="3.00" shape="499.27,398.85 497.66,449.14"/>
        <lane id="2_i_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="50.77" width="3.00" shape="496.27,398.76 494.66,449.03"/>
        <lane id="2_i_0_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="50.77" width="3.00" shape="493.27,398.66 491.67,448.92"/>
        <lane id="2_i_0_3" index="3" disallow="moped bicycle pedestrian" speed="9.72" length="50.77" width="3.00" shape="490.27,398.57 488.67,448.81"/>
    </edge>
    <edge id="2_i_1" from="2_i_1" to="2_i_0" name="Arnhemseweg (zuid)" priority="2" type="vehicle" spreadType="center" length="39.82">
        <lane id="2_i_1_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="39.82" width="3.00" shape="491.98,378.28 494.99,388.68"/>
        <lane id="2_i_1_1" index="1" disallow="moped bicycle pedestrian" speed="9.72" length="39.82" width="3.00" shape="489.10,379.11 492.11,389.51"/>
        <lane id="2_i_1_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="39.82" width="3.00" shape="486.22,379.94 489.23,390.34"/>
    </edge>
    <edge id="2_i_2" from="2_i_2" to="2_i_1" name="Arnhemseweg (zuid)" priority="2" type="vehicle" spreadType="center" length="19.98">
        <lane id="2_i_2_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="19.98" width="3.00" shape="491.23,363.24 490.97,369.96"/>
        <lane id="2_i_2_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="19.98" width="3.00" shape="488.24,363.12 487.97,369.84"/>
    </edge>
    <edge id="2_i_3" from="2_i_3" to="2_i_2" name="Arnhemseweg (zuid)" priority="2" type="vehicle" spreadType="center" length="359.30" shape="491.10,0.00 491.52,70.07 492.51,88.87 492.42,90.82 492.41,93.86 490.80,152.37 490.55,217.59 492.26,287.77 490.71,318.20 489.89,359.19">
        <lane id="2_i_3_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="359.30" width="3.00" shape="491.10,0.00 491.52,70.07 492.51,88.87 492.42,90.82 492.41,93.86 490.80,152.37 490.55,217.59 492.26,287.77 490.71,318.20 489.97,355.20"/>
    </edge>
    <edge id="3_e_0" from="KR27" to="3_e_0" name="Aluminiumweg" priority="4" type="vehicle" spreadType="center" length="524.46" shape="456.40,476.53 396.57,472.91 -1.09,292.25">
        <lane id="3_e_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="524.46" width="3.00" shape="458.08,476.63 396.57,472.91 -1.09,292.25"/>
    </edge>
    <edge id="3_i_0" from="3_i_0" to="KR27" name="Aluminiumweg" priority="3" type="vehicle" spreadType="center" length="75.85" shape="385.12,458.84 415.63,466.55 428.24,467.31 436.78,467.49 451.21,467.82 486.90,466.76">
        <lane id="3_i_0_0" index="0" disallow="moped bicycle pedestrian" speed="9.72" length="75.85" width="3.00" shape="389.38,456.82 416.09,463.57 428.36,464.31 436.85,464.49 451.20,464.82 457.84,464.62"/>
        <lane id="3_i_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="75.85" width="3.00" shape="388.64,459.73 415.63,466.55 428.24,467.31 436.78,467.49 451.21,467.82 457.90,467.62"/>
        <lane id="3_i_0_2" index="2" disallow="moped bicycle pedestrian" speed="9.72" length="75.85" width="3.00" shape="387.91,462.64 415.17,469.53 428.12,470.31 436.71,470.49 451.22,470.82 457.96,470.62"/>
    </edge>
    <edge id="3_i_1" from="3_i_1" to="3_i_0" name="Aluminiumweg" priority="2" type="vehicle" spreadType="center" length="25.44">
        <lane id="3_i_1_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="25.44" width="3.00" shape="365.20,449.53 382.27,456.13"/>
        <lane id="3_i_1_1" index="1" disallow="moped bicycle pedestrian" speed="9.72" length="25.44" width="3.00" shape="364.12,452.32 381.19,458.93"/>
    </edge>
    <edge id="3_i_2" from="3_i_2" to="3_i_1" name="Aluminiumweg" priority="2" type="vehicle" spreadType="center" length="419.07" shape="9.61,219.51 40.99,248.20 105.32,295.40 147.76,325.39 202.12,357.59 322.43,427.87 361.39,449.66">
        <lane id="3_i_2_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="419.07" width="3.00" shape="9.61,219.51 40.99,248.20 105.32,295.40 147.76,325.39 202.12,357.59 322.43,427.87 358.33,447.95"/>
    </edge>
    <edge id="4_e_0" from="KR27" to="4_e_0" name="Arnhemseweg (noord)" priority="4" type="vehicle" spreadType="center" length="81.69" shape="489.47,471.08 492.52,582.43">
        <lane id="4_e_0_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="81.69" width="3.00" shape="491.83,502.61 493.92,578.78"/>
        <lane id="4_e_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="81.69" width="3.00" shape="488.83,502.58 490.92,578.87"/>
    </edge>
    <edge id="4_e_1" from="4_e_0" to="4_e_1" name="Arnhemseweg (noord)" priority="2" type="vehicle" spreadType="center" length="397.18" shape="492.52,582.43 487.90,629.41 483.84,654.07 475.14,692.42 463.80,727.96 443.73,771.56 430.95,796.01 404.63,831.34 356.69,896.96 328.50,935.44">
        <lane id="4_e_1_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="397.18" width="3.00" shape="492.17,586.02 487.90,629.41 483.84,654.07 475.14,692.42 463.80,727.96 443.73,771.56 430.95,796.01 404.63,831.34 356.69,896.96 328.50,935.44"/>
    </edge>
    <edge id="4_i_0" from="4_i_0" to="KR27" name="Arnhemseweg (noord)" priority="3" type="vehicle" spreadType="center" length="58.09" shape="479.03,558.60 480.49,470.73">
        <lane id="4_i_0_0" index="0" disallow="moped bicycle pedestrian" speed="9.72" length="58.09" width="3.00" shape="474.48,561.52 475.46,502.44"/>
        <lane id="4_i_0_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="58.09" width="3.00" shape="477.48,561.57 478.46,502.47"/>
        <lane id="4_i_0_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="58.09" width="3.00" shape="480.48,561.62 481.46,502.50"/>
        <lane id="4_i_0_3" index="3" disallow="moped bicycle pedestrian" speed="9.72" length="58.09" width="3.00" shape="483.48,561.66 484.46,502.54"/>
    </edge>
    <edge id="4_i_1" from="4_i_1" to="4_i_0" name="Arnhemseweg (noord)" priority="2" type="vehicle" spreadType="center" length="47.65">
        <lane id="4_i_1_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="47.65" width="3.00" shape="481.79,590.13 478.26,570.98"/>
        <lane id="4_i_1_1" index="1" disallow="moped bicycle pedestrian" speed="9.72" length="47.65" width="3.00" shape="484.74,589.59 481.21,570.44"/>
        <lane id="4_i_1_2" index="2" disallow="moped bicycle pedestrian" speed="13.88" length="47.65" width="3.00" shape="487.69,589.04 484.16,569.89"/>
    </edge>
    <edge id="4_i_2" from="4_i_2" to="4_i_1" name="Arnhemseweg (noord)" priority="2" type="vehicle" spreadType="center" length="17.81">
        <lane id="4_i_2_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="17.81" width="3.00" shape="481.96,602.02 482.24,598.44"/>
        <lane id="4_i_2_1" index="1" disallow="moped bicycle pedestrian" speed="13.88" length="17.81" width="3.00" shape="484.96,602.25 485.23,598.67"/>
    </edge>
    <edge id="4_i_3" from="4_i_3" to="4_i_2" name="Arnhemseweg (noord)" priority="2" type="vehicle" spreadType="center" length="370.66" shape="325.57,933.32 376.26,861.34 405.32,820.73 424.87,792.49 434.98,777.18 449.05,750.74 463.89,714.31 473.40,681.51 479.63,651.49 482.57,625.05 483.16,606.07">
        <lane id="4_i_3_0" index="0" disallow="moped bicycle pedestrian" speed="13.88" length="370.66" width="3.00" shape="325.57,933.32 376.26,861.34 405.32,820.73 424.87,792.49 434.98,777.18 449.05,750.74 463.89,714.31 473.40,681.51 479.63,651.49 482.57,625.05 483.04,610.02"/>
    </edge>
    <edge id="gneE0" from="7_i_0" to="4_c_1" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE0_0" index="0" allow="pedestrian" speed="4.16" length="128.99" width="2.00" shape="430.86,627.36 458.14,501.29"/>
        <lane id="gneE0_1" index="1" allow="bicycle" speed="4.16" length="128.99" width="3.00" shape="433.31,627.89 460.58,501.82"/>
    </edge>
    <edge id="gneE10" from="KR27" to="2_c_2" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="504.06,451.87 511.37,452.03">
        <lane id="gneE10_0" index="0" allow="pedestrian" speed="4.16" length="5.17" width="2.00" shape="502.89,450.34 508.17,450.46"/>
        <lane id="gneE10_1" index="1" allow="bicycle" speed="4.16" length="5.17" width="3.00" shape="503.04,452.85 508.11,452.96"/>
    </edge>
    <edge id="gneE11" from="3_c_1" to="KR27" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="462.91,451.34 478.06,450.69">
        <lane id="gneE11_0" index="0" allow="pedestrian" speed="4.16" length="11.60" width="2.00" shape="467.67,449.63 479.37,449.13"/>
        <lane id="gneE11_1" index="1" allow="bicycle" speed="4.16" length="11.60" width="3.00" shape="467.78,452.13 479.27,451.64"/>
    </edge>
    <edge id="gneE12" from="KR27" to="3_c_1" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="461.47,460.28 462.91,451.34">
        <lane id="gneE12_0" index="0" allow="pedestrian" speed="4.16" length="6.86" width="2.00" shape="459.71,461.75 460.83,454.81"/>
        <lane id="gneE12_1" index="1" allow="bicycle" speed="4.16" length="6.86" width="3.00" shape="462.24,461.81 463.30,455.21"/>
    </edge>
    <edge id="gneE13" from="KR27" to="4_c_2" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="510.73,487.18 511.48,500.44">
        <lane id="gneE13_0" index="0" allow="pedestrian" speed="4.16" length="10.59" width="2.00" shape="512.11,485.02 512.70,495.53"/>
        <lane id="gneE13_1" index="1" allow="bicycle" speed="4.16" length="10.59" width="3.00" shape="509.61,485.04 510.21,495.67"/>
    </edge>
    <edge id="gneE14" from="4_c_2" to="KR27" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="511.48,500.44 499.20,497.59">
        <lane id="gneE14_0" index="0" allow="pedestrian" speed="4.16" length="8.55" width="2.00" shape="506.43,500.81 498.31,498.92"/>
        <lane id="gneE14_1" index="1" allow="bicycle" speed="4.16" length="8.55" width="3.00" shape="507.00,498.37 498.46,496.39"/>
    </edge>
    <edge id="gneE15" from="KR27" to="4_c_1" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="471.20,497.31 460.47,497.61">
        <lane id="gneE15_0" index="0" allow="pedestrian" speed="4.16" length="7.83" width="2.00" shape="472.68,498.77 464.91,498.99"/>
        <lane id="gneE15_1" index="1" allow="bicycle" speed="4.16" length="7.83" width="3.00" shape="472.72,496.27 464.84,496.49"/>
    </edge>
    <edge id="gneE16" from="4_c_1" to="KR27" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="460.47,497.61 462.06,484.23">
        <lane id="gneE16_0" index="0" allow="pedestrian" speed="4.16" length="10.73" width="2.00" shape="459.50,493.07 460.75,482.51"/>
        <lane id="gneE16_1" index="1" allow="bicycle" speed="4.16" length="10.73" width="3.00" shape="461.98,493.36 463.26,482.61"/>
    </edge>
    <edge id="gneE2" from="4_c_2" to="8_e_0" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE2_0" index="0" allow="pedestrian" speed="4.16" length="148.07" width="2.00" shape="513.48,504.16 532.74,650.97"/>
        <lane id="gneE2_1" index="1" allow="bicycle" speed="4.16" length="148.07" width="3.00" shape="511.00,504.48 530.26,651.30"/>
    </edge>
    <edge id="gneE3" from="3_c_1" to="gneJ1" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE3_0" index="0" allow="pedestrian" speed="4.16" length="40.91" width="2.00" shape="462.60,446.29 472.33,406.55"/>
        <lane id="gneE3_1" index="1" allow="bicycle" speed="4.16" length="40.91" width="3.00" shape="465.03,446.89 474.76,407.15"/>
    </edge>
    <edge id="gneE4" from="gneJ2" to="3_c_1" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE4_0" index="0" allow="pedestrian" speed="4.16" length="69.43" width="2.00" shape="392.31,430.93 459.38,448.85"/>
        <lane id="gneE4_1" index="1" allow="bicycle" speed="4.16" length="69.43" width="3.00" shape="391.66,433.35 458.74,451.26"/>
    </edge>
    <edge id="gneE5" from="2_c_2" to="gneJ4" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE5_0" index="0" allow="pedestrian" speed="4.16" length="69.36" width="2.00" shape="516.26,451.50 585.26,444.44"/>
        <lane id="gneE5_1" index="1" allow="bicycle" speed="4.16" length="69.36" width="3.00" shape="516.52,453.98 585.51,446.92"/>
    </edge>
    <edge id="gneE6" from="gneJ5" to="2_c_2" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE6_0" index="0" allow="pedestrian" speed="4.16" length="55.73" width="2.00" shape="519.10,392.90 513.81,448.38"/>
        <lane id="gneE6_1" index="1" allow="bicycle" speed="4.16" length="55.73" width="3.00" shape="516.61,392.67 511.32,448.14"/>
    </edge>
    <edge id="gneE7" from="gneJ6" to="4_c_2" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE7_0" index="0" allow="pedestrian" speed="4.16" length="81.86" width="2.00" shape="596.83,488.93 515.91,501.28"/>
        <lane id="gneE7_1" index="1" allow="bicycle" speed="4.16" length="81.86" width="3.00" shape="596.45,486.46 515.53,498.81"/>
    </edge>
    <edge id="gneE8" from="4_c_1" to="gneJ7" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center">
        <lane id="gneE8_0" index="0" allow="pedestrian" speed="4.16" length="68.34" width="2.00" shape="456.11,498.35 388.86,486.17"/>
        <lane id="gneE8_1" index="1" allow="bicycle" speed="4.16" length="68.34" width="3.00" shape="456.56,495.89 389.31,483.71"/>
    </edge>
    <edge id="gneE9" from="2_c_2" to="KR27" name="fietspad (noordwest)" priority="3" type="bicycle" spreadType="center" shape="512.73,454.65 512.21,463.36">
        <lane id="gneE9_0" index="0" allow="pedestrian" speed="4.16" length="6.94" width="2.00" shape="514.09,457.07 513.68,463.95"/>
        <lane id="gneE9_1" index="1" allow="bicycle" speed="4.16" length="6.94" width="3.00" shape="511.59,456.92 511.18,463.89"/>
    </edge>

    <tlLogic id="KR27" type="actuated" programID="0" offset="0">
        <phase duration="10" state="rrrrrgGGgrrrrrrgGGgrGGrrGGrrrrrrrrrrr"/>
        <phase duration="5"  state="rrrrrgGGgrrrrrrgGGgrrrrrrrrrrrrrrrrrr"/>
        <phase duration="3"  state="rrrrryyygrrrrrryyygrrrrrrrrrrrrrrrrrr"/>
        <phase duration="6"  state="rrrrrrrrGrrrrrrrrrGrrrrrrrrrrrrrrrrrr"/>
        <phase duration="3"  state="rrrrrrrryrrrrrrrrryrrrrrrrrrrrrrrrrrr"/>
        <phase duration="10" state="GrrrGrrrrGrrrrGrrrrGGGGGGGGrrrrrrrrrr"/>
        <phase duration="5"  state="GrrrGrrrrGrrrrGrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="3"  state="yrrryrrrryrrrryrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="10" state="rGGgrrrrrrgGggrrrrrrrrGGrrGrrrrrrrrrr"/>
        <phase duration="5"  state="rGGgrrrrrrgGggrrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="3"  state="ryygrrrrrryyggrrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="6"  state="rrrGrrrrrrrrGGrrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="3"  state="rrryrrrrrrrryyrrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="10" state="GrrrGrrrrGrrrrGrrrrGGGGGGGGrrrrrrrrrr"/>
        <phase duration="5"  state="GrrrGrrrrGrrrrGrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="3"  state="yrrryrrrryrrrryrrrrrrrrrrrrrrrrrrrrrr"/>
    </tlLogic>

    <junction id="1_e_0" type="dead_end" x="661.88" y="454.62" incLanes="1_e_0_0" intLanes="" shape="661.75,453.13 662.01,456.11"/>
    <junction id="1_i_0" type="priority" x="571.01" y="470.45" incLanes="1_i_1_0" intLanes=":1_i_0_0_0 :1_i_0_0_1 :1_i_0_0_2" shape="575.06,471.44 574.68,468.47 571.76,468.05 570.77,467.43 569.79,466.79 568.56,466.32 566.84,466.20 567.40,475.18 570.34,474.22 571.24,473.42 572.14,472.59 573.32,471.89">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="000" foes="000" cont="0"/>
        <request index="2" response="000" foes="000" cont="0"/>
    </junction>
    <junction id="1_i_1" type="dead_end" x="718.05" y="450.65" incLanes="" intLanes="" shape="717.80,449.17 718.30,452.13"/>
    <junction id="2_c_2" type="right_before_left" x="511.82" y="453.46" incLanes="gneE6_0 gneE6_1 gneE10_0 gneE10_1" intLanes=":2_c_2_0_0 :2_c_2_1_0 :2_c_2_2_0 :2_c_2_3_0" shape="516.67,455.48 516.16,450.50 515.32,450.35 515.04,450.08 514.86,449.67 514.79,449.14 514.81,448.47 509.83,448.00 509.58,448.83 509.35,449.11 509.04,449.31 508.65,449.43 508.19,449.46 508.08,454.46 509.26,454.74 509.66,455.07 509.93,455.53 510.08,456.12 510.10,456.83 515.09,457.13 515.30,456.28 515.53,455.97 515.83,455.73 516.21,455.57">
        <request index="0" response="0000" foes="0100" cont="0"/>
        <request index="1" response="0000" foes="1100" cont="0"/>
        <request index="2" response="0011" foes="0011" cont="0"/>
        <request index="3" response="0010" foes="0010" cont="0"/>
    </junction>
    <junction id="2_e_0" type="zipper" x="484.49" y="376.49" incLanes="2_e_0_0 2_e_0_1" intLanes=":2_e_0_0_0" shape="486.01,372.50 483.01,372.48 482.61,375.45 481.87,377.49 481.58,378.74 481.45,380.46 487.45,380.52 487.09,377.54 486.38,375.48 486.11,374.23">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="2_e_1" type="dead_end" x="487.59" y="0.00" incLanes="2_e_1_0" intLanes="" shape="486.09,-0.03 489.09,0.03"/>
    <junction id="2_i_0" type="priority" x="494.77" y="398.71" incLanes="2_i_1_0 2_i_1_1 2_i_1_2" intLanes=":2_i_0_0_0 :2_i_0_0_1 :2_i_0_0_2 :2_i_0_0_3" shape="496.43,388.26 487.79,390.76 488.56,393.60 488.74,394.62 488.82,395.66 488.82,396.91 488.77,398.60 500.76,398.99 500.62,396.57 500.08,394.87 499.27,393.54 498.31,392.23 497.32,390.58">
        <request index="0" response="0000" foes="0000" cont="0"/>
        <request index="1" response="0000" foes="0000" cont="0"/>
        <request index="2" response="0000" foes="0000" cont="0"/>
        <request index="3" response="0000" foes="0000" cont="0"/>
    </junction>
    <junction id="2_i_1" type="priority" x="489.11" y="379.14" incLanes="2_i_2_0 2_i_2_1" intLanes=":2_i_1_0_0 :2_i_1_0_1 :2_i_1_0_2" shape="484.78,380.36 493.42,377.86 492.65,375.02 492.48,374.00 492.40,372.96 492.41,371.71 492.47,370.02 486.47,369.79 486.17,372.07 485.61,373.76 484.99,375.15 484.51,376.52 484.37,378.16">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="000" foes="000" cont="0"/>
        <request index="2" response="000" foes="000" cont="0"/>
    </junction>
    <junction id="2_i_2" type="priority" x="489.89" y="359.19" incLanes="2_i_3_0" intLanes=":2_i_2_0_0 :2_i_2_0_1" shape="491.47,355.23 488.47,355.17 488.02,358.11 487.63,359.12 487.24,360.12 486.91,361.36 486.74,363.06 492.73,363.30 492.46,360.30 492.13,359.26 491.80,358.23 491.55,356.96">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="2_i_3" type="dead_end" x="491.10" y="0.00" incLanes="" intLanes="" shape="489.60,0.01 492.60,-0.01"/>
    <junction id="3_c_1" type="priority" x="462.91" y="451.34" incLanes="gneE4_0 gneE4_1 gneE12_0 gneE12_1" intLanes=":3_c_1_0_0 :3_c_1_1_0 :3_c_1_2_0 :3_c_1_3_0" shape="467.84,453.63 467.63,448.64 466.84,448.51 466.59,448.32 466.46,448.04 466.42,447.69 466.49,447.24 461.63,446.05 461.17,447.24 460.86,447.62 460.51,447.85 460.10,447.94 459.64,447.88 458.35,452.71 459.29,453.13 459.59,453.43 459.78,453.78 459.87,454.19 459.84,454.65 464.78,455.45 465.24,454.49 465.68,454.14 466.26,453.89 466.98,453.71">
        <request index="0" response="0000" foes="0100" cont="0"/>
        <request index="1" response="0000" foes="1100" cont="0"/>
        <request index="2" response="0011" foes="0011" cont="0"/>
        <request index="3" response="0010" foes="0010" cont="0"/>
    </junction>
    <junction id="3_e_0" type="dead_end" x="-1.09" y="292.25" incLanes="3_e_0_0" intLanes="" shape="-1.71,293.62 -0.47,290.88"/>
    <junction id="3_i_0" type="priority" x="385.12" y="458.84" incLanes="3_i_1_0 3_i_1_1" intLanes=":3_i_0_0_0 :3_i_0_0_1 :3_i_0_0_2" shape="387.54,464.09 389.74,455.37 387.17,455.10 386.23,455.20 385.30,455.26 384.22,455.16 382.82,454.73 380.65,460.33 383.22,461.72 384.04,462.38 384.87,463.00 385.96,463.58">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="000" foes="000" cont="0"/>
        <request index="2" response="000" foes="000" cont="0"/>
    </junction>
    <junction id="3_i_1" type="priority" x="361.39" y="449.66" incLanes="3_i_2_0" intLanes=":3_i_1_0_0 :3_i_1_0_1" shape="363.58,453.72 365.74,448.13 363.26,447.56 362.33,447.55 361.41,447.49 360.37,447.24 359.06,446.64 357.60,449.26 359.82,450.93 360.50,451.67 361.20,452.37 362.15,453.05">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3_i_2" type="dead_end" x="9.61" y="219.51" incLanes="" intLanes="" shape="8.60,220.62 10.62,218.40"/>
    <junction id="4_c_1" type="priority" x="460.47" y="497.61" incLanes="gneE15_0 gneE15_1 gneE0_0 gneE0_1" intLanes=":4_c_1_0_0 :4_c_1_4_0 :4_c_1_2_0 :4_c_1_3_0" shape="464.93,499.99 464.79,494.99 463.98,494.85 463.71,494.65 463.54,494.36 463.46,493.99 463.47,493.54 458.51,492.95 458.23,493.88 457.98,494.18 457.67,494.37 457.28,494.44 456.83,494.41 455.93,499.33 456.76,499.65 457.01,499.91 457.17,500.23 457.22,500.62 457.16,501.08 462.05,502.13 462.57,500.97 463.00,500.56 463.53,500.25 464.18,500.06">
        <request index="0" response="1100" foes="1100" cont="0"/>
        <request index="1" response="1000" foes="1000" cont="1"/>
        <request index="2" response="0000" foes="0001" cont="0"/>
        <request index="3" response="0000" foes="0011" cont="0"/>
    </junction>
    <junction id="4_c_2" type="right_before_left" x="511.48" y="500.44" incLanes="gneE7_0 gneE7_1 gneE13_0 gneE13_1" intLanes=":4_c_2_0_0 :4_c_2_1_0 :4_c_2_2_0 :4_c_2_3_0" shape="509.51,504.68 514.47,504.03 514.56,503.17 514.77,502.85 515.09,502.59 515.52,502.39 516.06,502.27 515.30,497.33 514.47,497.22 514.16,496.98 513.93,496.60 513.78,496.10 513.70,495.47 508.71,495.75 508.60,496.55 508.41,496.79 508.14,496.93 507.78,496.97 507.33,496.91 506.20,501.78 507.92,502.42 508.54,502.86 509.02,503.38 509.34,503.99">
        <request index="0" response="0000" foes="0100" cont="0"/>
        <request index="1" response="0000" foes="1100" cont="0"/>
        <request index="2" response="0011" foes="0011" cont="0"/>
        <request index="3" response="0010" foes="0010" cont="0"/>
    </junction>
    <junction id="4_e_0" type="zipper" x="492.52" y="582.43" incLanes="4_e_0_0 4_e_0_1" intLanes=":4_e_0_0_0" shape="495.42,578.74 489.42,578.91 489.87,581.50 490.21,582.40 490.53,583.29 490.71,584.38 490.67,585.87 493.66,586.17 494.31,583.40 494.72,582.46 495.09,581.52 495.35,580.35">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="4_e_1" type="dead_end" x="328.50" y="935.44" incLanes="4_e_1_0" intLanes="" shape="329.71,936.33 327.29,934.55"/>
    <junction id="4_i_0" type="priority" x="479.03" y="558.60" incLanes="4_i_1_0 4_i_1_1 4_i_1_2" intLanes=":4_i_0_0_0 :4_i_0_0_1 :4_i_0_0_2 :4_i_0_0_3" shape="476.79,571.25 485.64,569.62 485.13,566.71 485.01,565.68 484.96,564.65 484.96,563.39 484.98,561.69 472.98,561.49 473.17,563.68 473.72,565.21 474.50,566.41 475.36,567.60 476.17,569.11">
        <request index="0" response="0000" foes="0000" cont="0"/>
        <request index="1" response="0000" foes="0000" cont="0"/>
        <request index="2" response="0000" foes="0000" cont="0"/>
        <request index="3" response="0000" foes="0000" cont="0"/>
    </junction>
    <junction id="4_i_1" type="priority" x="484.51" y="588.32" incLanes="4_i_2_0 4_i_2_1" intLanes=":4_i_1_0_0 :4_i_1_0_1 :4_i_1_0_2" shape="489.17,588.77 480.32,590.40 480.81,593.31 480.91,594.34 480.92,595.38 480.86,596.64 480.74,598.33 486.72,598.78 487.10,596.61 487.74,595.03 488.44,593.75 489.04,592.48 489.34,590.92">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="000" foes="000" cont="0"/>
        <request index="2" response="000" foes="000" cont="0"/>
    </junction>
    <junction id="4_i_2" type="priority" x="483.16" y="606.07" incLanes="4_i_3_0" intLanes=":4_i_2_0_0 :4_i_2_0_1" shape="486.45,602.36 480.47,601.90 480.64,604.90 480.93,605.93 481.25,606.97 481.48,608.24 481.54,609.97 484.54,610.06 485.02,607.18 485.43,606.21 485.85,605.23 486.21,604.03">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="4_i_3" type="dead_end" x="325.57" y="933.32" incLanes="" intLanes="" shape="326.80,934.18 324.34,932.46"/>
    <junction id="7_i_0" type="dead_end" x="432.33" y="627.68" incLanes="" intLanes="" shape="434.77,628.21 429.89,627.15"/>
    <junction id="8_e_0" type="dead_end" x="531.25" y="651.17" incLanes="gneE2_0 gneE2_1" intLanes="" shape="533.73,650.84 528.77,651.50"/>
    <junction id="KR27" type="traffic_light" x="486.47" y="471.24" incLanes="gneE14_0 gneE14_1 1_i_0_0 1_i_0_1 1_i_0_2 gneE9_0 gneE9_1 2_i_0_0 2_i_0_1 2_i_0_2 2_i_0_3 gneE11_0 gneE11_1 3_i_0_0 3_i_0_1 3_i_0_2 gneE16_0 gneE16_1 4_i_0_0 4_i_0_1 4_i_0_2 4_i_0_3 :KR27_w0_0 :KR27_w9_0 :KR27_w2_0 :KR27_w10_0 :KR27_w4_0 :KR27_w11_0 :KR27_w6_0 :KR27_w8_0" intLanes=":KR27_0_0 :KR27_19_0 :KR27_20_0 :KR27_21_0 :KR27_4_0 :KR27_22_0 :KR27_6_0 :KR27_6_1 :KR27_23_0 :KR27_9_0 :KR27_24_0 :KR27_25_0 :KR27_26_0 :KR27_13_0 :KR27_14_0 :KR27_27_0 :KR27_16_0 :KR27_16_1 :KR27_28_0 :KR27_c0_0 :KR27_c1_0 :KR27_c2_0 :KR27_c3_0 :KR27_c4_0 :KR27_c5_0 :KR27_c6_0 :KR27_c7_0" shape="479.39,448.47 479.18,454.08 472.24,457.11 465.30,461.88 457.78,461.71 458.19,482.40 465.38,482.70 469.29,487.48 472.76,493.46 472.62,502.41 498.07,502.68 498.61,494.07 502.86,488.86 507.55,485.05 516.44,484.99 517.12,464.03 507.02,463.79 504.94,459.63 503.21,455.55 502.83,449.33" customShape="1">
        <request index="0"  response="000000001111001000011000010" foes="000000001111001000011000010" cont="0"/>
        <request index="1"  response="000000110000000000011010001" foes="000000110000001000011010001" cont="1"/>
        <request index="2"  response="010000101111100000111010000" foes="010000101111111000111010000" cont="1"/>
        <request index="3"  response="000100101110000111111010000" foes="000100101110000111111010000" cont="1"/>
        <request index="4"  response="000000001000000100000101110" foes="000000001000000100000101110" cont="0"/>
        <request index="5"  response="000011000000000100000010000" foes="000011001000000101000010000" cont="1"/>
        <request index="6"  response="000010010000001100000001110" foes="000010011000001101000001111" cont="0"/>
        <request index="7"  response="000010010000001100000001110" foes="000010011000001101000001111" cont="0"/>
        <request index="8"  response="010010000111101100000001100" foes="010010000111111101000001100" cont="1"/>
        <request index="9"  response="000000000110000010111101000" foes="000000000110000010111101000" cont="0"/>
        <request index="10" response="001100000110100001000000000" foes="001100000110100001000001000" cont="1"/>
        <request index="11" response="001001001110100000111110000" foes="001001001110100000111111000" cont="1"/>
        <request index="12" response="001000011110100000111000111" foes="001000011110100000111000111" cont="1"/>
        <request index="13" response="011000000001000000100000100" foes="011000000001000000100000100" cont="0"/>
        <request index="14" response="000000000001001110100000100" foes="000000000001001110100000100" cont="0"/>
        <request index="15" response="110000000000100000000000100" foes="110000000000110000100000101" cont="1"/>
        <request index="16" response="100100000000001110000001100" foes="100100000000001111100001101" cont="0"/>
        <request index="17" response="100100000000001110000001100" foes="100100000000001111100001101" cont="0"/>
        <request index="18" response="100001000000001100011111100" foes="100001000000001100011111101" cont="1"/>
        <request index="19" response="000000000000000000000000000" foes="000000000000001000011000010" cont="0"/>
        <request index="20" response="000000000000000000000000000" foes="000000000000000000000001110" cont="0"/>
        <request index="21" response="000000000000000000000000000" foes="000000001000000100000100000" cont="0"/>
        <request index="22" response="000000000000000000000000000" foes="000000000000000000111100000" cont="0"/>
        <request index="23" response="000000000000000000000000000" foes="000000000110000010000001000" cont="0"/>
        <request index="24" response="000000000000000000000000000" foes="000000000000011110000000000" cont="0"/>
        <request index="25" response="000000000000000000000000000" foes="000000000001010000100000100" cont="0"/>
        <request index="26" response="000000000000000000000000000" foes="000000001111000000000000000" cont="0"/>
    </junction>
    <junction id="gneJ1" type="dead_end" x="473.79" y="406.91" incLanes="gneE3_0 gneE3_1" intLanes="" shape="471.36,406.32 476.22,407.50"/>
    <junction id="gneJ2" type="dead_end" x="391.92" y="432.38" incLanes="" intLanes="" shape="391.27,434.80 392.57,429.96"/>
    <junction id="gneJ4" type="dead_end" x="585.41" y="445.93" incLanes="gneE5_0 gneE5_1" intLanes="" shape="585.16,443.44 585.66,448.42"/>
    <junction id="gneJ5" type="dead_end" x="517.61" y="392.76" incLanes="" intLanes="" shape="515.12,392.52 520.10,393.00"/>
    <junction id="gneJ6" type="dead_end" x="596.60" y="487.45" incLanes="" intLanes="" shape="596.22,484.98 596.98,489.92"/>
    <junction id="gneJ7" type="dead_end" x="389.13" y="484.69" incLanes="gneE8_0 gneE8_1" intLanes="" shape="388.68,487.15 389.58,482.23"/>

    <junction id=":4_c_1_4_0" type="internal" x="464.63" y="496.46" incLanes=":4_c_1_1_0 gneE0_1" intLanes=":4_c_1_3_0"/>
    <junction id=":KR27_19_0" type="internal" x="492.33" y="498.58" incLanes=":KR27_1_0" intLanes=":KR27_0_0 :KR27_4_0 :KR27_6_0 :KR27_6_1 :KR27_12_0 :KR27_c0_0 :KR27_c1_0"/>
    <junction id=":KR27_20_0" type="internal" x="461.08" y="476.57" incLanes=":KR27_2_0" intLanes=":KR27_4_0 :KR27_6_0 :KR27_6_1 :KR27_8_0 :KR27_12_0 :KR27_13_0 :KR27_14_0 :KR27_15_0 :KR27_16_0 :KR27_16_1 :KR27_18_0 :KR27_c1_0 :KR27_c6_0"/>
    <junction id=":KR27_21_0" type="internal" x="507.03" y="468.69" incLanes=":KR27_3_0 3_i_0_0 3_i_0_1" intLanes=":KR27_4_0 :KR27_6_0 :KR27_6_1 :KR27_8_0 :KR27_9_0 :KR27_10_0 :KR27_11_0 :KR27_16_0 :KR27_16_1 :KR27_18_0 :KR27_c1_0 :KR27_c4_0"/>
    <junction id=":KR27_22_0" type="internal" x="512.99" y="466.88" incLanes=":KR27_5_0" intLanes=":KR27_4_0 :KR27_9_0 :KR27_11_0 :KR27_18_0 :KR27_c2_0 :KR27_c3_0"/>
    <junction id=":KR27_23_0" type="internal" x="486.30" y="454.64" incLanes=":KR27_8_0 4_i_0_0 4_i_0_1 4_i_0_2" intLanes=":KR27_2_0 :KR27_3_0 :KR27_9_0 :KR27_11_0 :KR27_12_0 :KR27_13_0 :KR27_14_0 :KR27_15_0 :KR27_16_0 :KR27_16_1 :KR27_c3_0 :KR27_c6_0"/>
    <junction id=":KR27_24_0" type="internal" x="481.28" y="452.57" incLanes=":KR27_10_0" intLanes=":KR27_3_0 :KR27_9_0 :KR27_14_0 :KR27_16_0 :KR27_16_1 :KR27_c4_0 :KR27_c5_0"/>
    <junction id=":KR27_25_0" type="internal" x="513.01" y="467.14" incLanes=":KR27_11_0" intLanes=":KR27_3_0 :KR27_4_0 :KR27_5_0 :KR27_6_0 :KR27_6_1 :KR27_8_0 :KR27_14_0 :KR27_16_0 :KR27_16_1 :KR27_18_0 :KR27_c2_0 :KR27_c5_0"/>
    <junction id=":KR27_26_0" type="internal" x="474.89" y="474.60" incLanes=":KR27_12_0 1_i_0_0 1_i_0_1" intLanes=":KR27_0_0 :KR27_1_0 :KR27_2_0 :KR27_6_0 :KR27_6_1 :KR27_8_0 :KR27_14_0 :KR27_16_0 :KR27_16_1 :KR27_18_0 :KR27_c0_0 :KR27_c5_0"/>
    <junction id=":KR27_27_0" type="internal" x="461.03" y="477.40" incLanes=":KR27_15_0" intLanes=":KR27_0_0 :KR27_2_0 :KR27_8_0 :KR27_13_0 :KR27_14_0 :KR27_c6_0 :KR27_c7_0"/>
    <junction id=":KR27_28_0" type="internal" x="488.24" y="485.40" incLanes=":KR27_18_0 2_i_0_0 2_i_0_1 2_i_0_2" intLanes=":KR27_0_0 :KR27_2_0 :KR27_3_0 :KR27_4_0 :KR27_5_0 :KR27_6_0 :KR27_6_1 :KR27_11_0 :KR27_12_0 :KR27_c2_0 :KR27_c7_0"/>

    <connection from="1_i_0" to="4_e_0" fromLane="0" toLane="0" via=":KR27_1_0" tl="KR27" linkIndex="1" dir="r" state="o"/>
    <connection from="1_i_0" to="3_e_0" fromLane="1" toLane="0" via=":KR27_2_0" tl="KR27" linkIndex="2" dir="L" state="o"/>
    <connection from="1_i_0" to="2_e_0" fromLane="2" toLane="1" via=":KR27_3_0" tl="KR27" linkIndex="3" dir="l" state="o"/>
    <connection from="1_i_1" to="1_i_0" fromLane="0" toLane="0" shape="571.01,470.45 571.01,470.45" via=":1_i_0_0_0" dir="s" state="M"/>
    <connection from="1_i_1" to="1_i_0" fromLane="0" toLane="1" shape="571.01,470.45 571.01,470.45" via=":1_i_0_0_1" dir="s" state="M"/>
    <connection from="1_i_1" to="1_i_0" fromLane="0" toLane="2" shape="571.01,470.45 571.01,470.45" via=":1_i_0_0_2" dir="s" state="M"/>
    <connection from="2_e_0" to="2_e_1" fromLane="0" toLane="0" shape="484.49,376.49 484.49,376.49" via=":2_e_0_0_0" dir="s" state="M"/>
    <connection from="2_i_0" to="1_e_0" fromLane="0" toLane="0" via=":KR27_5_0" tl="KR27" linkIndex="5" dir="r" state="o"/>
    <connection from="2_i_0" to="4_e_0" fromLane="1" toLane="0" via=":KR27_6_0" tl="KR27" linkIndex="6" dir="s" state="o"/>
    <connection from="2_i_0" to="4_e_0" fromLane="2" toLane="1" via=":KR27_6_1" tl="KR27" linkIndex="7" dir="s" state="o"/>
    <connection from="2_i_0" to="3_e_0" fromLane="3" toLane="0" via=":KR27_8_0" tl="KR27" linkIndex="8" dir="l" state="o"/>
    <connection from="2_i_1" to="2_i_0" fromLane="0" toLane="0" shape="494.77,398.71 494.77,398.71" via=":2_i_0_0_0" dir="s" state="M"/>
    <connection from="2_i_1" to="2_i_0" fromLane="0" toLane="1" shape="494.77,398.71 494.77,398.71" via=":2_i_0_0_1" dir="s" state="M"/>
    <connection from="2_i_1" to="2_i_0" fromLane="0" toLane="2" shape="494.77,398.71 494.77,398.71" via=":2_i_0_0_2" dir="s" state="M"/>
    <connection from="2_i_1" to="2_i_0" fromLane="0" toLane="3" shape="494.77,398.71 494.77,398.71" via=":2_i_0_0_3" dir="s" state="M"/>
    <connection from="2_i_2" to="2_i_1" fromLane="0" toLane="0" shape="489.11,379.14 489.11,379.14" via=":2_i_1_0_0" dir="s" state="M"/>
    <connection from="2_i_2" to="2_i_1" fromLane="0" toLane="1" shape="489.11,379.14 489.11,379.14" via=":2_i_1_0_1" dir="s" state="M"/>
    <connection from="2_i_2" to="2_i_1" fromLane="0" toLane="2" shape="489.11,379.14 489.11,379.14" via=":2_i_1_0_2" dir="s" state="M"/>
    <connection from="2_i_3" to="2_i_2" fromLane="0" toLane="0" shape="489.89,359.19 489.89,359.19" via=":2_i_2_0_0" dir="s" state="M"/>
    <connection from="2_i_3" to="2_i_2" fromLane="0" toLane="1" shape="489.89,359.19 489.89,359.19" via=":2_i_2_0_1" dir="s" state="M"/>
    <connection from="3_i_0" to="2_e_0" fromLane="0" toLane="0" via=":KR27_10_0" tl="KR27" linkIndex="10" dir="r" state="o"/>
    <connection from="3_i_0" to="1_e_0" fromLane="1" toLane="0" via=":KR27_11_0" tl="KR27" linkIndex="11" dir="R" state="o"/>
    <connection from="3_i_0" to="4_e_0" fromLane="2" toLane="1" via=":KR27_12_0" tl="KR27" linkIndex="12" dir="L" state="o"/>
    <connection from="3_i_0" to="3_e_0" fromLane="2" toLane="0" via=":KR27_13_0" tl="KR27" linkIndex="13" dir="R" state="o"/>
    <connection from="3_i_1" to="3_i_0" fromLane="0" toLane="0" shape="385.12,458.84 385.12,458.84" via=":3_i_0_0_0" dir="s" state="M"/>
    <connection from="3_i_1" to="3_i_0" fromLane="0" toLane="1" shape="385.12,458.84 385.12,458.84" via=":3_i_0_0_1" dir="s" state="M"/>
    <connection from="3_i_1" to="3_i_0" fromLane="0" toLane="2" shape="385.12,458.84 385.12,458.84" via=":3_i_0_0_2" dir="s" state="M"/>
    <connection from="3_i_2" to="3_i_1" fromLane="0" toLane="0" shape="361.39,449.66 361.39,449.66" via=":3_i_1_0_0" dir="s" state="M"/>
    <connection from="3_i_2" to="3_i_1" fromLane="0" toLane="1" shape="361.39,449.66 361.39,449.66" via=":3_i_1_0_1" dir="s" state="M"/>
    <connection from="4_e_0" to="4_e_1" fromLane="0" toLane="0" shape="492.52,582.43 492.52,582.43" via=":4_e_0_0_0" dir="s" state="M"/>
    <connection from="4_i_0" to="3_e_0" fromLane="0" toLane="0" via=":KR27_15_0" tl="KR27" linkIndex="15" dir="r" state="o"/>
    <connection from="4_i_0" to="2_e_0" fromLane="1" toLane="0" via=":KR27_16_0" tl="KR27" linkIndex="16" dir="s" state="o"/>
    <connection from="4_i_0" to="2_e_0" fromLane="2" toLane="1" via=":KR27_16_1" tl="KR27" linkIndex="17" dir="s" state="o"/>
    <connection from="4_i_0" to="1_e_0" fromLane="3" toLane="0" via=":KR27_18_0" tl="KR27" linkIndex="18" dir="l" state="o"/>
    <connection from="4_i_1" to="4_i_0" fromLane="0" toLane="0" shape="479.03,558.60 479.03,558.60" via=":4_i_0_0_0" dir="s" state="M"/>
    <connection from="4_i_1" to="4_i_0" fromLane="0" toLane="1" shape="479.03,558.60 479.03,558.60" via=":4_i_0_0_1" dir="s" state="M"/>
    <connection from="4_i_1" to="4_i_0" fromLane="0" toLane="2" shape="479.03,558.60 479.03,558.60" via=":4_i_0_0_2" dir="s" state="M"/>
    <connection from="4_i_1" to="4_i_0" fromLane="0" toLane="3" shape="479.03,558.60 479.03,558.60" via=":4_i_0_0_3" dir="s" state="M"/>
    <connection from="4_i_2" to="4_i_1" fromLane="0" toLane="0" shape="484.51,588.32 484.51,588.32" via=":4_i_1_0_0" dir="s" state="M"/>
    <connection from="4_i_2" to="4_i_1" fromLane="0" toLane="1" shape="484.51,588.32 484.51,588.32" via=":4_i_1_0_1" dir="s" state="M"/>
    <connection from="4_i_2" to="4_i_1" fromLane="0" toLane="2" shape="484.51,588.32 484.51,588.32" via=":4_i_1_0_2" dir="s" state="M"/>
    <connection from="4_i_3" to="4_i_2" fromLane="0" toLane="0" shape="483.16,606.07 483.16,606.07" via=":4_i_2_0_0" dir="s" state="M"/>
    <connection from="4_i_3" to="4_i_2" fromLane="0" toLane="1" shape="483.16,606.07 483.16,606.07" via=":4_i_2_0_1" dir="s" state="M"/>
    <connection from="gneE0" to="gneE8" fromLane="1" toLane="1" via=":4_c_1_2_0" dir="r" state="M"/>
    <connection from="gneE0" to="gneE16" fromLane="1" toLane="1" via=":4_c_1_3_0" dir="s" state="M"/>
    <connection from="gneE10" to="gneE5" fromLane="1" toLane="1" via=":2_c_2_2_0" dir="s" state="="/>
    <connection from="gneE10" to="gneE9" fromLane="1" toLane="1" via=":2_c_2_3_0" dir="l" state="="/>
    <connection from="gneE11" to="gneE10" fromLane="1" toLane="1" via=":KR27_9_0" tl="KR27" linkIndex="9" dir="s" state="o"/>
    <connection from="gneE12" to="gneE3" fromLane="1" toLane="1" via=":3_c_1_2_0" dir="s" state="m"/>
    <connection from="gneE12" to="gneE11" fromLane="1" toLane="1" via=":3_c_1_3_0" dir="l" state="m"/>
    <connection from="gneE13" to="gneE2" fromLane="1" toLane="1" via=":4_c_2_2_0" dir="s" state="="/>
    <connection from="gneE13" to="gneE14" fromLane="1" toLane="1" via=":4_c_2_3_0" dir="l" state="="/>
    <connection from="gneE14" to="gneE15" fromLane="1" toLane="1" via=":KR27_0_0" tl="KR27" linkIndex="0" dir="s" state="o"/>
    <connection from="gneE15" to="gneE8" fromLane="1" toLane="1" via=":4_c_1_0_0" dir="s" state="m"/>
    <connection from="gneE15" to="gneE16" fromLane="1" toLane="1" via=":4_c_1_1_0" dir="l" state="m"/>
    <connection from="gneE16" to="gneE12" fromLane="1" toLane="1" via=":KR27_14_0" tl="KR27" linkIndex="14" dir="s" state="O"/>
    <connection from="gneE4" to="gneE3" fromLane="1" toLane="1" via=":3_c_1_0_0" dir="r" state="M"/>
    <connection from="gneE4" to="gneE11" fromLane="1" toLane="1" via=":3_c_1_1_0" dir="s" state="M"/>
    <connection from="gneE6" to="gneE5" fromLane="1" toLane="1" via=":2_c_2_0_0" dir="r" state="="/>
    <connection from="gneE6" to="gneE9" fromLane="1" toLane="1" via=":2_c_2_1_0" dir="s" state="="/>
    <connection from="gneE7" to="gneE2" fromLane="1" toLane="1" via=":4_c_2_0_0" dir="r" state="="/>
    <connection from="gneE7" to="gneE14" fromLane="1" toLane="1" via=":4_c_2_1_0" dir="s" state="="/>
    <connection from="gneE9" to="gneE13" fromLane="1" toLane="1" via=":KR27_4_0" tl="KR27" linkIndex="4" dir="s" state="O"/>

    <connection from=":1_i_0_0" to="1_i_0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1_i_0_0" to="1_i_0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1_i_0_0" to="1_i_0" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":2_c_2_0" to="gneE5" fromLane="0" toLane="1" dir="r" state="M"/>
    <connection from=":2_c_2_1" to="gneE9" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":2_c_2_2" to="gneE5" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":2_c_2_3" to="gneE9" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":2_e_0_0" to="2_e_1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2_i_0_0" to="2_i_0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2_i_0_0" to="2_i_0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2_i_0_0" to="2_i_0" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":2_i_0_0" to="2_i_0" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":2_i_1_0" to="2_i_1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2_i_1_0" to="2_i_1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2_i_1_0" to="2_i_1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":2_i_2_0" to="2_i_2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2_i_2_0" to="2_i_2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3_c_1_0" to="gneE3" fromLane="0" toLane="1" dir="r" state="M"/>
    <connection from=":3_c_1_1" to="gneE11" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":3_c_1_2" to="gneE3" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":3_c_1_3" to="gneE11" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":3_i_0_0" to="3_i_0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3_i_0_0" to="3_i_0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3_i_0_0" to="3_i_0" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":3_i_1_0" to="3_i_1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3_i_1_0" to="3_i_1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4_c_1_0" to="gneE8" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":4_c_1_1" to="gneE16" fromLane="0" toLane="1" via=":4_c_1_4_0" dir="l" state="m"/>
    <connection from=":4_c_1_4" to="gneE16" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":4_c_1_2" to="gneE8" fromLane="0" toLane="1" dir="r" state="M"/>
    <connection from=":4_c_1_3" to="gneE16" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":4_c_2_0" to="gneE2" fromLane="0" toLane="1" dir="r" state="M"/>
    <connection from=":4_c_2_1" to="gneE14" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":4_c_2_2" to="gneE2" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":4_c_2_3" to="gneE14" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":4_e_0_0" to="4_e_1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4_i_0_0" to="4_i_0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4_i_0_0" to="4_i_0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4_i_0_0" to="4_i_0" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4_i_0_0" to="4_i_0" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":4_i_1_0" to="4_i_1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4_i_1_0" to="4_i_1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4_i_1_0" to="4_i_1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4_i_2_0" to="4_i_2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4_i_2_0" to="4_i_2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":KR27_0" to="gneE15" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":KR27_1" to="4_e_0" fromLane="0" toLane="0" via=":KR27_19_0" dir="r" state="m"/>
    <connection from=":KR27_19" to="4_e_0" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":KR27_2" to="3_e_0" fromLane="0" toLane="0" via=":KR27_20_0" dir="L" state="m"/>
    <connection from=":KR27_20" to="3_e_0" fromLane="0" toLane="0" dir="L" state="M"/>
    <connection from=":KR27_3" to="2_e_0" fromLane="0" toLane="1" via=":KR27_21_0" dir="l" state="m"/>
    <connection from=":KR27_21" to="2_e_0" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":KR27_4" to="gneE13" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":KR27_5" to="1_e_0" fromLane="0" toLane="0" via=":KR27_22_0" dir="r" state="m"/>
    <connection from=":KR27_22" to="1_e_0" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":KR27_6" to="4_e_0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_6" to="4_e_0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":KR27_8" to="3_e_0" fromLane="0" toLane="0" via=":KR27_23_0" dir="l" state="m"/>
    <connection from=":KR27_23" to="3_e_0" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":KR27_9" to="gneE10" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":KR27_10" to="2_e_0" fromLane="0" toLane="0" via=":KR27_24_0" dir="r" state="m"/>
    <connection from=":KR27_24" to="2_e_0" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":KR27_11" to="1_e_0" fromLane="0" toLane="0" via=":KR27_25_0" dir="R" state="m"/>
    <connection from=":KR27_25" to="1_e_0" fromLane="0" toLane="0" dir="R" state="M"/>
    <connection from=":KR27_12" to="4_e_0" fromLane="0" toLane="1" via=":KR27_26_0" dir="L" state="m"/>
    <connection from=":KR27_26" to="4_e_0" fromLane="0" toLane="1" dir="L" state="M"/>
    <connection from=":KR27_13" to="3_e_0" fromLane="0" toLane="0" dir="R" state="M"/>
    <connection from=":KR27_14" to="gneE12" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":KR27_15" to="3_e_0" fromLane="0" toLane="0" via=":KR27_27_0" dir="r" state="m"/>
    <connection from=":KR27_27" to="3_e_0" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":KR27_16" to="2_e_0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_16" to="2_e_0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":KR27_18" to="1_e_0" fromLane="0" toLane="0" via=":KR27_28_0" dir="l" state="m"/>
    <connection from=":KR27_28" to="1_e_0" fromLane="0" toLane="0" dir="l" state="M"/>

    <connection from=":2_c_2_w0" to="gneE5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from="gneE6" to=":2_c_2_w0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3_c_1_w1" to="gneE3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from="gneE4" to=":3_c_1_w1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4_c_1_w2" to="gneE8" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from="gneE0" to=":4_c_1_w2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4_c_2_w0" to="gneE2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from="gneE7" to=":4_c_2_w0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_c0" to=":KR27_w8" fromLane="0" toLane="0" tl="KR27" linkIndex="29" dir="s" state="M"/>
    <connection from=":KR27_c1" to=":KR27_w1" fromLane="0" toLane="0" tl="KR27" linkIndex="30" dir="s" state="M"/>
    <connection from=":KR27_c2" to=":KR27_w9" fromLane="0" toLane="0" tl="KR27" linkIndex="31" dir="s" state="M"/>
    <connection from=":KR27_c3" to=":KR27_w3" fromLane="0" toLane="0" tl="KR27" linkIndex="32" dir="s" state="M"/>
    <connection from=":KR27_c4" to=":KR27_w10" fromLane="0" toLane="0" tl="KR27" linkIndex="33" dir="s" state="M"/>
    <connection from=":KR27_c5" to=":KR27_w5" fromLane="0" toLane="0" tl="KR27" linkIndex="22" dir="s" state="M"/>
    <connection from=":KR27_c6" to=":KR27_w11" fromLane="0" toLane="0" tl="KR27" linkIndex="23" dir="s" state="M"/>
    <connection from=":KR27_c7" to=":KR27_w7" fromLane="0" toLane="0" tl="KR27" linkIndex="36" dir="s" state="M"/>
    <connection from=":KR27_w0" to=":KR27_c0" fromLane="0" toLane="0" tl="KR27" linkIndex="19" dir="s" state="M"/>
    <connection from="gneE14" to=":KR27_w0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w1" to="gneE13" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w2" to=":KR27_c2" fromLane="0" toLane="0" tl="KR27" linkIndex="21" dir="s" state="M"/>
    <connection from="gneE9" to=":KR27_w2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w3" to="gneE10" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w4" to=":KR27_c4" fromLane="0" toLane="0" tl="KR27" linkIndex="23" dir="s" state="M"/>
    <connection from="gneE11" to=":KR27_w4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w5" to="gneE12" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w6" to=":KR27_c6" fromLane="0" toLane="0" tl="KR27" linkIndex="25" dir="s" state="M"/>
    <connection from="gneE16" to=":KR27_w6" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w7" to="gneE15" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":KR27_w8" to=":KR27_c7" fromLane="0" toLane="0" tl="KR27" linkIndex="26" dir="s" state="M"/>
    <connection from=":KR27_w9" to=":KR27_c1" fromLane="0" toLane="0" tl="KR27" linkIndex="20" dir="s" state="M"/>
    <connection from=":KR27_w10" to=":KR27_c3" fromLane="0" toLane="0" tl="KR27" linkIndex="22" dir="s" state="M"/>
    <connection from=":KR27_w11" to=":KR27_c5" fromLane="0" toLane="0" tl="KR27" linkIndex="24" dir="s" state="M"/>
</net>

Back to the top