Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [REROUTING]

I cannot judge if it's too big of not. I'm writing here a part of it (the lane interested by the screenshot) and in the attachment the whole file.
Thanks

<edge id="via_marina_in" from="gneJ80" to="gneJ70" priority="9" type="highway.primary" spreadType="center">
        <lane id="via_marina_in_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="158.68" shape="3411.78,1859.64 3253.37,1850.43"/>
        <lane id="via_marina_in_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="158.68" shape="3411.98,1856.34 3253.56,1847.13"/>
    </edge>
    <edge id="via_marina_in.1" from="gneJ23" to="635904115" priority="9" type="highway.primary" spreadType="center" shape="2553.95,1724.65 2530.54,1712.92 2503.37,1697.00 2501.49,1695.48 2464.94,1671.38 2430.91,1642.96 2398.89,1615.74 2350.45,1572.50 2319.74,1540.88">
        <lane id="via_marina_in.1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="298.97" shape="2553.08,1726.06 2529.75,1714.37 2502.43,1698.36 2500.51,1696.81 2463.95,1672.71 2429.85,1644.22 2397.81,1616.98 2349.31,1573.69 2318.65,1542.12"/>
        <lane id="via_marina_in.1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="298.97" shape="2554.56,1723.11 2531.33,1711.47 2504.31,1695.64 2502.47,1694.15 2465.93,1670.05 2431.97,1641.70 2399.97,1614.50 2351.59,1571.31 2321.01,1539.82"/>
    </edge>
    <edge id="via_marina_in_2" from="gneJ70" to="1495355457" priority="9" type="highway.primary" spreadType="center">
        <lane id="via_marina_in_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="289.82" shape="3239.36,1849.37 2950.66,1823.96"/>
        <lane id="via_marina_in_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="289.82" shape="3239.65,1846.08 2950.95,1820.67"/>
    </edge>
    <edge id="via_marina_in_3" from="1495355457" to="gneJ23" priority="9" type="highway.primary" spreadType="center" shape="2950.66,1822.30 2899.66,1817.10 2893.52,1816.47 2839.98,1810.73 2811.41,1806.49 2771.15,1799.13 2747.12,1794.77 2721.97,1789.35 2704.83,1785.20 2684.09,1779.15 2662.50,1771.74 2619.27,1754.06 2596.78,1744.90 2579.84,1737.29 2553.95,1724.65">
        <lane id="via_marina_in_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="411.39" shape="2950.35,1823.93 2899.49,1818.74 2893.35,1818.11 2839.77,1812.37 2811.14,1808.12 2770.85,1800.75 2746.80,1796.39 2721.60,1790.96 2704.40,1786.79 2683.59,1780.72 2661.92,1773.29 2618.65,1755.59 2596.13,1746.42 2579.14,1738.78 2553.36,1726.20"/>
        <lane id="via_marina_in_3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="411.39" shape="2950.68,1820.64 2899.83,1815.46 2893.69,1814.83 2840.19,1809.09 2811.68,1804.86 2771.45,1797.51 2747.44,1793.15 2722.34,1787.74 2705.26,1783.61 2684.59,1777.58 2663.08,1770.19 2619.89,1752.53 2597.43,1743.38 2580.54,1735.80 2554.81,1723.23"/>


Ing. Luca Di Costanzo

-----------------------------
MsC in Hydraulic and Transportation Engineering 
Bsc in Civil Engineering 
skype: lucadicostanzo82
tel: +39 333 43 92 544


Il giorno ven 12 ott 2018 alle ore 17:24 Luca Di Costanzo <dicostanzo.luca@xxxxxxxxx> ha scritto:
I'm here again trying to solve the last problem to perform my simulation
I'm trying to post this image to help me explain my problem. You can see, in the figure below, that the vehicles occupy almost only the right lane, staying in the queue, remaining empty the lefty one even if they have to turn right to go in the red circles intersection (all the connections are settled in the proper way)

I'm posting also the definition of my vehicles:

<vType id="type1" accel="2.5" decel="3.5" emergencyDecel="7.0" sigma="0.3" length="4.5" maxSpeed="13.89" minGap="1" speedFactor="normc(1,0.1,0.2,2)" laneChangeModel="LC2013" lcSpeedGain="50.0" lcLookaheadLeft="1000" lcSublane="1" impatience="0.5"> 
<param key="has.rerouting.device" value="true"/>
</vType>

I'm trying to working on LC parameters to solve the problem. Can you help me?

Regards


image.png
Ing. Luca Di Costanzo

-----------------------------
MsC in Hydraulic and Transportation Engineering 
Bsc in Civil Engineering 
skype: lucadicostanzo82
tel: +39 333 43 92 544


Il giorno mar 9 ott 2018 alle ore 13:14 Luca Di Costanzo <dicostanzo.luca@xxxxxxxxx> ha scritto:
Hi guys

I wanna implement in my network a rerouting in every edges since that I noticed that usually at a crossing cars are stucked with their initial route even if one lane is empty and the manouver is possible for the car. To avoid this behaviour I thought to put a reroute to every lane (to start)

So I created in NETEDIT am additional with the info. In this additional i have the file="rerouter_o.txt". I got that i have to create in with the forma below, but I have no clue about the ACTION DESCRIPTION to write inside.

Can you help me? Regards

<rerouter>
   <interval begin="<BEGIN_TIME>" end="<END_TIME>">
      ... action description ...
   </interval>

   ... further intervals ...

</rerouter>

Ing. Luca Di Costanzo

-----------------------------
MsC in Hydraulic and Transportation Engineering 
Bsc in Civil Engineering 
skype: lucadicostanzo82
tel: +39 333 43 92 544
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 12/10/2018 21:22:23 by Netedit Version 0.31.0
<?xml version="1.0" encoding="UTF-8"?>

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

    <input>
        <sumo-net-file value="C:\Users\LucAccio\Desktop\Piazza_Municipio\Mattina\Piazza_Municipio_SCHEMA1.net.xml"/>
    </input>

    <output>
        <output-file value="C:\Users\LucAccio\Desktop\Piazza_Municipio\Mattina\Piazza_Municipio_SCHEMA1.net.xml"/>
    </output>

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

</configuration>
-->

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

    <location netOffset="-435143.61,-4520115.15" convBoundary="1055.18,241.16,3411.88,2419.41" origBoundary="9.107169,37.481556,15.680040,40.851963" projParameter="+proj=utm +zone=33 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>

    <type id="highway.bridleway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.bus_guideway" priority="1" numLanes="1" speed="8.33" allow="bus" oneway="1"/>
    <type id="highway.cycleway" priority="1" numLanes="1" speed="5.56" allow="bicycle" oneway="0" width="1.00"/>
    <type id="highway.footway" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.ford" priority="1" numLanes="1" speed="2.78" allow="army" oneway="0"/>
    <type id="highway.living_street" priority="3" numLanes="1" speed="2.78" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.motorway" priority="13" numLanes="2" speed="13.89" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
    <type id="highway.motorway_link" priority="12" numLanes="1" speed="13.89" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" oneway="1"/>
    <type id="highway.path" priority="1" numLanes="1" speed="2.78" allow="bicycle pedestrian" oneway="1" width="2.00"/>
    <type id="highway.pedestrian" priority="1" numLanes="1" speed="2.78" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.primary" priority="9" numLanes="2" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.primary_link" priority="8" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.raceway" priority="14" numLanes="2" speed="83.33" allow="vip" oneway="0"/>
    <type id="highway.residential" priority="4" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.secondary" priority="7" numLanes="2" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.secondary_link" priority="6" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.service" priority="2" numLanes="1" speed="5.56" allow="delivery bicycle pedestrian" oneway="0"/>
    <type id="highway.services" priority="1" numLanes="1" speed="8.33" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.stairs" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.step" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.steps" priority="1" numLanes="1" speed="1.39" allow="pedestrian" oneway="1" width="2.00"/>
    <type id="highway.tertiary" priority="6" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.tertiary_link" priority="5" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.track" priority="1" numLanes="1" speed="5.56" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.trunk" priority="11" numLanes="2" speed="13.89" disallow="tram rail_urban rail rail_electric bicycle pedestrian ship" oneway="0"/>
    <type id="highway.trunk_link" priority="10" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric bicycle pedestrian ship" oneway="0"/>
    <type id="highway.unclassified" priority="5" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="highway.unsurfaced" priority="1" numLanes="1" speed="8.33" disallow="tram rail_urban rail rail_electric ship" oneway="0"/>
    <type id="railway.light_rail" priority="15" numLanes="1" speed="13.89" allow="rail_urban" oneway="1"/>
    <type id="railway.preserved" priority="15" numLanes="1" speed="13.89" allow="rail" oneway="1"/>
    <type id="railway.rail" priority="15" numLanes="1" speed="83.33" allow="rail rail_electric" oneway="1"/>
    <type id="railway.subway" priority="15" numLanes="1" speed="13.89" allow="rail_urban" oneway="1"/>
    <type id="railway.tram" priority="15" numLanes="1" speed="13.89" allow="tram" oneway="1"/>

    <edge id=":1242030757_0" function="internal">
        <lane id=":1242030757_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.17" shape="1632.28,628.37 1632.71,628.67 1632.99,628.90 1633.22,629.18 1633.53,629.60"/>
        <lane id=":1242030757_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.17" shape="1630.43,631.10 1630.57,631.20 1630.66,631.28 1630.73,631.36 1630.83,631.50"/>
    </edge>
    <edge id=":1242030781_0" function="internal">
        <lane id=":1242030781_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.88" shape="1645.25,650.92 1641.19,646.34 1638.17,643.25 1634.58,641.14 1628.86,639.50"/>
        <lane id=":1242030781_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.88" shape="1645.25,650.92 1641.30,645.84 1638.51,641.64 1635.17,638.42 1629.56,636.27"/>
        <lane id=":1242030781_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.88" shape="1647.98,649.01 1643.49,644.73 1639.53,642.30 1635.02,640.84 1628.86,639.50"/>
        <lane id=":1242030781_0_3" index="3" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.88" shape="1647.98,649.01 1643.60,644.23 1639.88,640.68 1635.60,638.12 1629.56,636.27"/>
    </edge>
    <edge id=":1242030781_4" function="internal">
        <lane id=":1242030781_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.12" shape="1646.44,637.41 1646.23,638.55 1646.97,639.87 1648.68,641.38 1651.35,643.06"/>
    </edge>
    <edge id=":1242030781_5" function="internal">
        <lane id=":1242030781_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.97" shape="1646.44,637.41 1645.47,639.78 1645.76,642.03 1647.33,644.17 1650.17,646.19"/>
    </edge>
    <edge id=":1242030781_6" function="internal">
        <lane id=":1242030781_6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="13.99" shape="1643.69,635.58 1642.84,638.14 1643.63,640.77 1646.08,643.45 1650.17,646.19"/>
    </edge>
    <edge id=":1242030781_7" function="internal">
        <lane id=":1242030781_7_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.93" shape="1643.69,635.58 1642.00,636.85 1641.20,637.00"/>
    </edge>
    <edge id=":1242030781_17" function="internal">
        <lane id=":1242030781_17_0" index="0" speed="13.89" length="11.76" shape="1641.20,637.00 1639.08,637.39 1634.93,637.19 1629.56,636.27"/>
    </edge>
    <edge id=":1242030781_8" function="internal">
        <lane id=":1242030781_8_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.18" shape="1634.50,630.97 1638.34,635.61 1641.82,638.24 1645.85,640.25 1651.35,643.06"/>
        <lane id=":1242030781_8_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.18" shape="1631.80,632.87 1636.06,637.22 1640.47,639.19 1645.43,640.55 1651.35,643.06"/>
        <lane id=":1242030781_8_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.18" shape="1631.80,632.87 1635.88,637.71 1639.88,640.75 1644.43,643.18 1650.17,646.19"/>
    </edge>
    <edge id=":1242030781_11" function="internal">
        <lane id=":1242030781_11_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="13.20" shape="1632.80,644.13 1635.55,641.03 1637.50,638.68 1639.13,636.45 1640.94,633.76"/>
    </edge>
    <edge id=":1242030781_12" function="internal">
        <lane id=":1242030781_12_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.14" shape="1632.80,644.13 1636.55,641.20 1640.89,640.05 1641.78,640.16"/>
    </edge>
    <edge id=":1242030781_13" function="internal">
        <lane id=":1242030781_13_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="11.57" shape="1632.80,644.13 1635.62,642.34 1639.46,642.09 1643.69,643.21"/>
    </edge>
    <edge id=":1242030781_14" function="internal">
        <lane id=":1242030781_14_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="13.95" shape="1635.24,646.35 1637.70,642.81 1638.80,639.70 1639.54,636.76 1640.94,633.76"/>
    </edge>
    <edge id=":1242030781_15" function="internal">
        <lane id=":1242030781_15_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.57" shape="1635.24,646.35 1639.03,643.07 1642.33,641.71"/>
    </edge>
    <edge id=":1242030781_16" function="internal">
        <lane id=":1242030781_16_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.94" shape="1635.24,646.35 1638.11,644.21 1641.55,643.47 1644.35,643.93"/>
    </edge>
    <edge id=":1242030781_18" function="internal">
        <lane id=":1242030781_18_0" index="0" speed="13.89" length="10.10" shape="1641.78,640.16 1645.83,640.67 1651.35,643.06"/>
    </edge>
    <edge id=":1242030781_19" function="internal">
        <lane id=":1242030781_19_0" index="0" speed="13.89" length="7.14" shape="1643.69,643.21 1644.31,643.37 1650.17,646.19"/>
    </edge>
    <edge id=":1242030781_20" function="internal">
        <lane id=":1242030781_20_0" index="0" speed="13.89" length="9.38" shape="1642.33,641.71 1642.98,641.44 1647.09,641.43 1651.35,643.06"/>
    </edge>
    <edge id=":1242030781_21" function="internal">
        <lane id=":1242030781_21_0" index="0" speed="13.89" length="6.27" shape="1644.35,643.93 1645.57,644.13 1650.17,646.19"/>
    </edge>
    <edge id=":1242073096_0" function="internal">
        <lane id=":1242073096_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.02" shape="1853.30,1502.28 1851.51,1502.15 1849.87,1502.75 1848.36,1504.08 1847.01,1506.14"/>
    </edge>
    <edge id=":1242073096_1" function="internal">
        <lane id=":1242073096_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.83" shape="1853.30,1502.28 1850.08,1501.76 1847.42,1502.07 1845.32,1503.21 1843.78,1505.19"/>
    </edge>
    <edge id=":1242073096_2" function="internal">
        <lane id=":1242073096_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.01" shape="1853.30,1502.28 1834.06,1497.46"/>
        <lane id=":1242073096_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.01" shape="1853.30,1502.28 1847.71,1500.27 1844.11,1498.18 1840.49,1496.14 1834.86,1494.26"/>
    </edge>
    <edge id=":1242073096_4" function="internal">
        <lane id=":1242073096_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="24.08" shape="1853.30,1502.28 1848.49,1500.05 1844.72,1496.20 1841.99,1490.73 1840.30,1483.65"/>
    </edge>
    <edge id=":1242073096_5" function="internal">
        <lane id=":1242073096_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.09" shape="1854.18,1499.10 1848.32,1498.08 1844.14,1498.19 1839.94,1498.34 1834.06,1497.46"/>
        <lane id=":1242073096_5_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.09" shape="1854.18,1499.10 1834.86,1494.26"/>
    </edge>
    <edge id=":1242073096_7" function="internal">
        <lane id=":1242073096_7_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="8.03" shape="1854.18,1499.10 1848.79,1496.93 1847.06,1495.54"/>
    </edge>
    <edge id=":1242073096_8" function="internal">
        <lane id=":1242073096_8_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="19.64" shape="1854.18,1499.10 1850.30,1497.29 1847.26,1494.14 1845.04,1489.65 1843.66,1483.84"/>
    </edge>
    <edge id=":1242073096_29" function="internal">
        <lane id=":1242073096_29_0" index="0" speed="9.73" length="14.07" shape="1847.06,1495.54 1844.68,1493.63 1841.85,1489.20 1840.30,1483.65"/>
    </edge>
    <edge id=":1242073096_9" function="internal">
        <lane id=":1242073096_9_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.82" shape="1851.42,1484.73 1851.84,1487.82 1852.73,1490.18 1854.09,1491.82 1855.92,1492.73"/>
    </edge>
    <edge id=":1242073096_10" function="internal">
        <lane id=":1242073096_10_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="12.23" shape="1851.42,1484.73 1851.86,1489.32 1852.61,1492.71 1853.67,1494.91 1855.05,1495.91"/>
    </edge>
    <edge id=":1242073096_11" function="internal">
        <lane id=":1242073096_11_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.26" shape="1848.08,1484.08 1848.80,1490.50 1849.50,1495.54 1849.23,1500.37 1847.01,1506.14"/>
        <lane id=":1242073096_11_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.26" shape="1848.08,1484.08 1848.29,1490.35 1847.89,1495.07 1846.50,1499.57 1843.78,1505.19"/>
    </edge>
    <edge id=":1242073096_13" function="internal">
        <lane id=":1242073096_13_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.07" shape="1848.08,1484.08 1847.56,1491.13"/>
    </edge>
    <edge id=":1242073096_14" function="internal">
        <lane id=":1242073096_14_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.39" shape="1848.08,1484.08 1847.53,1489.79 1847.17,1490.34"/>
    </edge>
    <edge id=":1242073096_30" function="internal">
        <lane id=":1242073096_30_0" index="0" speed="13.89" length="16.86" shape="1847.56,1491.13 1847.55,1491.28 1845.03,1495.91 1840.54,1497.97 1834.06,1497.46"/>
    </edge>
    <edge id=":1242073096_31" function="internal">
        <lane id=":1242073096_31_0" index="0" speed="13.89" length="14.23" shape="1847.17,1490.34 1845.14,1493.39 1840.92,1494.88 1834.86,1494.26"/>
    </edge>
    <edge id=":1242073096_15" function="internal">
        <lane id=":1242073096_15_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="7.26" shape="1836.48,1487.86 1838.45,1488.01 1839.74,1487.36 1840.36,1485.91 1840.30,1483.65"/>
    </edge>
    <edge id=":1242073096_16" function="internal">
        <lane id=":1242073096_16_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="10.35" shape="1836.48,1487.86 1839.95,1488.34 1842.31,1487.82 1843.55,1486.32 1843.66,1483.84"/>
    </edge>
    <edge id=":1242073096_17" function="internal">
        <lane id=":1242073096_17_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.05" shape="1836.48,1487.86 1855.92,1492.73"/>
    </edge>
    <edge id=":1242073096_18" function="internal">
        <lane id=":1242073096_18_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="25.67" shape="1836.48,1487.86 1843.86,1490.62 1848.08,1494.58 1849.13,1499.76 1847.01,1506.14"/>
    </edge>
    <edge id=":1242073096_19" function="internal">
        <lane id=":1242073096_19_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.19" shape="1835.67,1491.06 1841.58,1491.95 1845.82,1491.81 1850.05,1491.71 1855.92,1492.73"/>
        <lane id=":1242073096_19_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.19" shape="1835.67,1491.06 1855.05,1495.91"/>
    </edge>
    <edge id=":1242073096_21" function="internal">
        <lane id=":1242073096_21_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.67" shape="1835.67,1491.06 1842.81,1493.55 1847.08,1496.89 1848.48,1501.09 1847.01,1506.14"/>
    </edge>
    <edge id=":1242073096_22" function="internal">
        <lane id=":1242073096_22_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.82" shape="1835.67,1491.06 1841.37,1493.19 1844.61,1496.25 1845.42,1500.25 1843.78,1505.19"/>
    </edge>
    <edge id=":1242073096_23" function="internal">
        <lane id=":1242073096_23_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="11.02" shape="1840.55,1504.23 1841.06,1502.08 1840.15,1500.23 1837.82,1498.69 1834.06,1497.46"/>
    </edge>
    <edge id=":1242073096_24" function="internal">
        <lane id=":1242073096_24_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="13.97" shape="1840.55,1504.23 1841.71,1500.75 1841.15,1497.92 1838.87,1495.76 1834.86,1494.26"/>
    </edge>
    <edge id=":1242073096_25" function="internal">
        <lane id=":1242073096_25_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="20.93" shape="1840.55,1504.23 1841.70,1500.54 1841.85,1495.99 1841.29,1490.41 1840.30,1483.65"/>
        <lane id=":1242073096_25_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="20.93" shape="1840.55,1504.23 1842.23,1500.57 1843.53,1496.09 1844.13,1490.57 1843.66,1483.84"/>
    </edge>
    <edge id=":1242073096_27" function="internal">
        <lane id=":1242073096_27_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.88" shape="1840.55,1504.23 1844.23,1498.39 1847.01,1495.55"/>
    </edge>
    <edge id=":1242073096_28" function="internal">
        <lane id=":1242073096_28_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="12.22" shape="1840.55,1504.23 1843.58,1499.71 1847.00,1496.82 1849.18,1496.09"/>
    </edge>
    <edge id=":1242073096_32" function="internal">
        <lane id=":1242073096_32_0" index="0" speed="13.89" length="9.78" shape="1847.01,1495.55 1848.01,1494.52 1851.91,1492.64 1855.92,1492.73"/>
    </edge>
    <edge id=":1242073096_33" function="internal">
        <lane id=":1242073096_33_0" index="0" speed="13.89" length="5.97" shape="1849.18,1496.09 1850.83,1495.55 1855.05,1495.91"/>
    </edge>
    <edge id=":1242187561_0" function="internal">
        <lane id=":1242187561_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.79" shape="1851.59,784.19 1843.05,779.96"/>
        <lane id=":1242187561_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.79" shape="1851.59,784.19 1849.21,782.42 1848.05,780.57 1846.89,778.73 1844.50,776.99"/>
        <lane id=":1242187561_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.79" shape="1853.07,781.24 1844.50,776.99"/>
    </edge>
    <edge id=":1242187561_3" function="internal">
        <lane id=":1242187561_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="5.14" shape="1844.45,784.28 1844.87,782.89 1844.78,781.71 1844.17,780.73 1843.05,779.96"/>
    </edge>
    <edge id=":1242187561_4" function="internal">
        <lane id=":1242187561_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="10.36" shape="1847.45,785.65 1848.27,782.89 1848.06,780.53 1846.80,778.56 1844.50,776.99"/>
    </edge>
    <edge id=":1494361250_0" function="internal">
        <lane id=":1494361250_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="2334.88,1518.86 2334.90,1518.90 2334.92,1518.92 2334.94,1518.95 2334.96,1518.98"/>
        <lane id=":1494361250_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="2332.05,1520.55 2332.11,1520.66 2332.16,1520.74 2332.21,1520.81 2332.29,1520.92"/>
    </edge>
    <edge id=":1494371231_0" function="internal">
        <lane id=":1494371231_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.02" shape="2215.14,1438.69 2213.31,1437.39 2211.67,1436.83 2210.21,1437.01 2208.94,1437.93"/>
    </edge>
    <edge id=":1494371231_1" function="internal">
        <lane id=":1494371231_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="12.61" shape="2215.14,1438.69 2205.43,1430.86"/>
        <lane id=":1494371231_1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="12.61" shape="2217.30,1436.20 2207.39,1428.20"/>
    </edge>
    <edge id=":1494371231_3" function="internal">
        <lane id=":1494371231_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.42" shape="2217.20,1431.82 2214.83,1433.74 2212.98,1434.79 2211.17,1435.87 2208.94,1437.93"/>
        <lane id=":1494371231_3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.42" shape="2214.91,1429.44 2212.50,1431.41 2210.62,1432.48 2208.78,1433.60 2206.50,1435.70"/>
    </edge>
    <edge id=":1494371231_5" function="internal">
        <lane id=":1494371231_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.55" shape="2212.62,1427.06 2210.16,1429.23 2208.15,1430.59 2206.57,1431.13 2205.43,1430.86"/>
    </edge>
    <edge id=":1494371231_6" function="internal">
        <lane id=":1494371231_6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="5.87" shape="2212.62,1427.06 2211.19,1428.20 2209.84,1428.76 2208.57,1428.77 2207.39,1428.20"/>
    </edge>
    <edge id=":1495355457_0" function="internal">
        <lane id=":1495355457_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2950.66,1823.96 2950.35,1823.93"/>
        <lane id=":1495355457_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2950.95,1820.67 2950.68,1820.64"/>
    </edge>
    <edge id=":1729033744_0" function="internal">
        <lane id=":1729033744_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="18.30" shape="2244.66,1397.05 2246.87,1401.71 2248.16,1405.14 2249.95,1408.12 2253.65,1411.47"/>
        <lane id=":1729033744_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="18.30" shape="2244.66,1397.05 2246.63,1402.34 2247.09,1406.53 2248.10,1410.26 2251.68,1414.12"/>
        <lane id=":1729033744_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="18.30" shape="2241.79,1398.68 2244.20,1403.69 2245.67,1407.34 2247.66,1410.52 2251.68,1414.12"/>
    </edge>
    <edge id=":1729033744_3" function="internal">
        <lane id=":1729033744_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="18.01" shape="2241.79,1398.68 2242.69,1401.96 2241.93,1405.65 2239.51,1409.75 2235.43,1414.27"/>
    </edge>
    <edge id=":1729033744_4" function="internal">
        <lane id=":1729033744_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="16.35" shape="2241.79,1398.68 2241.92,1400.70 2240.52,1403.57 2237.59,1407.30 2233.14,1411.89"/>
    </edge>
    <edge id=":1729033744_5" function="internal">
        <lane id=":1729033744_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="15.44" shape="2241.79,1398.68 2240.39,1400.65 2236.78,1404.17 2232.93,1407.65 2230.85,1409.51"/>
    </edge>
    <edge id=":1729033744_6" function="internal">
        <lane id=":1729033744_6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.98" shape="2239.18,1415.92 2238.79,1411.94 2237.51,1409.42 2235.57,1407.07 2233.17,1403.59"/>
        <lane id=":1729033744_6_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.98" shape="2242.48,1416.00 2242.09,1411.49 2240.76,1408.60 2238.68,1405.90 2236.04,1401.96"/>
    </edge>
    <edge id=":18122043_0" function="internal">
        <lane id=":18122043_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.32" shape="2030.55,1543.44 2030.40,1543.42"/>
        <lane id=":18122043_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.32" shape="2031.29,1540.22 2030.82,1540.14"/>
    </edge>
    <edge id=":18122043_2" function="internal">
        <lane id=":18122043_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.98" shape="2031.67,1533.60 2031.99,1533.67 2032.21,1533.76 2032.42,1533.87 2032.74,1533.97"/>
        <lane id=":18122043_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.98" shape="2031.24,1536.87 2031.48,1536.93 2031.62,1537.01 2031.77,1537.11 2032.00,1537.19"/>
    </edge>
    <edge id=":18122065_0" function="internal">
        <lane id=":18122065_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.26" shape="1627.14,639.13 1626.60,639.00 1626.23,638.88 1625.89,638.70 1625.42,638.39"/>
        <lane id=":18122065_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.26" shape="1627.84,635.90 1627.66,635.86 1627.54,635.82 1627.43,635.76 1627.27,635.66"/>
    </edge>
    <edge id=":21672806_0" function="internal">
        <lane id=":21672806_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="4.63" shape="1744.14,1009.90 1743.80,1008.57 1743.66,1007.64 1743.54,1006.71 1743.28,1005.36"/>
    </edge>
    <edge id=":21672806_1" function="internal">
        <lane id=":21672806_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="4.03" shape="1747.30,1008.94 1746.99,1007.80 1746.90,1006.97 1747.05,1006.16 1747.44,1005.04"/>
    </edge>
    <edge id=":2177201493_0" function="internal">
        <lane id=":2177201493_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.78" shape="2307.90,1466.97 2310.99,1473.15"/>
        <lane id=":2177201493_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.78" shape="2305.03,1468.61 2308.00,1474.56"/>
    </edge>
    <edge id=":2177201493_2" function="internal">
        <lane id=":2177201493_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="9.41" shape="2303.73,1474.03 2306.01,1471.75 2307.98,1470.84 2309.64,1471.31 2310.99,1473.15"/>
    </edge>
    <edge id=":2177201493_3" function="internal">
        <lane id=":2177201493_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="5.66" shape="2303.73,1474.03 2304.95,1472.90 2306.07,1472.60 2307.09,1473.16 2308.00,1474.56"/>
    </edge>
    <edge id=":2552760531_0" function="internal">
        <lane id=":2552760531_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="10.30" shape="1748.70,1024.63 1745.61,1014.72"/>
        <lane id=":2552760531_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="10.30" shape="1751.80,1023.51 1748.77,1013.76"/>
    </edge>
    <edge id=":2552760531_2" function="internal">
        <lane id=":2552760531_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="9.77" shape="1751.80,1023.51 1751.18,1020.97 1751.19,1018.59 1751.84,1016.36 1753.13,1014.28"/>
    </edge>
    <edge id=":2552812596_0" function="internal">
        <lane id=":2552812596_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="1948.46,870.50 1948.34,870.26"/>
        <lane id=":2552812596_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="1951.43,869.06 1951.29,868.78"/>
    </edge>
    <edge id=":2552858544_0" function="internal">
        <lane id=":2552858544_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.30" shape="1802.48,876.45 1802.61,876.16"/>
        <lane id=":2552858544_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.30" shape="1802.48,876.45 1805.61,877.53"/>
        <lane id=":2552858544_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.30" shape="1805.50,877.78 1805.61,877.53"/>
    </edge>
    <edge id=":257082347_0" function="internal">
        <lane id=":257082347_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.15" shape="2079.98,1568.02 2079.64,1567.79 2079.42,1567.62 2079.22,1567.42 2078.96,1567.11"/>
        <lane id=":257082347_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.15" shape="2079.98,1568.02 2081.47,1564.97"/>
        <lane id=":257082347_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.15" shape="2081.80,1565.27 2078.96,1567.11"/>
        <lane id=":257082347_0_3" index="3" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.15" shape="2081.80,1565.27 2081.69,1565.19 2081.62,1565.14 2081.56,1565.07 2081.47,1564.97"/>
    </edge>
    <edge id=":2668673728_0" function="internal">
        <lane id=":2668673728_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.34" shape="1858.53,1503.67 1858.17,1503.58"/>
        <lane id=":2668673728_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.34" shape="1859.32,1500.47 1859.02,1500.39"/>
    </edge>
    <edge id=":2668673728_2" function="internal">
        <lane id=":2668673728_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.22" shape="1860.72,1494.01 1860.90,1494.06"/>
        <lane id=":2668673728_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.22" shape="1859.87,1497.20 1860.11,1497.26"/>
    </edge>
    <edge id=":2668674337_0" function="internal">
        <lane id=":2668674337_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="4.33" shape="1776.55,1484.28 1775.43,1484.18 1774.40,1484.35 1773.45,1484.78 1772.57,1485.48"/>
    </edge>
    <edge id=":2668674337_1" function="internal">
        <lane id=":2668674337_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.56" shape="1777.19,1481.04 1775.24,1480.87 1773.44,1481.16 1771.77,1481.92 1770.25,1483.14"/>
    </edge>
    <edge id=":2668674337_2" function="internal">
        <lane id=":2668674337_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.49" shape="1772.15,1473.28 1778.48,1474.57"/>
        <lane id=":2668674337_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.49" shape="1771.45,1476.51 1777.83,1477.80"/>
    </edge>
    <edge id=":3279011427_0" function="internal">
        <lane id=":3279011427_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.10" shape="2471.22,1650.27 2471.15,1650.22"/>
        <lane id=":3279011427_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.10" shape="2469.14,1652.83 2469.21,1652.88"/>
    </edge>
    <edge id=":3279035942_0" function="internal">
        <lane id=":3279035942_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.86" shape="1678.64,678.20 1673.78,675.22 1669.96,674.14 1665.83,673.69 1660.06,672.59"/>
        <lane id=":3279035942_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.86" shape="1678.64,678.20 1673.87,674.67 1670.39,672.52 1666.60,671.01 1660.90,669.40"/>
    </edge>
    <edge id=":3279035942_2" function="internal">
        <lane id=":3279035942_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.17" shape="1678.64,678.20 1662.53,666.06"/>
        <lane id=":3279035942_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.17" shape="1680.62,675.56 1664.52,663.42"/>
    </edge>
    <edge id=":3279035965_0" function="internal">
        <lane id=":3279035965_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="1961.94,864.10 1962.06,864.35"/>
        <lane id=":3279035965_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="1958.96,865.51 1959.09,865.79"/>
    </edge>
    <edge id=":3279045879_0" function="internal">
        <lane id=":3279045879_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.25" shape="1800.10,758.82 1799.93,758.74"/>
        <lane id=":3279045879_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.25" shape="1801.61,755.89 1801.34,755.76"/>
    </edge>
    <edge id=":3304647814_0" function="internal">
        <lane id=":3304647814_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.27" shape="2142.46,1604.55 2142.32,1604.44"/>
        <lane id=":3304647814_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.27" shape="2144.59,1602.03 2142.32,1604.44"/>
        <lane id=":3304647814_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.27" shape="2144.59,1602.03 2144.34,1601.83"/>
    </edge>
    <edge id=":3304647815_0" function="internal">
        <lane id=":3304647815_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.26" shape="2152.81,1593.68 2152.97,1593.82"/>
        <lane id=":3304647815_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.26" shape="2150.64,1596.17 2150.87,1596.37"/>
    </edge>
    <edge id=":3304668883_0" function="internal">
        <lane id=":3304668883_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.23" shape="1850.83,1473.97 1850.85,1474.27"/>
        <lane id=":3304668883_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.23" shape="1847.55,1474.28 1847.56,1474.45"/>
    </edge>
    <edge id=":3304668888_0" function="internal">
        <lane id=":3304668888_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="0.10" shape="1839.05,1475.23 1839.04,1475.14"/>
        <lane id=":3304668888_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="0.10" shape="1842.31,1474.75 1842.32,1474.84"/>
    </edge>
    <edge id=":3393943615_0" function="internal">
        <lane id=":3393943615_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="5.04" shape="1927.10,1130.81 1926.43,1129.59 1925.53,1128.87 1924.42,1128.66 1923.08,1128.94"/>
    </edge>
    <edge id=":3393943615_1" function="internal">
        <lane id=":3393943615_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="7.87" shape="1927.10,1130.81 1925.91,1128.24 1924.65,1126.56 1923.33,1125.76 1921.94,1125.84"/>
    </edge>
    <edge id=":3393943615_2" function="internal">
        <lane id=":3393943615_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="7.85" shape="1930.18,1129.62 1929.32,1128.49 1927.85,1128.00 1925.77,1128.15 1923.08,1128.94"/>
    </edge>
    <edge id=":3393943615_3" function="internal">
        <lane id=":3393943615_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="10.30" shape="1930.18,1129.62 1928.80,1127.14 1926.97,1125.69 1924.68,1125.26 1921.94,1125.84"/>
    </edge>
    <edge id=":3393943615_4" function="internal">
        <lane id=":3393943615_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="13.04" shape="1933.26,1128.43 1931.69,1126.05 1929.28,1124.82 1926.03,1124.75 1921.94,1125.84"/>
    </edge>
    <edge id=":3393943615_5" function="internal">
        <lane id=":3393943615_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="12.75" shape="1935.03,1124.42 1923.08,1128.94"/>
        <lane id=":3393943615_5_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="12.75" shape="1933.84,1121.34 1921.94,1125.84"/>
    </edge>
    <edge id=":3395405981_0" function="internal">
        <lane id=":3395405981_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="0.30" shape="1818.24,1197.35 1818.28,1197.66"/>
        <lane id=":3395405981_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="0.30" shape="1814.98,1197.85 1815.02,1198.14"/>
    </edge>
    <edge id=":3455594756_0" function="internal">
        <lane id=":3455594756_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.35" shape="1659.08,647.42 1659.21,647.49 1659.31,647.55 1659.39,647.61 1659.52,647.70"/>
        <lane id=":3455594756_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.35" shape="1657.46,650.29 1657.50,650.32 1657.53,650.34 1657.56,650.35 1657.60,650.38"/>
    </edge>
    <edge id=":3455594757_0" function="internal">
        <lane id=":3455594757_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="1658.32,619.48 1658.15,619.74"/>
        <lane id=":3455594757_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="1655.57,617.67 1655.40,617.92"/>
    </edge>
    <edge id=":3455594757_2" function="internal">
        <lane id=":3455594757_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="1652.65,616.09 1652.81,615.85"/>
    </edge>
    <edge id=":3457855707_0" function="internal">
        <lane id=":3457855707_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="6.91" shape="1768.15,999.42 1769.15,1001.33 1769.83,1002.65 1770.38,1004.02 1770.96,1006.08"/>
        <lane id=":3457855707_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="6.91" shape="1765.20,1000.89 1766.10,1002.62 1766.73,1003.80 1767.23,1005.03 1767.76,1006.89"/>
    </edge>
    <edge id=":3457855707_2" function="internal">
        <lane id=":3457855707_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="9.73" length="5.50" shape="1763.69,1005.19 1765.12,1004.56 1766.28,1004.63 1767.16,1005.41 1767.76,1006.89"/>
    </edge>
    <edge id=":3898959094_0" function="internal">
        <lane id=":3898959094_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.81" shape="2228.24,1676.66 2228.00,1676.46"/>
        <lane id=":3898959094_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.81" shape="2228.24,1676.66 2230.13,1673.93"/>
        <lane id=":3898959094_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.81" shape="2230.35,1674.12 2228.00,1676.46"/>
        <lane id=":3898959094_0_3" index="3" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.81" shape="2230.35,1674.12 2230.13,1673.93"/>
    </edge>
    <edge id=":444805849_0" function="internal">
        <lane id=":444805849_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="0.23" shape="1733.16,975.17 1733.10,975.13 1733.06,975.11 1733.01,975.10 1732.95,975.08"/>
    </edge>
    <edge id=":444805849_1" function="internal">
        <lane id=":444805849_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.11" shape="1735.53,969.14 1735.91,969.29 1736.18,969.39 1736.44,969.50 1736.79,969.71"/>
        <lane id=":444805849_1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="1.11" shape="1734.22,972.17 1734.45,972.25 1734.61,972.29 1734.77,972.35 1734.98,972.47"/>
    </edge>
    <edge id=":4948240473_0" function="internal">
        <lane id=":4948240473_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="3.63" shape="1713.37,966.56 1709.47,968.55"/>
        <lane id=":4948240473_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="3.63" shape="1713.37,966.56 1710.70,965.49"/>
    </edge>
    <edge id=":4948240473_2" function="internal">
        <lane id=":4948240473_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="3.53" shape="1713.15,959.36 1716.00,960.57"/>
        <lane id=":4948240473_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="3.53" shape="1713.15,959.36 1714.67,963.59"/>
        <lane id=":4948240473_2_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="3.53" shape="1711.92,962.42 1714.67,963.59"/>
    </edge>
    <edge id=":5277697428_0" function="internal">
        <lane id=":5277697428_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="0.10" shape="1807.48,1198.88 1807.49,1198.97"/>
        <lane id=":5277697428_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="0.10" shape="1810.74,1198.42 1810.73,1198.33"/>
    </edge>
    <edge id=":594983877_0" function="internal">
        <lane id=":594983877_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.28" shape="2060.71,1475.48 2060.60,1475.19"/>
        <lane id=":594983877_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.28" shape="2060.71,1475.48 2063.68,1474.02"/>
        <lane id=":594983877_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.28" shape="2063.77,1474.23 2063.68,1474.02"/>
    </edge>
    <edge id=":635904115_0" function="internal">
        <lane id=":635904115_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.26" shape="2318.65,1542.12 2318.50,1541.97"/>
        <lane id=":635904115_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.26" shape="2321.01,1539.82 2320.80,1539.61"/>
    </edge>
    <edge id=":635904168_0" function="internal">
        <lane id=":635904168_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.52" shape="1985.18,1276.80 1975.97,1257.35"/>
        <lane id=":635904168_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.52" shape="1985.18,1276.80 1979.05,1256.17"/>
    </edge>
    <edge id=":635904168_2" function="internal">
        <lane id=":635904168_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.23" shape="1985.18,1276.80 1983.47,1270.78 1983.09,1265.21 1984.04,1260.09 1986.33,1255.44"/>
    </edge>
    <edge id=":635904168_3" function="internal">
        <lane id=":635904168_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.54" shape="1988.27,1275.63 1979.05,1256.17"/>
        <lane id=":635904168_3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.54" shape="1988.27,1275.63 1982.13,1254.98"/>
    </edge>
    <edge id=":635904168_5" function="internal">
        <lane id=":635904168_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="3.97" shape="1988.27,1275.63 1987.03,1271.86"/>
    </edge>
    <edge id=":635904168_9" function="internal">
        <lane id=":635904168_9_0" index="0" speed="13.89" length="16.90" shape="1987.03,1271.86 1986.05,1268.85 1984.99,1263.23 1985.08,1258.76 1986.33,1255.44"/>
    </edge>
    <edge id=":635904168_6" function="internal">
        <lane id=":635904168_6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.63" shape="1991.39,1273.26 1986.60,1269.47 1983.62,1266.18 1981.45,1262.15 1979.05,1256.17"/>
        <lane id=":635904168_6_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.63" shape="1993.34,1270.60 1988.81,1267.02 1986.13,1264.02 1984.25,1260.40 1982.13,1254.98"/>
    </edge>
    <edge id=":635904168_8" function="internal">
        <lane id=":635904168_8_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.52" shape="1993.34,1270.60 1988.60,1266.48 1986.73,1263.84"/>
    </edge>
    <edge id=":635904168_10" function="internal">
        <lane id=":635904168_10_0" index="0" speed="13.89" length="8.97" shape="1986.73,1263.84 1985.85,1262.58 1985.09,1258.90 1986.33,1255.44"/>
    </edge>
    <edge id=":cluster_1936597508_2485226800_0" function="internal">
        <lane id=":cluster_1936597508_2485226800_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.22" shape="2183.00,1466.31 2181.49,1467.88"/>
        <lane id=":cluster_1936597508_2485226800_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.22" shape="2180.56,1464.09 2178.99,1465.72"/>
    </edge>
    <edge id=":cluster_1936597511_2177201509_0" function="internal">
        <lane id=":cluster_1936597511_2177201509_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.01" shape="2281.66,1506.14 2276.80,1500.94"/>
        <lane id=":cluster_1936597511_2177201509_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.01" shape="2283.96,1503.77 2279.24,1498.72"/>
    </edge>
    <edge id=":cluster_1936597511_2177201509_2" function="internal">
        <lane id=":cluster_1936597511_2177201509_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="5.80" shape="2283.96,1503.77 2282.98,1502.52 2282.60,1501.24 2282.81,1499.93 2283.62,1498.60"/>
    </edge>
    <edge id=":cluster_21672813_257082306_3279047005_3572177101_0" function="internal">
        <lane id=":cluster_21672813_257082306_3279047005_3572177101_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="16.48" shape="1804.31,1183.00 1803.39,1178.30 1802.71,1175.08 1801.81,1171.92 1800.24,1167.39"/>
        <lane id=":cluster_21672813_257082306_3279047005_3572177101_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="16.48" shape="1807.58,1182.50 1806.62,1177.61 1805.91,1174.26 1804.98,1170.98 1803.35,1166.28"/>
    </edge>
    <edge id=":cluster_21672813_257082306_3279047005_3572177101_2" function="internal">
        <lane id=":cluster_21672813_257082306_3279047005_3572177101_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="13.40" shape="1816.54,1168.31 1815.50,1169.49 1815.03,1172.03 1815.11,1175.95 1815.75,1181.24"/>
    </edge>
    <edge id=":cluster_21672813_257082306_3279047005_3572177101_3" function="internal">
        <lane id=":cluster_21672813_257082306_3279047005_3572177101_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="17.77" shape="1815.39,1165.22 1813.28,1166.97 1812.09,1170.30 1811.82,1175.23 1812.49,1181.74"/>
    </edge>
    <edge id=":cluster_21672813_257082306_3279047005_3572177101_4" function="internal">
        <lane id=":cluster_21672813_257082306_3279047005_3572177101_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="12.78" shape="1815.39,1165.22 1810.53,1166.80 1806.90,1167.51 1804.50,1167.33 1803.35,1166.28"/>
    </edge>
    <edge id=":cluster_21672813_257082306_3279047005_3572177101_5" function="internal">
        <lane id=":cluster_21672813_257082306_3279047005_3572177101_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="18.02" shape="1810.72,1163.63 1812.25,1168.86 1813.55,1172.37 1814.69,1175.92 1815.75,1181.24"/>
        <lane id=":cluster_21672813_257082306_3279047005_3572177101_5_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="18.02" shape="1807.60,1164.75 1809.08,1169.80 1810.35,1173.19 1811.46,1176.61 1812.49,1181.74"/>
    </edge>
    <edge id=":cluster_2552786902_2552793624_3279020395_0" function="internal">
        <lane id=":cluster_2552786902_2552793624_3279020395_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.85" shape="2054.27,1087.06 2052.25,1084.00 2050.21,1082.05 2048.14,1081.20 2046.04,1081.47"/>
    </edge>
    <edge id=":cluster_2552786902_2552793624_3279020395_1" function="internal">
        <lane id=":cluster_2552786902_2552793624_3279020395_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="13.60" shape="2054.27,1087.06 2051.57,1082.72 2049.11,1079.82 2046.86,1078.38 2044.84,1078.39"/>
    </edge>
    <edge id=":cluster_2552786902_2552793624_3279020395_2" function="internal">
        <lane id=":cluster_2552786902_2552793624_3279020395_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.18" shape="2054.27,1087.06 2045.24,1068.91"/>
        <lane id=":cluster_2552786902_2552793624_3279020395_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.18" shape="2057.14,1085.44 2048.20,1067.45"/>
    </edge>
    <edge id=":cluster_2552786902_2552793624_3279020395_4" function="internal">
        <lane id=":cluster_2552786902_2552793624_3279020395_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.94" shape="2058.50,1062.33 2066.07,1080.41"/>
        <lane id=":cluster_2552786902_2552793624_3279020395_4_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.94" shape="2058.50,1062.33 2060.39,1067.98 2060.65,1072.29 2061.00,1076.54 2063.19,1082.03"/>
        <lane id=":cluster_2552786902_2552793624_3279020395_4_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.94" shape="2055.55,1063.80 2063.19,1082.03"/>
    </edge>
    <edge id=":cluster_2552786902_2552793624_3279020395_7" function="internal">
        <lane id=":cluster_2552786902_2552793624_3279020395_7_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="23.24" shape="2055.55,1063.80 2057.10,1069.32 2056.04,1074.10 2052.35,1078.15 2046.04,1081.47"/>
    </edge>
    <edge id=":cluster_2552786902_2552793624_3279020395_8" function="internal">
        <lane id=":cluster_2552786902_2552793624_3279020395_8_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="20.63" shape="2055.55,1063.80 2056.48,1068.01 2055.01,1071.84 2051.13,1075.30 2044.84,1078.39"/>
    </edge>
    <edge id=":gneJ104_0" function="internal">
        <lane id=":gneJ104_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.10" shape="3181.30,2364.28 3181.30,2364.28"/>
        <lane id=":gneJ104_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.10" shape="3184.58,2364.67 3184.58,2364.67"/>
    </edge>
    <edge id=":gneJ14_0" function="internal">
        <lane id=":gneJ14_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.80" shape="2072.69,1559.74 2071.28,1558.24 2070.12,1557.41 2068.75,1556.88 2066.76,1556.26"/>
        <lane id=":gneJ14_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.80" shape="2072.69,1559.74 2071.35,1557.56 2070.70,1555.73 2069.82,1554.25 2067.78,1553.12"/>
    </edge>
    <edge id=":gneJ14_2" function="internal">
        <lane id=":gneJ14_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.59" shape="2072.69,1559.74 2071.60,1558.00 2071.07,1555.98 2071.10,1553.68 2071.68,1551.11"/>
        <lane id=":gneJ14_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.59" shape="2072.69,1559.74 2072.71,1558.36 2073.40,1556.00 2074.27,1553.59 2074.82,1552.11"/>
        <lane id=":gneJ14_2_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.59" shape="2075.20,1557.60 2073.46,1555.40 2072.29,1553.59 2071.69,1552.16 2071.68,1551.11"/>
        <lane id=":gneJ14_2_3" index="3" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.59" shape="2075.20,1557.60 2074.60,1556.58 2074.34,1555.32 2074.41,1553.83 2074.82,1552.11"/>
    </edge>
    <edge id=":gneJ17_0" function="internal">
        <lane id=":gneJ17_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="12.21" shape="2072.79,1534.48 2077.69,1533.60 2080.99,1532.49 2082.70,1531.15 2082.81,1529.58"/>
    </edge>
    <edge id=":gneJ17_1" function="internal">
        <lane id=":gneJ17_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="15.73" shape="2072.79,1534.48 2079.15,1533.35 2083.45,1531.95 2085.69,1530.28 2085.87,1528.33"/>
    </edge>
    <edge id=":gneJ17_2" function="internal">
        <lane id=":gneJ17_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.43" shape="2072.79,1534.48 2077.92,1533.67 2081.44,1533.05 2084.97,1532.66 2090.15,1532.55"/>
        <lane id=":gneJ17_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.43" shape="2073.28,1537.74 2078.36,1536.42 2081.68,1534.68 2085.02,1533.16 2090.15,1532.55"/>
        <lane id=":gneJ17_2_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.43" shape="2073.28,1537.74 2078.26,1536.96 2081.67,1536.35 2085.09,1535.96 2090.11,1535.85"/>
    </edge>
    <edge id=":gneJ17_5" function="internal">
        <lane id=":gneJ17_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.54" shape="2075.44,1541.87 2078.44,1535.93 2080.66,1531.90 2082.12,1529.78 2082.81,1529.58"/>
    </edge>
    <edge id=":gneJ17_6" function="internal">
        <lane id=":gneJ17_6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="18.56" shape="2075.44,1541.87 2079.36,1534.36 2082.40,1529.60 2084.57,1527.59 2085.87,1528.33"/>
    </edge>
    <edge id=":gneJ17_7" function="internal">
        <lane id=":gneJ17_7_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.37" shape="2075.44,1541.87 2078.09,1537.76 2081.42,1534.83 2085.44,1533.10 2090.15,1532.55"/>
        <lane id=":gneJ17_7_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.37" shape="2075.44,1541.87 2077.48,1539.19 2080.61,1537.30 2084.82,1536.19 2090.11,1535.85"/>
        <lane id=":gneJ17_7_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.37" shape="2077.71,1544.74 2080.73,1539.39 2083.82,1535.57 2086.95,1533.29 2090.15,1532.55"/>
        <lane id=":gneJ17_7_3" index="3" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.37" shape="2077.71,1544.74 2080.13,1540.83 2083.00,1538.04 2086.33,1536.38 2090.11,1535.85"/>
    </edge>
    <edge id=":gneJ18_0" function="internal">
        <lane id=":gneJ18_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.82" shape="2104.69,1576.33 2103.16,1575.13 2102.02,1574.34 2100.77,1573.94 2098.89,1573.89"/>
        <lane id=":gneJ18_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.82" shape="2106.65,1573.68 2104.67,1572.70 2103.06,1572.84 2101.30,1573.45 2098.89,1573.89"/>
        <lane id=":gneJ18_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.82" shape="2106.65,1573.68 2104.57,1572.09 2103.00,1571.10 2101.27,1570.63 2098.72,1570.60"/>
    </edge>
    <edge id=":gneJ18_3" function="internal">
        <lane id=":gneJ18_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.62" shape="2106.10,1569.32 2104.33,1571.25 2102.53,1572.65 2100.72,1573.53 2098.89,1573.89"/>
        <lane id=":gneJ18_3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.62" shape="2106.10,1569.32 2105.36,1569.75 2103.88,1570.10 2101.67,1570.39 2098.72,1570.60"/>
        <lane id=":gneJ18_3_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.62" shape="2103.53,1567.25 2102.68,1568.61 2101.35,1570.85 2099.95,1572.94 2098.89,1573.89"/>
        <lane id=":gneJ18_3_3" index="3" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.62" shape="2103.53,1567.25 2102.25,1568.67 2101.03,1569.70 2099.85,1570.35 2098.72,1570.60"/>
    </edge>
    <edge id=":gneJ21_0" function="internal">
        <lane id=":gneJ21_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.01" shape="2118.15,1541.78 2116.90,1548.84 2116.44,1554.29 2116.75,1558.15 2117.85,1560.40"/>
    </edge>
    <edge id=":gneJ21_1" function="internal">
        <lane id=":gneJ21_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.28" shape="2118.15,1541.78 2116.46,1550.42 2115.46,1556.80 2115.16,1560.91 2115.55,1562.76"/>
    </edge>
    <edge id=":gneJ21_2" function="internal">
        <lane id=":gneJ21_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.72" shape="2118.15,1541.78 2117.08,1548.14 2116.25,1553.16 2114.63,1557.80 2111.18,1563.03"/>
    </edge>
    <edge id=":gneJ21_3" function="internal">
        <lane id=":gneJ21_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.26" shape="2114.92,1541.11 2113.59,1549.02 2113.25,1555.27 2113.91,1559.85 2115.55,1562.76"/>
    </edge>
    <edge id=":gneJ21_4" function="internal">
        <lane id=":gneJ21_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.98" shape="2114.92,1541.11 2114.36,1547.57 2114.64,1552.82 2114.12,1557.70 2111.18,1563.03"/>
        <lane id=":gneJ21_4_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.98" shape="2114.92,1541.11 2113.96,1547.24 2113.35,1551.78 2111.95,1555.95 2108.61,1560.96"/>
    </edge>
    <edge id=":gneJ21_6" function="internal">
        <lane id=":gneJ21_6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.83" shape="2110.60,1541.20 2113.04,1546.75 2113.59,1551.32 2114.46,1555.63 2117.85,1560.40"/>
        <lane id=":gneJ21_6_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.83" shape="2110.60,1541.20 2112.68,1547.12 2112.44,1552.50 2112.52,1557.63 2115.55,1562.76"/>
    </edge>
    <edge id=":gneJ21_8" function="internal">
        <lane id=":gneJ21_8_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="23.50" shape="2110.60,1541.20 2113.69,1547.23 2114.82,1552.87 2113.98,1558.14 2111.18,1563.03"/>
    </edge>
    <edge id=":gneJ21_9" function="internal">
        <lane id=":gneJ21_9_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="23.00" shape="2107.01,1541.74 2109.65,1547.57 2110.65,1552.78 2111.96,1557.71 2115.55,1562.76"/>
    </edge>
    <edge id=":gneJ21_10" function="internal">
        <lane id=":gneJ21_10_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.85" shape="2107.01,1541.74 2110.86,1548.54 2112.83,1554.36 2112.94,1559.19 2111.18,1563.03"/>
        <lane id=":gneJ21_10_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.85" shape="2107.01,1541.74 2109.98,1547.33 2111.24,1552.39 2110.78,1556.93 2108.61,1560.96"/>
    </edge>
    <edge id=":gneJ22_0" function="internal">
        <lane id=":gneJ22_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="2235.93,1662.20 2236.17,1662.40"/>
        <lane id=":gneJ22_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="2233.84,1664.75 2234.06,1664.93"/>
    </edge>
    <edge id=":gneJ23_0" function="internal">
        <lane id=":gneJ23_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2553.36,1726.20 2553.08,1726.06"/>
        <lane id=":gneJ23_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2554.81,1723.23 2554.56,1723.11"/>
    </edge>
    <edge id=":gneJ35_0" function="internal">
        <lane id=":gneJ35_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.30" shape="1765.97,959.22 1766.09,958.94"/>
        <lane id=":gneJ35_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.30" shape="1765.97,959.22 1769.11,960.27"/>
        <lane id=":gneJ35_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.30" shape="1769.00,960.53 1769.11,960.27"/>
    </edge>
    <edge id=":gneJ51_0" function="internal">
        <lane id=":gneJ51_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2015.75,1009.51 2015.61,1009.23"/>
        <lane id=":gneJ51_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2018.70,1008.04 2018.58,1007.79"/>
    </edge>
    <edge id=":gneJ56_0" function="internal">
        <lane id=":gneJ56_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="11.40" shape="2240.48,1461.21 2238.22,1458.83 2236.59,1457.30 2234.87,1455.85 2232.37,1453.73"/>
        <lane id=":gneJ56_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="11.40" shape="2240.48,1461.21 2238.51,1458.38 2237.68,1456.05 2236.76,1453.80 2234.54,1451.24"/>
        <lane id=":gneJ56_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="11.40" shape="2242.91,1458.98 2240.59,1456.52 2238.89,1454.94 2237.12,1453.44 2234.54,1451.24"/>
    </edge>
    <edge id=":gneJ56_3" function="internal">
        <lane id=":gneJ56_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.40" shape="2242.91,1458.98 2240.69,1456.61 2239.26,1454.78 2238.52,1452.69 2238.36,1449.56"/>
        <lane id=":gneJ56_3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.40" shape="2242.91,1458.98 2241.36,1456.72 2241.05,1454.77 2241.36,1452.60 2241.66,1449.64"/>
    </edge>
    <edge id=":gneJ57_0" function="internal">
        <lane id=":gneJ57_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="5.22" shape="1753.16,980.43 1754.49,981.05 1755.63,981.05 1756.58,980.42 1757.35,979.17"/>
    </edge>
    <edge id=":gneJ57_1" function="internal">
        <lane id=":gneJ57_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.37" shape="1753.16,980.43 1755.73,981.82 1757.79,982.29 1759.34,981.85 1760.38,980.48"/>
    </edge>
    <edge id=":gneJ57_2" function="internal">
        <lane id=":gneJ57_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.21" shape="1753.16,980.43 1755.49,981.94 1757.05,983.03 1758.47,984.29 1760.36,986.31"/>
        <lane id=":gneJ57_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.21" shape="1751.35,983.19 1753.99,984.28 1756.16,984.40 1758.17,984.69 1760.36,986.31"/>
        <lane id=":gneJ57_2_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.21" shape="1751.35,983.19 1753.47,984.56 1754.89,985.54 1756.19,986.69 1757.91,988.52"/>
    </edge>
    <edge id=":gneJ57_5" function="internal">
        <lane id=":gneJ57_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.75" shape="1753.33,988.79 1757.35,979.17"/>
        <lane id=":gneJ57_5_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.75" shape="1753.33,988.79 1754.86,986.22 1756.69,984.75 1758.61,983.23 1760.38,980.48"/>
    </edge>
    <edge id=":gneJ60_0" function="internal">
        <lane id=":gneJ60_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="11.11" length="0.67" shape="2029.63,1197.21 2029.75,1197.05 2029.85,1196.95 2029.96,1196.87 2030.13,1196.77"/>
    </edge>
    <edge id=":gneJ62_0" function="internal">
        <lane id=":gneJ62_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2095.81,1162.18 2095.66,1161.91"/>
        <lane id=":gneJ62_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.29" shape="2098.68,1160.55 2098.54,1160.31"/>
    </edge>
    <edge id=":gneJ65_0" function="internal">
        <lane id=":gneJ65_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.66" shape="2118.63,1540.49 2118.47,1540.68 2118.38,1540.82 2118.33,1540.98 2118.27,1541.21"/>
        <lane id=":gneJ65_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.66" shape="2116.13,1538.33 2115.66,1538.90 2115.38,1539.33 2115.21,1539.82 2115.04,1540.54"/>
    </edge>
    <edge id=":gneJ68_0" function="internal">
        <lane id=":gneJ68_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.91" shape="3133.73,2408.45 3133.94,2408.62 3134.11,2408.72 3134.30,2408.77 3134.57,2408.81"/>
        <lane id=":gneJ68_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.91" shape="3131.62,2410.99 3132.28,2411.52 3132.79,2411.82 3133.36,2411.98 3134.20,2412.09"/>
    </edge>
    <edge id=":gneJ70_0" function="internal">
        <lane id=":gneJ70_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.16" shape="3253.37,1850.43 3239.36,1849.37"/>
        <lane id=":gneJ70_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.16" shape="3253.56,1847.13 3249.32,1847.39 3246.46,1848.33 3243.59,1849.23 3239.36,1849.37"/>
        <lane id=":gneJ70_0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.16" shape="3253.56,1847.13 3239.65,1846.08"/>
    </edge>
    <edge id=":gneJ70_3" function="internal">
        <lane id=":gneJ70_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="13.43" shape="3248.22,1841.61 3247.39,1845.27 3245.64,1847.79 3242.96,1849.15 3239.36,1849.37"/>
    </edge>
    <edge id=":gneJ70_4" function="internal">
        <lane id=":gneJ70_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.87" shape="3248.22,1841.61 3247.51,1843.83 3245.85,1845.32 3243.23,1846.07 3239.65,1846.08"/>
    </edge>
    <edge id=":gneJ70_5" function="internal">
        <lane id=":gneJ70_5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="5.04" shape="3242.13,1852.77 3242.10,1851.39 3241.62,1850.36 3240.71,1849.69 3239.36,1849.37"/>
    </edge>
    <edge id=":gneJ70_6" function="internal">
        <lane id=":gneJ70_6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.48" shape="3245.41,1853.16 3245.34,1850.28 3244.36,1848.14 3242.46,1846.74 3239.65,1846.08"/>
    </edge>
    <edge id=":gneJ73_0" function="internal">
        <lane id=":gneJ73_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.11" shape="3246.25,1828.48 3252.30,1828.94"/>
        <lane id=":gneJ73_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.11" shape="3245.96,1831.77 3252.09,1832.23"/>
    </edge>
    <edge id=":gneJ73_2" function="internal">
        <lane id=":gneJ73_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="5.00" shape="3245.96,1831.77 3247.29,1832.08 3248.20,1832.75 3248.70,1833.76 3248.77,1835.13"/>
    </edge>
    <edge id=":gneJ74_0" function="internal">
        <lane id=":gneJ74_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="2948.73,1801.94 2949.03,1801.97"/>
        <lane id=":gneJ74_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.30" shape="2948.46,1805.23 2948.74,1805.26"/>
    </edge>
    <edge id=":gneJ76_0" function="internal">
        <lane id=":gneJ76_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="2.57" shape="3173.89,2413.23 3174.59,2413.21 3175.12,2412.97 3175.47,2412.51 3175.65,2411.83"/>
    </edge>
    <edge id=":gneJ76_1" function="internal">
        <lane id=":gneJ76_1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="7.87" shape="3173.52,2416.51 3175.67,2416.45 3177.29,2415.71 3178.38,2414.30 3178.93,2412.22"/>
    </edge>
    <edge id=":gneJ83_0" function="internal">
        <lane id=":gneJ83_0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.31" shape="3261.95,1829.53 3270.23,1830.06"/>
        <lane id=":gneJ83_0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.31" shape="3261.75,1832.82 3270.06,1833.35"/>
    </edge>
    <edge id=":gneJ83_2" function="internal">
        <lane id=":gneJ83_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.40" shape="3262.76,1836.67 3264.99,1834.45 3266.20,1832.25 3267.55,1830.60 3270.23,1830.06"/>
        <lane id=":gneJ83_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.40" shape="3262.76,1836.67 3264.76,1835.20 3266.17,1834.11 3267.70,1833.48 3270.06,1833.35"/>
    </edge>
    <edge id=":gneJ93_0" function="internal">
        <lane id=":gneJ93_0_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="0.29" shape="1952.93,868.21 1952.81,867.95"/>
    </edge>
    <edge id=":gneJ93_1" function="internal">
        <lane id=":gneJ93_1_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="0.31" shape="1955.76,866.48 1955.90,866.76"/>
    </edge>
    <edge id=":gneJ94_0" function="internal">
        <lane id=":gneJ94_0_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="0.43" shape="1803.08,753.87 1802.69,753.67"/>
    </edge>
    <edge id=":gneJ94_1" function="internal">
        <lane id=":gneJ94_1_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="0.36" shape="1804.23,750.76 1804.56,750.92"/>
    </edge>

    <edge id="-108238331" from="444805849" to="4948240473" priority="5" type="highway.unclassified" spreadType="center" shape="1734.05,975.56 1711.91,965.92">
        <lane id="-108238331_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="21.35" shape="1732.95,975.08 1713.37,966.56"/>
    </edge>
    <edge id="-23737619#0" from="3393943615" to="cluster_21672813_257082306_3279047005_3572177101" priority="7" type="highway.secondary" spreadType="center" shape="1928.47,1125.19 1811.46,1168.43">
        <lane id="-23737619#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="113.59" shape="1923.08,1128.94 1816.54,1168.31"/>
        <lane id="-23737619#0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="113.59" shape="1921.94,1125.84 1815.39,1165.22"/>
    </edge>
    <edge id="-334878880" from="3455594757" to="194087668" priority="4" type="highway.residential" shape="1654.11,616.88 1714.50,525.41 1718.91,518.93 1722.81,513.50 1726.58,508.67 1735.16,499.66 1790.42,441.77 1791.21,440.56 1791.62,439.21 1791.71,437.70 1791.56,435.88 1791.14,434.16 1788.21,425.83">
        <lane id="-334878880_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="237.85" shape="1652.81,615.85 1713.13,524.49 1717.56,517.98 1721.49,512.51 1725.33,507.59 1733.97,498.52 1789.12,440.74 1789.70,439.86 1789.98,438.92 1790.06,437.72 1789.93,436.15 1789.56,434.63 1786.65,426.38"/>
    </edge>
    <edge id="-338480531#0" from="1242030781" to="3455594757" priority="4" type="highway.residential">
        <lane id="-338480531#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.19" shape="1640.94,633.76 1652.65,616.09"/>
    </edge>
    <edge id="-506643421#0" from="2668673728" to="18122043" priority="7" type="highway.secondary" shape="1859.58,1498.83 2008.79,1535.63 2030.21,1538.40">
        <lane id="-506643421#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="175.59" shape="1860.90,1494.06 2009.70,1530.76 2031.67,1533.60"/>
        <lane id="-506643421#0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="175.59" shape="1860.11,1497.26 2009.09,1534.01 2031.24,1536.87"/>
    </edge>
    <edge id="-506643421#5" from="1242073096" to="2668673728" priority="7" type="highway.secondary">
        <lane id="-506643421#5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="4.97" shape="1855.92,1492.73 1860.72,1494.01"/>
        <lane id="-506643421#5_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="4.97" shape="1855.05,1495.91 1859.87,1497.20"/>
    </edge>
    <edge id="-510115565#1" from="1242073096" to="2668674337" priority="6" type="highway.tertiary" shape="1847.05,1495.49 1816.29,1488.11 1786.67,1481.24 1772.62,1478.45">
        <lane id="-510115565#1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="59.09" shape="1834.06,1497.46 1815.15,1492.93 1785.63,1486.08 1776.55,1484.28"/>
        <lane id="-510115565#1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="59.09" shape="1834.86,1494.26 1815.91,1489.72 1786.32,1482.85 1777.19,1481.04"/>
    </edge>
    <edge id="-gneE66" from="gneJ94" to="gneJ93" priority="1" shape="1803.67,752.32 1896.55,798.81 1917.01,808.70 1927.02,814.72 1936.24,829.84 1954.35,867.35">
        <lane id="-gneE66_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="198.40" shape="1804.56,750.92 1897.28,797.33 1917.80,807.25 1928.22,813.51 1937.69,829.05 1955.76,866.48"/>
    </edge>
    <edge id="-gneE67" from="gneJ97" to="gneJ94" priority="1" shape="1653.45,652.00 1735.75,712.39 1762.47,730.48 1769.55,735.35 1803.67,752.32">
        <lane id="-gneE67_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="180.57" shape="1654.43,650.67 1736.70,711.04 1763.40,729.12 1770.39,733.92 1804.23,750.76"/>
    </edge>
    <edge id="-gneE68" from="gneJ98" to="gneJ93" priority="1">
        <lane id="-gneE68_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="230.37" shape="2053.92,1075.26 1952.93,868.21"/>
    </edge>
    <edge id="-gneE69" from="gneJ100" to="gneJ99" priority="1">
        <lane id="-gneE69_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="375.43" shape="2239.42,1404.91 2054.49,1078.19"/>
    </edge>
    <edge id="108225250" from="3279035942" to="1242030781" priority="4" type="highway.residential" spreadType="center" shape="1677.92,675.60 1658.34,670.43 1650.64,668.86 1639.44,663.81 1633.66,659.59 1631.76,657.15 1630.89,654.48 1630.63,651.89 1631.63,647.87 1638.82,639.95">
        <lane id="108225250_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="45.72" shape="1660.06,672.59 1657.96,672.04 1650.13,670.44 1638.61,665.24 1632.50,660.79 1630.28,657.94 1629.27,654.82 1628.96,651.77 1630.13,647.07 1632.80,644.13"/>
        <lane id="108225250_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="45.72" shape="1660.90,669.40 1658.72,668.82 1651.15,667.28 1640.27,662.38 1634.82,658.39 1633.24,656.36 1632.51,654.14 1632.30,652.01 1633.13,648.67 1635.24,646.35"/>
    </edge>
    <edge id="108228233#3.0" from="635904168" to="3393943615" priority="9" type="highway.primary" spreadType="center">
        <lane id="108228233#3.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="135.66" shape="1975.97,1257.35 1927.10,1130.81"/>
        <lane id="108228233#3.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="135.66" shape="1979.05,1256.17 1930.18,1129.62"/>
        <lane id="108228233#3.0_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="135.66" shape="1982.13,1254.98 1933.26,1128.43"/>
    </edge>
    <edge id="108238331" from="4948240473" to="444805849" priority="7" type="highway.unclassified" spreadType="center" shape="1713.78,961.40 1736.09,971.19">
        <lane id="108238331_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="21.33" shape="1716.00,960.57 1735.53,969.14"/>
        <lane id="108238331_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="21.33" shape="1714.67,963.59 1734.22,972.17"/>
    </edge>
    <edge id="135768634#1.6" from="cluster_2552786902_2552793624_3279020395" to="3393943615" priority="9" type="highway.primary" spreadType="center" shape="2045.44,1079.93 1928.47,1125.19">
        <lane id="135768634#1.6_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="119.02" shape="2046.04,1081.47 1935.03,1124.42"/>
        <lane id="135768634#1.6_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="119.02" shape="2044.84,1078.39 1933.84,1121.34"/>
    </edge>
    <edge id="136195461#0" from="1729033744" to="2177201493" priority="9" type="highway.primary" spreadType="center" shape="2241.12,1404.21 2291.60,1441.75 2307.44,1469.50">
        <lane id="136195461#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="78.51" shape="2253.65,1411.47 2292.86,1440.63 2307.90,1466.97"/>
        <lane id="136195461#0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="78.51" shape="2251.68,1414.12 2290.34,1442.87 2305.03,1468.61"/>
    </edge>
    <edge id="136195461#1" from="2177201493" to="1494361250" priority="9" type="highway.primary" spreadType="center" shape="2307.44,1469.50 2315.32,1486.18 2320.20,1496.13 2324.58,1504.36 2328.70,1511.70 2333.54,1519.83">
        <lane id="136195461#1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="51.77" shape="2310.99,1473.15 2316.81,1485.46 2321.67,1495.38 2326.03,1503.57 2330.13,1510.87 2334.88,1518.86"/>
        <lane id="136195461#1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="51.77" shape="2308.00,1474.56 2313.83,1486.90 2318.73,1496.88 2323.13,1505.15 2327.27,1512.53 2332.05,1520.55"/>
    </edge>
    <edge id="136195461#2" from="1494361250" to="3279011427" priority="9" type="highway.primary" spreadType="center" shape="2333.54,1519.83 2345.55,1536.36 2356.50,1548.43 2368.63,1562.49 2379.63,1573.04 2393.58,1587.01 2411.51,1602.91 2442.72,1629.14 2470.18,1651.55">
        <lane id="136195461#2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="190.31" shape="2334.96,1518.98 2346.83,1535.32 2357.74,1547.34 2369.83,1561.35 2380.78,1571.86 2394.71,1585.81 2412.59,1601.66 2443.77,1627.87 2471.22,1650.27"/>
        <lane id="136195461#2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="190.31" shape="2332.29,1520.92 2344.27,1537.40 2355.26,1549.52 2367.43,1563.63 2378.48,1574.22 2392.45,1588.21 2410.43,1604.16 2441.67,1630.41 2469.14,1652.83"/>
    </edge>
    <edge id="136197424#0" from="1494371231" to="cluster_1936597508_2485226800" priority="7" type="highway.tertiary" spreadType="center" shape="2211.17,1433.04 2181.78,1465.20">
        <lane id="136197424#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="38.45" shape="2208.94,1437.93 2183.00,1466.31"/>
        <lane id="136197424#0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="38.45" shape="2206.50,1435.70 2180.56,1464.09"/>
    </edge>
    <edge id="136197424#4.0.0" from="cluster_1936597508_2485226800" to="gneJ65" priority="7" type="highway.tertiary" spreadType="center">
        <lane id="136197424#4.0.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="96.04" shape="2181.49,1467.88 2118.63,1540.49"/>
        <lane id="136197424#4.0.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="96.04" shape="2178.99,1465.72 2116.13,1538.33"/>
    </edge>
    <edge id="136197424#4.0.35" from="gneJ65" to="gneJ21" priority="7" type="highway.tertiary" spreadType="center">
        <lane id="136197424#4.0.35_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.58" shape="2118.27,1541.21 2118.15,1541.78"/>
        <lane id="136197424#4.0.35_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="0.58" shape="2115.04,1540.54 2114.92,1541.11"/>
    </edge>
    <edge id="136298446#12.0" from="cluster_1936597511_2177201509" to="gneJ56" priority="9" type="highway.primary" spreadType="center">
        <lane id="136298446#12.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="53.84" shape="2276.80,1500.94 2240.48,1461.21"/>
        <lane id="136298446#12.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="53.84" shape="2279.24,1498.72 2242.91,1458.98"/>
    </edge>
    <edge id="136298446#12.78" from="gneJ56" to="1494371231" priority="9" type="highway.primary" spreadType="center">
        <lane id="136298446#12.78_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.87" shape="2232.37,1453.73 2215.14,1438.69"/>
        <lane id="136298446#12.78_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.87" shape="2234.54,1451.24 2217.30,1436.20"/>
    </edge>
    <edge id="136298446#9" from="635904115" to="cluster_1936597511_2177201509" priority="9" type="highway.primary" spreadType="center" shape="2319.74,1540.88 2282.11,1504.27">
        <lane id="136298446#9_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="51.39" shape="2318.50,1541.97 2281.66,1506.14"/>
        <lane id="136298446#9_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="51.39" shape="2320.80,1539.61 2283.96,1503.77"/>
    </edge>
    <edge id="183280823.4" from="gneJ14" to="18122043" priority="7" type="highway.secondary" spreadType="center" shape="2071.81,1556.16 2063.37,1553.42 2036.07,1542.78 2029.01,1541.48">
        <lane id="183280823.4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="38.63" shape="2066.76,1556.26 2062.82,1554.97 2035.62,1544.37 2030.55,1543.44"/>
        <lane id="183280823.4_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="38.63" shape="2067.78,1553.12 2063.92,1551.87 2036.52,1541.19 2031.29,1540.22"/>
    </edge>
    <edge id="183284148.43" from="gneJ21" to="3304647815" priority="7" type="highway.secondary" spreadType="center" shape="2113.07,1558.05 2144.97,1589.04 2151.82,1595.01">
        <lane id="183284148.43_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="48.36" shape="2117.85,1560.40 2146.09,1587.83 2152.81,1593.68"/>
        <lane id="183284148.43_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="48.36" shape="2115.55,1562.76 2143.85,1590.25 2150.64,1596.17"/>
    </edge>
    <edge id="18791360" from="1242030757" to="1242030781" priority="9" type="highway.primary" spreadType="center">
        <lane id="18791360_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.68" shape="1633.53,629.60 1634.50,630.97"/>
        <lane id="18791360_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.68" shape="1630.83,631.50 1631.80,632.87"/>
    </edge>
    <edge id="19067517" from="18122043" to="2668673728" priority="7" type="highway.secondary" shape="2030.21,1538.40 2008.79,1535.63 1859.58,1498.83">
        <lane id="19067517_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="176.34" shape="2030.40,1543.42 2007.88,1540.50 1858.53,1503.67"/>
        <lane id="19067517_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="176.34" shape="2030.82,1540.14 2008.49,1537.25 1859.32,1500.47"/>
    </edge>
    <edge id="19067578#11" from="3898959094" to="3304647814" priority="7" type="highway.secondary" spreadType="center">
        <lane id="19067578#11_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="111.75" shape="2228.00,1676.46 2142.46,1604.55"/>
        <lane id="19067578#11_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="111.75" shape="2230.13,1673.93 2144.59,1602.03"/>
    </edge>
    <edge id="19067578#12.0" from="3304647814" to="gneJ18" priority="7" type="highway.secondary" spreadType="center" shape="2143.43,1603.21 2136.81,1598.11 2101.75,1572.09">
        <lane id="19067578#12.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="47.01" shape="2142.32,1604.44 2135.81,1599.43 2104.69,1576.33"/>
        <lane id="19067578#12.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="47.01" shape="2144.34,1601.83 2137.81,1596.79 2106.65,1573.68"/>
    </edge>
    <edge id="207466753#3.0" from="1494371231" to="635904168" priority="7" type="highway.primary" spreadType="center">
        <lane id="207466753#3.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="265.81" shape="2205.43,1430.86 1991.39,1273.26"/>
        <lane id="207466753#3.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="265.81" shape="2207.39,1428.20 1993.34,1270.60"/>
    </edge>
    <edge id="236535061#1.67" from="gneJ51" to="2552812596" priority="9" type="highway.primary" spreadType="center">
        <lane id="236535061#1.67_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="154.12" shape="2015.61,1009.23 1948.46,870.50"/>
        <lane id="236535061#1.67_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="154.12" shape="2018.58,1007.79 1951.43,869.06"/>
    </edge>
    <edge id="236535061#3" from="2552812596" to="1242187561" priority="9" type="highway.primary" spreadType="center" shape="1949.88,869.65 1930.87,831.72 1927.37,824.70 1923.13,819.01 1918.86,815.22 1914.52,812.67 1902.86,806.75 1883.68,798.51 1847.97,780.52">
        <lane id="236535061#3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="137.02" shape="1948.34,870.26 1929.39,832.46 1925.96,825.57 1921.91,820.13 1917.89,816.56 1913.73,814.12 1902.16,808.25 1882.98,800.01 1851.59,784.19"/>
        <lane id="236535061#3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="137.02" shape="1951.29,868.78 1932.35,830.98 1928.78,823.83 1924.35,817.89 1919.83,813.88 1915.31,811.22 1903.56,805.25 1884.38,797.01 1853.07,781.24"/>
    </edge>
    <edge id="236535061#4" from="1242187561" to="3279045879" priority="9" type="highway.primary" spreadType="center" shape="1847.97,780.52 1808.43,761.25 1800.75,757.30">
        <lane id="236535061#4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="47.83" shape="1843.05,779.96 1807.69,762.73 1800.10,758.82"/>
        <lane id="236535061#4_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="47.83" shape="1844.50,776.99 1809.17,759.77 1801.61,755.89"/>
    </edge>
    <edge id="236535061#5" from="3279045879" to="3279035942" priority="9" type="highway.primary" spreadType="center" shape="1800.75,757.30 1786.63,750.62 1773.68,743.75 1759.81,734.85 1730.46,715.06 1677.92,675.60">
        <lane id="236535061#5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="145.61" shape="1799.93,758.74 1785.89,752.10 1772.85,745.18 1758.90,736.23 1729.50,716.40 1678.64,678.20"/>
        <lane id="236535061#5_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="145.61" shape="1801.34,755.76 1787.37,749.14 1774.51,742.32 1760.72,733.47 1731.42,713.72 1680.62,675.56"/>
    </edge>
    <edge id="236535061#7" from="3279035942" to="1242030781" priority="9" type="highway.primary" spreadType="center" shape="1677.92,675.60 1652.88,656.71 1643.40,646.51 1638.82,639.95">
        <lane id="236535061#7_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.54" shape="1662.53,666.06 1651.77,657.94 1645.25,650.92"/>
        <lane id="236535061#7_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="22.54" shape="1664.52,663.42 1653.99,655.48 1647.98,649.01"/>
    </edge>
    <edge id="23785250#5" from="594983877" to="635904168" priority="7" type="highway.secondary" spreadType="center">
        <lane id="23785250#5_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="212.24" shape="2060.60,1475.19 1985.18,1276.80"/>
        <lane id="23785250#5_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="212.24" shape="2063.68,1474.02 1988.27,1275.63"/>
    </edge>
    <edge id="23785261.0" from="18122043" to="gneJ17" priority="7" type="highway.secondary" spreadType="center" shape="2030.29,1535.10 2046.32,1538.80 2052.97,1538.61 2066.14,1537.03 2078.02,1535.44 2086.47,1534.17">
        <lane id="23785261.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="41.19" shape="2032.74,1533.97 2046.48,1537.14 2052.85,1536.96 2065.93,1535.39 2072.79,1534.48"/>
        <lane id="23785261.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="41.19" shape="2032.00,1537.19 2046.16,1540.46 2053.09,1540.26 2066.35,1538.67 2073.28,1537.74"/>
    </edge>
    <edge id="243494285" from="1242030781" to="3455594756" priority="9" type="highway.primary" spreadType="center" shape="1638.82,639.95 1649.81,644.09 1658.42,648.94">
        <lane id="243494285_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.62" shape="1651.35,643.06 1659.08,647.42"/>
        <lane id="243494285_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.62" shape="1650.17,646.19 1657.46,650.29"/>
    </edge>
    <edge id="248677650#4" from="2552760531" to="21672806" priority="5" type="highway.unclassified" spreadType="center">
        <lane id="248677650#4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="5.04" shape="1745.61,1014.72 1744.14,1009.90"/>
        <lane id="248677650#4_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="5.04" shape="1748.77,1013.76 1747.30,1008.94"/>
    </edge>
    <edge id="249220519#2" from="2552858544" to="1242187561" priority="5" type="highway.unclassified" spreadType="center">
        <lane id="249220519#2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="100.96" shape="1802.61,876.16 1844.45,784.28"/>
        <lane id="249220519#2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="100.96" shape="1805.61,877.53 1847.45,785.65"/>
    </edge>
    <edge id="267292568#0.0" from="cluster_21672813_257082306_3279047005_3572177101" to="2552760531" priority="6" type="highway.secondary_link" spreadType="center" shape="1803.57,1171.76 1749.77,1022.74">
        <lane id="267292568#0.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="151.78" shape="1800.24,1167.39 1748.70,1024.63"/>
        <lane id="267292568#0.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="151.78" shape="1803.35,1166.28 1751.80,1023.51"/>
    </edge>
    <edge id="27181606#2.0" from="3304647815" to="gneJ22" priority="7" type="highway.secondary" spreadType="center">
        <lane id="27181606#2.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="107.51" shape="2152.97,1593.82 2235.93,1662.20"/>
        <lane id="27181606#2.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="107.51" shape="2150.87,1596.37 2233.84,1664.75"/>
    </edge>
    <edge id="332277757#1" from="cluster_2552786902_2552793624_3279020395" to="1729033744" priority="9" type="highway.secondary" spreadType="center" shape="2064.63,1081.22 2245.42,1401.76">
        <lane id="332277757#1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="363.54" shape="2066.07,1080.41 2244.66,1397.05"/>
        <lane id="332277757#1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="363.54" shape="2063.19,1082.03 2241.79,1398.68"/>
    </edge>
    <edge id="334878880" from="194087668" to="3455594757" priority="4" type="highway.residential" shape="1788.21,425.83 1791.14,434.16 1791.56,435.88 1791.71,437.70 1791.62,439.21 1791.21,440.56 1790.42,441.77 1735.16,499.66 1726.58,508.67 1722.81,513.50 1718.91,518.93 1714.50,525.41 1654.11,616.88">
        <lane id="334878880_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="242.43" shape="1792.88,424.19 1795.89,432.75 1796.46,435.08 1796.67,437.64 1796.53,440.09 1795.74,442.67 1794.32,444.86 1738.74,503.08 1730.33,511.91 1726.77,516.47 1722.97,521.77 1718.61,528.17 1658.32,619.48"/>
        <lane id="334878880_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="242.43" shape="1789.77,425.28 1792.72,433.69 1793.19,435.61 1793.36,437.68 1793.26,439.50 1792.72,441.26 1791.72,442.80 1736.35,500.80 1727.83,509.75 1724.13,514.49 1720.26,519.88 1715.87,526.33 1655.57,617.67"/>
    </edge>
    <edge id="338480531#0" from="3455594757" to="1242030781" priority="4" type="highway.residential">
        <lane id="338480531#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.19" shape="1658.15,619.74 1646.44,637.41"/>
        <lane id="338480531#0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.19" shape="1655.40,617.92 1643.69,635.58"/>
    </edge>
    <edge id="338480532#7" from="3279035965" to="cluster_2552786902_2552793624_3279020395" priority="9" type="highway.primary" spreadType="center" shape="1960.51,864.94 2057.10,1063.22">
        <lane id="338480532#7_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="220.24" shape="1962.06,864.35 2058.50,1062.33"/>
        <lane id="338480532#7_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="220.24" shape="1959.09,865.79 2055.55,1063.80"/>
    </edge>
    <edge id="410301578" from="2668674337" to="1242073096" priority="6" type="highway.tertiary" shape="1772.62,1478.45 1786.67,1481.24 1816.29,1488.11 1847.05,1495.49">
        <lane id="410301578_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="59.43" shape="1778.48,1474.57 1787.71,1476.40 1817.43,1483.29 1836.48,1487.86"/>
        <lane id="410301578_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="59.43" shape="1777.83,1477.80 1787.02,1479.63 1816.67,1486.50 1835.67,1491.06"/>
    </edge>
    <edge id="414416873" from="1242030781" to="18122065" priority="9" type="highway.primary" spreadType="center">
        <lane id="414416873_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.76" shape="1628.86,639.50 1627.14,639.13"/>
        <lane id="414416873_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1.76" shape="1629.56,636.27 1627.84,635.90"/>
    </edge>
    <edge id="495282651" from="1729033744" to="1494371231" priority="7" type="highway.tertiary" spreadType="center">
        <lane id="495282651_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="25.31" shape="2235.43,1414.27 2217.20,1431.82"/>
        <lane id="495282651_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="25.31" shape="2233.14,1411.89 2214.91,1429.44"/>
        <lane id="495282651_2" index="2" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="25.31" shape="2230.85,1409.51 2212.62,1427.06"/>
    </edge>
    <edge id="504682419#0.1" from="gneJ18" to="257082347" priority="9" type="highway.secondary" spreadType="center" shape="2101.75,1572.09 2093.81,1572.51 2088.02,1571.38 2080.51,1566.39">
        <lane id="504682419#0.1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.46" shape="2098.89,1573.89 2093.69,1574.17 2087.38,1572.94 2079.98,1568.02"/>
        <lane id="504682419#0.1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.46" shape="2098.72,1570.60 2093.93,1570.85 2088.66,1569.82 2081.80,1565.27"/>
    </edge>
    <edge id="510115566#0.8.0" from="1729033744" to="gneJ62" priority="9" type="highway.primary" spreadType="center" shape="2236.88,1406.77 2097.17,1161.24">
        <lane id="510115566#0.8.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="277.75" shape="2233.17,1403.59 2095.81,1162.18"/>
        <lane id="510115566#0.8.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="277.75" shape="2236.04,1401.96 2098.68,1160.55"/>
    </edge>
    <edge id="510115566#0.8.276" from="gneJ62" to="cluster_2552786902_2552793624_3279020395" priority="9" type="highway.primary" spreadType="center" shape="2097.17,1161.24 2055.36,1085.63">
        <lane id="510115566#0.8.276_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="85.54" shape="2095.66,1161.91 2054.27,1087.06"/>
        <lane id="510115566#0.8.276_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="85.54" shape="2098.54,1160.31 2057.14,1085.44"/>
    </edge>
    <edge id="546119073#0" from="5277697428" to="cluster_21672813_257082306_3279047005_3572177101" priority="7" type="highway.secondary" spreadType="center" shape="1809.11,1198.65 1806.03,1183.19">
        <lane id="546119073#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="16.21" shape="1807.49,1198.97 1804.31,1183.00"/>
        <lane id="546119073#0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="16.21" shape="1810.73,1198.33 1807.58,1182.50"/>
    </edge>
    <edge id="8041194#1" from="cluster_21672813_257082306_3279047005_3572177101" to="3395405981" priority="7" type="highway.secondary" spreadType="center" shape="1814.12,1181.49 1816.63,1197.75">
        <lane id="8041194#1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="16.30" shape="1815.75,1181.24 1818.24,1197.35"/>
        <lane id="8041194#1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="16.30" shape="1812.49,1181.74 1814.98,1197.85"/>
    </edge>
    <edge id="8041195#0" from="1242073096" to="3304668888" priority="7" type="highway.secondary" spreadType="center" shape="1843.85,1496.31 1840.68,1474.99">
        <lane id="8041195#0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="8.85" shape="1840.30,1483.65 1839.05,1475.23"/>
        <lane id="8041195#0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="8.85" shape="1843.66,1483.84 1842.31,1474.75"/>
    </edge>
    <edge id="8041195#2" from="3304668888" to="5277697428" priority="7" type="highway.secondary" spreadType="center" shape="1840.68,1474.99 1827.23,1327.52 1809.11,1198.65">
        <lane id="8041195#2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="278.22" shape="1839.04,1475.14 1825.59,1327.71 1807.48,1198.88"/>
        <lane id="8041195#2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="278.22" shape="1842.32,1474.84 1828.87,1327.33 1810.74,1198.42"/>
    </edge>
    <edge id="acton_in" from="gneJ90" to="1242030757" priority="9" type="highway.primary" spreadType="center" shape="1060.41,241.16 1120.58,282.02 1229.08,356.03 1631.84,630.07">
        <lane id="acton_in_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="690.63" shape="1061.34,239.79 1121.51,280.66 1230.01,354.67 1632.28,628.37"/>
        <lane id="acton_in_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="690.63" shape="1059.48,242.53 1119.65,283.38 1228.15,357.39 1630.43,631.10"/>
    </edge>
    <edge id="acton_in_2" from="3455594756" to="3279035965" priority="9" type="highway.primary" spreadType="center" shape="1658.42,648.94 1738.09,705.85 1766.29,725.47 1780.03,734.06 1922.17,803.77 1931.15,809.70 1936.54,816.34 1941.92,825.50 1960.51,864.94">
        <lane id="acton_in_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="380.00" shape="1659.52,647.70 1739.04,704.50 1767.20,724.09 1780.83,732.62 1922.99,802.34 1932.27,808.46 1937.90,815.40 1943.38,824.73 1961.94,864.10"/>
        <lane id="acton_in_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="380.00" shape="1657.60,650.38 1737.14,707.20 1765.38,726.85 1779.23,735.50 1921.35,805.20 1930.03,810.94 1935.18,817.28 1940.46,826.27 1958.96,865.51"/>
    </edge>
    <edge id="acton_out" from="18122065" to="gneJ91" priority="9" type="highway.primary" spreadType="center" shape="1626.87,637.38 1274.35,397.91 1190.95,341.27 1055.18,249.82">
        <lane id="acton_out_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="690.04" shape="1625.42,638.39 1273.42,399.27 1190.03,342.64 1054.26,251.19"/>
        <lane id="acton_out_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="690.04" shape="1627.27,635.66 1275.28,396.55 1191.87,339.90 1056.10,248.45"/>
    </edge>
    <edge id="corso_umberto_in" from="gneJ67" to="3898959094" priority="7" type="highway.secondary" spreadType="center">
        <lane id="corso_umberto_in_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1165.42" shape="3125.26,2420.68 2228.24,1676.66"/>
        <lane id="corso_umberto_in_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1165.42" shape="3127.36,2418.14 2230.35,1674.12"/>
    </edge>
    <edge id="corso_umberto_out" from="gneJ22" to="gneJ68" priority="7" type="highway.secondary" spreadType="center">
        <lane id="corso_umberto_out_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1167.13" shape="2236.17,1662.40 3133.73,2408.45"/>
        <lane id="corso_umberto_out_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="1167.13" shape="2234.06,1664.93 3131.62,2410.99"/>
    </edge>
    <edge id="diaz_in" from="3101613979" to="2668674337" priority="4" type="highway.residential">
        <lane id="diaz_in_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="248.04" shape="1529.80,1420.43 1772.15,1473.28"/>
        <lane id="diaz_in_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="248.04" shape="1529.10,1423.66 1771.45,1476.51"/>
    </edge>
    <edge id="diaz_out" from="2668674337" to="gneJ13" priority="4" type="highway.residential" shape="1772.62,1478.45 1759.59,1491.40 1750.23,1498.02 1734.70,1507.84 1719.08,1517.61 1709.52,1523.13 1620.26,1563.74">
        <lane id="diaz_out_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="171.92" shape="1772.57,1485.48 1762.79,1495.20 1752.98,1502.14 1737.34,1512.03 1721.63,1521.85 1711.79,1527.54 1622.31,1568.25"/>
        <lane id="diaz_out_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="171.92" shape="1770.25,1483.14 1760.66,1492.67 1751.15,1499.39 1735.58,1509.24 1719.93,1519.02 1710.28,1524.60 1620.94,1565.24"/>
    </edge>
    <edge id="gneE10" from="257082347" to="gneJ14" priority="9" spreadType="center">
        <lane id="gneE10_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.67" shape="2078.96,1567.11 2072.69,1559.74"/>
        <lane id="gneE10_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.67" shape="2081.47,1564.97 2075.20,1557.60"/>
    </edge>
    <edge id="gneE11" from="gneJ14" to="gneJ17" priority="9" spreadType="center" shape="2071.81,1556.16 2074.60,1547.34 2077.91,1540.58 2086.47,1534.17">
        <lane id="gneE11_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.97" shape="2071.68,1551.11 2073.06,1546.72 2075.44,1541.87"/>
        <lane id="gneE11_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.97" shape="2074.82,1552.11 2076.14,1547.96 2077.71,1544.74"/>
    </edge>
    <edge id="gneE12" from="gneJ17" to="gneJ21" priority="9" spreadType="center" shape="2086.47,1534.17 2095.92,1534.26 2103.16,1536.11 2106.88,1538.54 2109.95,1543.22 2112.11,1550.28 2113.07,1558.05">
        <lane id="gneE12_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.21" shape="2090.15,1532.55 2096.14,1532.61 2103.83,1534.58 2108.07,1537.35 2110.60,1541.20"/>
        <lane id="gneE12_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.21" shape="2090.11,1535.85 2095.70,1535.91 2102.49,1537.64 2105.69,1539.73 2107.01,1541.74"/>
    </edge>
    <edge id="gneE14" from="gneJ17" to="594983877" priority="7" spreadType="center">
        <lane id="gneE14_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="58.44" shape="2082.81,1529.58 2060.71,1475.48"/>
        <lane id="gneE14_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="58.44" shape="2085.87,1528.33 2063.77,1474.23"/>
    </edge>
    <edge id="gneE15" from="gneJ21" to="gneJ18" priority="9" spreadType="center">
        <lane id="gneE15_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.09" shape="2111.18,1563.03 2106.10,1569.32"/>
        <lane id="gneE15_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="8.09" shape="2108.61,1560.96 2103.53,1567.25"/>
    </edge>
    <edge id="gneE32" from="gneJ35" to="2552858544" priority="5" spreadType="center">
        <lane id="gneE32_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="90.16" shape="1766.09,958.94 1802.48,876.45"/>
        <lane id="gneE32_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="90.16" shape="1769.11,960.27 1805.50,877.78"/>
    </edge>
    <edge id="gneE42" from="gneJ56" to="1729033744" priority="9" spreadType="center">
        <lane id="gneE42_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="33.65" shape="2238.36,1449.56 2239.18,1415.92"/>
        <lane id="gneE42_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="33.65" shape="2241.66,1449.64 2242.48,1416.00"/>
    </edge>
    <edge id="gneE45" from="cluster_1936597511_2177201509" to="2177201493" priority="7" type="highway.primary" spreadType="center">
        <lane id="gneE45_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="31.75" shape="2283.62,1498.60 2303.73,1474.03"/>
    </edge>
    <edge id="gneE46" from="21672806" to="444805849" priority="5" type="highway.unclassified" shape="1746.50,1011.98 1746.18,1010.56 1745.80,1008.87 1745.35,1006.95 1744.85,1004.83 1744.31,1002.56 1743.73,1000.17 1743.12,997.70 1742.49,995.18 1741.84,992.65 1741.19,990.15 1740.55,987.71 1739.91,985.37 1739.29,983.16 1738.70,981.14 1738.15,979.32 1737.64,977.75 1737.17,976.46 1734.24,973.92">
        <lane id="gneE46_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="32.39" shape="1743.28,1005.36 1743.24,1005.21 1742.71,1002.95 1742.13,1000.56 1741.52,998.10 1740.89,995.59 1740.24,993.06 1739.59,990.57 1738.96,988.14 1738.32,985.81 1737.70,983.61 1737.12,981.61 1736.58,979.81 1736.08,978.28 1735.77,977.43 1733.16,975.17"/>
    </edge>
    <edge id="gneE47" from="444805849" to="gneJ57" priority="7" type="highway.unclassified" spreadType="center" shape="1735.67,970.95 1756.74,984.75">
        <lane id="gneE47_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.56" shape="1736.79,969.71 1753.16,980.43"/>
        <lane id="gneE47_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="19.56" shape="1734.98,972.47 1751.35,983.19"/>
    </edge>
    <edge id="gneE48" from="gneJ57" to="3457855707" priority="7" type="highway.unclassified" spreadType="center" shape="1756.74,984.75 1760.29,988.70 1762.09,991.31 1762.98,992.77 1763.86,994.34 1764.73,996.01 1765.58,997.77 1766.41,999.63 1768.88,1004.57">
        <lane id="gneE48_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.87" shape="1760.36,986.31 1761.59,987.68 1763.47,990.40 1764.40,991.94 1765.31,993.56 1766.20,995.27 1767.08,997.08 1767.90,998.92 1768.15,999.42"/>
        <lane id="gneE48_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.87" shape="1757.91,988.52 1758.99,989.72 1760.71,992.22 1761.56,993.60 1762.41,995.12 1763.26,996.75 1764.08,998.46 1764.92,1000.34 1765.20,1000.89"/>
    </edge>
    <edge id="gneE49" from="21672806" to="gneJ57" priority="5" shape="1746.50,1011.98 1747.46,1009.59 1748.41,1007.14 1749.35,1004.66 1750.26,1002.17 1751.15,999.71 1752.01,997.32 1752.84,995.01 1753.62,992.82 1754.36,990.78 1755.04,988.93 1755.67,987.28 1756.24,985.88 1756.74,984.75">
        <lane id="gneE49_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="17.28" shape="1747.44,1005.04 1747.80,1004.08 1748.71,1001.61 1749.60,999.15 1750.46,996.76 1751.29,994.45 1752.07,992.26 1752.81,990.21 1753.33,988.79"/>
    </edge>
    <edge id="gneE50" from="gneJ57" to="gneJ35" priority="5" type="highway.unclassified" spreadType="center">
        <lane id="gneE50_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.73" shape="1757.35,979.17 1765.97,959.22"/>
        <lane id="gneE50_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="21.73" shape="1760.38,980.48 1769.00,960.53"/>
    </edge>
    <edge id="gneE51" from="2552760531" to="3457855707" priority="5" type="highway.unclassified" shape="1749.77,1022.74 1750.84,1020.56 1752.07,1018.49 1753.44,1016.53 1754.93,1014.68 1756.50,1012.97 1758.13,1011.39 1759.79,1009.94 1761.46,1008.65 1763.10,1007.50 1764.69,1006.51 1766.20,1005.69 1767.61,1005.04 1768.88,1004.57">
        <lane id="gneE51_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="14.00" shape="1753.13,1014.28 1753.68,1013.60 1755.32,1011.82 1757.01,1010.18 1758.74,1008.66 1760.48,1007.32 1762.19,1006.12 1763.69,1005.19"/>
    </edge>
    <edge id="gneE52" from="635904168" to="gneJ60" priority="7" shape="1982.27,1264.50 1992.86,1248.61 2030.94,1198.21">
        <lane id="gneE52_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="72.58" shape="1986.33,1255.44 1991.51,1247.65 2029.63,1197.21"/>
    </edge>
    <edge id="gneE53.0.0.0" from="gneJ60" to="gneJ101" priority="7">
        <lane id="gneE53.0.0.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="8.33" length="65.43" shape="2030.13,1196.77 2087.31,1164.97"/>
    </edge>
    <edge id="gneE60" from="gneJ73" to="gneJ70" priority="7" type="highway.secondary" spreadType="center">
        <lane id="gneE60_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="6.50" shape="3248.77,1835.13 3248.22,1841.61"/>
    </edge>
    <edge id="gneE61.0" from="gneJ73" to="gneJ83" priority="9" type="highway.primary" spreadType="center">
        <lane id="gneE61.0_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.67" shape="3252.30,1828.94 3261.95,1829.53"/>
        <lane id="gneE61.0_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="9.67" shape="3252.09,1832.23 3261.75,1832.82"/>
    </edge>
    <edge id="gneE62" from="gneJ70" to="gneJ83" priority="7" type="highway.secondary">
        <lane id="gneE62_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="12.17" shape="3252.54,1843.29 3262.76,1836.67"/>
    </edge>
    <edge id="gneE63" from="gneJ68" to="gneJ76" priority="1" type="highway.secondary" spreadType="center" shape="3133.42,2410.34 3180.28,2415.61">
        <lane id="gneE63_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="39.56" shape="3134.57,2408.81 3173.89,2413.23"/>
        <lane id="gneE63_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="39.56" shape="3134.20,2412.09 3173.52,2416.51"/>
    </edge>
    <edge id="gneE66" from="gneJ93" to="gneJ94" priority="1" shape="1954.35,867.35 1935.75,830.00 1927.09,814.95 1917.26,808.46 1887.08,793.63 1856.25,778.13 1803.67,752.32">
        <lane id="gneE66_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="196.18" shape="1952.81,867.95 1934.30,830.78 1925.85,816.11 1916.44,809.89 1886.35,795.11 1855.52,779.61 1803.08,753.87"/>
    </edge>
    <edge id="gneE67" from="gneJ94" to="gneJ97" priority="1" shape="1803.67,752.32 1768.98,734.04 1733.80,710.16 1653.45,652.00">
        <lane id="gneE67_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="180.92" shape="1802.69,753.67 1768.13,735.46 1732.85,711.51 1652.48,653.34"/>
    </edge>
    <edge id="gneE68" from="gneJ93" to="gneJ98" priority="1">
        <lane id="gneE68_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="230.37" shape="1955.90,866.76 2056.88,1073.82"/>
    </edge>
    <edge id="gneE69" from="gneJ99" to="gneJ100" priority="1">
        <lane id="gneE69_0" index="0" allow="authority taxi bus tram rail_urban rail_electric" speed="13.89" length="375.43" shape="2057.37,1076.57 2242.30,1403.29"/>
    </edge>
    <edge id="gneE7" from="3395405981" to="3304668883" priority="7" type="highway.secondary" spreadType="center" shape="1816.63,1197.75 1835.54,1326.57 1849.20,1474.24">
        <lane id="gneE7_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="278.24" shape="1818.28,1197.66 1837.18,1326.37 1850.83,1473.97"/>
        <lane id="gneE7_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="278.24" shape="1815.02,1198.14 1833.90,1326.77 1847.55,1474.28"/>
    </edge>
    <edge id="gneE9" from="3304668883" to="1242073096" priority="7" type="highway.secondary" spreadType="center" shape="1849.20,1474.24 1850.35,1495.52">
        <lane id="gneE9_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.07" shape="1850.85,1474.27 1851.42,1484.73"/>
        <lane id="gneE9_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="10.07" shape="1847.56,1474.45 1848.08,1484.08"/>
    </edge>
    <edge id="marina_passaggio" from="cluster_2552786902_2552793624_3279020395" to="gneJ51" priority="8" type="highway.primary" spreadType="center" shape="2046.72,1068.18 2017.16,1008.64">
        <lane id="marina_passaggio_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="66.33" shape="2045.24,1068.91 2015.75,1009.51"/>
        <lane id="marina_passaggio_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="66.33" shape="2048.20,1067.45 2018.70,1008.04"/>
    </edge>
    <edge id="monteoliveto_in" from="5004911337" to="1242073096" priority="6">
        <lane id="monteoliveto_in_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="449.20" shape="1630.08,1901.08 1840.55,1504.23"/>
    </edge>
    <edge id="monteoliveto_out" from="1242073096" to="5004911337" priority="7">
        <lane id="monteoliveto_out_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="450.21" shape="1847.01,1506.14 1635.91,1904.17"/>
        <lane id="monteoliveto_out_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="450.21" shape="1843.78,1505.19 1633.00,1902.62"/>
    </edge>
    <edge id="rettifilo_passaggio" from="2668673728" to="1242073096" priority="7" type="highway.secondary">
        <lane id="rettifilo_passaggio_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="5.03" shape="1858.17,1503.58 1853.30,1502.28"/>
        <lane id="rettifilo_passaggio_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="5.03" shape="1859.02,1500.39 1854.18,1499.10"/>
    </edge>
    <edge id="san_carlo_in" from="cluster_21672801_2552944784_2552986125_2564629617" to="4948240473" priority="7" shape="1474.82,759.88 1503.84,777.66 1536.02,832.28 1564.99,905.42 1712.85,964.57">
        <lane id="san_carlo_in_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="333.01" shape="1477.41,755.66 1507.48,774.08 1540.48,830.10 1568.81,901.62 1713.15,959.36"/>
        <lane id="san_carlo_in_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="333.01" shape="1475.68,758.47 1505.05,776.47 1537.51,831.55 1566.26,904.15 1711.92,962.42"/>
    </edge>
    <edge id="san_carlo_out" from="4948240473" to="cluster_21672801_2552944784_2552986125_2564629617" priority="5" shape="1712.85,964.57 1564.99,905.42 1535.72,832.28 1503.84,777.66 1474.82,759.88">
        <lane id="san_carlo_out_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="334.33" shape="1709.47,968.55 1561.18,909.23 1531.26,834.46 1500.19,781.23 1472.23,764.10"/>
        <lane id="san_carlo_out_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="334.33" shape="1710.70,965.49 1563.72,906.69 1534.23,833.01 1502.62,778.85 1473.96,761.29"/>
    </edge>
    <edge id="san_carlo_passaggio" from="3457855707" to="cluster_21672813_257082306_3279047005_3572177101" priority="7" type="highway.secondary_link" spreadType="center" shape="1768.88,1004.57 1812.00,1175.47">
        <lane id="san_carlo_passaggio_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="162.65" shape="1770.96,1006.08 1810.72,1163.63"/>
        <lane id="san_carlo_passaggio_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="5.56" length="162.65" shape="1767.76,1006.89 1807.60,1164.75"/>
    </edge>
    <edge id="via_marina_in" from="gneJ80" to="gneJ70" priority="9" type="highway.primary" spreadType="center">
        <lane id="via_marina_in_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="158.68" shape="3411.78,1859.64 3253.37,1850.43"/>
        <lane id="via_marina_in_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="158.68" shape="3411.98,1856.34 3253.56,1847.13"/>
    </edge>
    <edge id="via_marina_in.1" from="gneJ23" to="635904115" priority="9" type="highway.primary" spreadType="center" shape="2553.95,1724.65 2530.54,1712.92 2503.37,1697.00 2501.49,1695.48 2464.94,1671.38 2430.91,1642.96 2398.89,1615.74 2350.45,1572.50 2319.74,1540.88">
        <lane id="via_marina_in.1_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="298.97" shape="2553.08,1726.06 2529.75,1714.37 2502.43,1698.36 2500.51,1696.81 2463.95,1672.71 2429.85,1644.22 2397.81,1616.98 2349.31,1573.69 2318.65,1542.12"/>
        <lane id="via_marina_in.1_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="298.97" shape="2554.56,1723.11 2531.33,1711.47 2504.31,1695.64 2502.47,1694.15 2465.93,1670.05 2431.97,1641.70 2399.97,1614.50 2351.59,1571.31 2321.01,1539.82"/>
    </edge>
    <edge id="via_marina_in_2" from="gneJ70" to="1495355457" priority="9" type="highway.primary" spreadType="center">
        <lane id="via_marina_in_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="289.82" shape="3239.36,1849.37 2950.66,1823.96"/>
        <lane id="via_marina_in_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="289.82" shape="3239.65,1846.08 2950.95,1820.67"/>
    </edge>
    <edge id="via_marina_in_3" from="1495355457" to="gneJ23" priority="9" type="highway.primary" spreadType="center" shape="2950.66,1822.30 2899.66,1817.10 2893.52,1816.47 2839.98,1810.73 2811.41,1806.49 2771.15,1799.13 2747.12,1794.77 2721.97,1789.35 2704.83,1785.20 2684.09,1779.15 2662.50,1771.74 2619.27,1754.06 2596.78,1744.90 2579.84,1737.29 2553.95,1724.65">
        <lane id="via_marina_in_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="411.39" shape="2950.35,1823.93 2899.49,1818.74 2893.35,1818.11 2839.77,1812.37 2811.14,1808.12 2770.85,1800.75 2746.80,1796.39 2721.60,1790.96 2704.40,1786.79 2683.59,1780.72 2661.92,1773.29 2618.65,1755.59 2596.13,1746.42 2579.14,1738.78 2553.36,1726.20"/>
        <lane id="via_marina_in_3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="411.39" shape="2950.68,1820.64 2899.83,1815.46 2893.69,1814.83 2840.19,1809.09 2811.68,1804.86 2771.45,1797.51 2747.44,1793.15 2722.34,1787.74 2705.26,1783.61 2684.59,1777.58 2663.08,1770.19 2619.89,1752.53 2597.43,1743.38 2580.54,1735.80 2554.81,1723.23"/>
    </edge>
    <edge id="via_marina_out" from="gneJ83" to="gneJ78" priority="9" type="highway.primary" spreadType="center">
        <lane id="via_marina_out_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="138.44" shape="3270.23,1830.06 3408.48,1837.43"/>
        <lane id="via_marina_out_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="138.44" shape="3270.06,1833.35 3408.30,1840.73"/>
    </edge>
    <edge id="via_marina_out_2" from="gneJ74" to="gneJ73" priority="9" type="highway.primary" spreadType="center">
        <lane id="via_marina_out_2_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="298.40" shape="2949.03,1801.97 3246.25,1828.48"/>
        <lane id="via_marina_out_2_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="298.40" shape="2948.74,1805.26 3245.96,1831.77"/>
    </edge>
    <edge id="via_marina_out_3" from="3279011427" to="gneJ74" priority="9" type="highway.primary" spreadType="center" shape="2470.18,1651.55 2485.89,1663.01 2500.00,1673.69 2515.92,1684.27 2535.33,1695.39 2554.76,1705.78 2583.87,1719.31 2621.73,1734.25 2672.67,1753.46 2714.77,1766.48 2727.59,1769.17 2762.04,1776.44 2806.99,1785.52 2839.11,1791.35 2878.78,1796.91 2901.40,1799.77 2948.74,1803.60">
        <lane id="via_marina_out_3_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="508.99" shape="2471.15,1650.22 2486.87,1661.69 2500.96,1672.34 2516.79,1682.87 2536.13,1693.95 2555.50,1704.30 2584.52,1717.79 2622.32,1732.71 2673.21,1751.90 2715.18,1764.88 2727.93,1767.56 2762.37,1774.82 2807.30,1783.90 2839.37,1789.72 2879.00,1795.27 2901.57,1798.13 2948.73,1801.94"/>
        <lane id="via_marina_out_3_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="508.99" shape="2469.21,1652.88 2484.91,1664.33 2499.04,1675.04 2515.05,1685.67 2534.53,1696.83 2554.02,1707.26 2583.22,1720.83 2621.14,1735.79 2672.13,1755.02 2714.36,1768.08 2727.25,1770.78 2761.71,1778.06 2806.68,1787.14 2838.85,1792.98 2878.56,1798.55 2901.23,1801.41 2948.46,1805.23"/>
    </edge>
    <edge id="via_marina_out_4" from="gneJ76" to="gneJ104" priority="7" type="highway.secondary">
        <lane id="via_marina_out_4_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="47.89" shape="3175.65,2411.83 3181.30,2364.28"/>
        <lane id="via_marina_out_4_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="47.89" shape="3178.93,2412.22 3184.58,2364.67"/>
    </edge>
    <edge id="via_marina_out_4.54" from="gneJ104" to="gneJ70" priority="7" type="highway.secondary">
        <lane id="via_marina_out_4.54_0" index="0" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="515.11" shape="3181.30,2364.28 3242.13,1852.77"/>
        <lane id="via_marina_out_4.54_1" index="1" disallow="tram rail_urban rail rail_electric ship" speed="13.89" length="515.11" shape="3184.58,2364.67 3245.41,1853.16"/>
    </edge>

    <tlLogic id="1242073096" type="static" programID="0" offset="0">
        <phase duration="62" state="rrrrrrrrrrrrrrrGGGgGGgggggggg"/>
        <phase duration="5" state="rrrrrrrrrrrrrrrYYYYYYYYyyyyyy"/>
        <phase duration="5" state="rrrrrrrrrrrrrrrrrrrrrrrrrrrrr"/>
        <phase duration="25" state="GGGGGGGGGGGrrrrrrrrrrrrrrrrrr"/>
        <phase duration="5" state="YYYYYYYYYGGrrrrrrrrrrrrrrrrrr"/>
        <phase duration="68" state="rrrrrrrrrGGGGGGrrrrrrrrrrrrrr"/>
        <phase duration="5" state="rrrrrrrrrYYYYYYrrrrrrrrrrrrrr"/>
    </tlLogic>
    <tlLogic id="1242187561" type="static" programID="0" offset="0">
        <phase duration="42" state="GGGrr"/>
        <phase duration="3" state="yyyrr"/>
        <phase duration="42" state="rrrGG"/>
        <phase duration="3" state="rrryy"/>
    </tlLogic>
    <tlLogic id="1494371231" type="static" programID="0" offset="0">
        <phase duration="30" state="GGGrrrr"/>
        <phase duration="3" state="YYYrrrr"/>
        <phase duration="60" state="rrrGGGG"/>
        <phase duration="3" state="rrrYYYY"/>
    </tlLogic>
    <tlLogic id="1729033744" type="static" programID="0" offset="0">
        <phase duration="60" state="GGrrrrGG"/>
        <phase duration="3" state="YYrrrrYY"/>
        <phase duration="35" state="GGGGGGrr"/>
        <phase duration="3" state="YYYYYYrr"/>
    </tlLogic>
    <tlLogic id="18122043" type="static" programID="0" offset="0">
        <phase duration="82" state="GGGG"/>
        <phase duration="3" state="yyyy"/>
        <phase duration="5" state="rrrr"/>
    </tlLogic>
    <tlLogic id="3304647814" type="static" programID="0" offset="0">
        <phase duration="82" state="GGG"/>
        <phase duration="3" state="yyy"/>
        <phase duration="5" state="rrr"/>
    </tlLogic>
    <tlLogic id="3304647815" type="static" programID="0" offset="0">
        <phase duration="15" state="rr"/>
        <phase duration="70" state="GG"/>
        <phase duration="5" state="YY"/>
    </tlLogic>
    <tlLogic id="3898959094" type="static" programID="0" offset="0">
        <phase duration="82" state="GGGG"/>
        <phase duration="3" state="yyyy"/>
        <phase duration="5" state="rrrr"/>
    </tlLogic>
    <tlLogic id="cluster_21672813_257082306_3279047005_3572177101" type="static" programID="0" offset="0">
        <phase duration="42" state="GGrrrGG"/>
        <phase duration="3" state="yyrrryy"/>
        <phase duration="42" state="rrGGGrr"/>
        <phase duration="3" state="rryyyrr"/>
    </tlLogic>
    <tlLogic id="cluster_2552786902_2552793624_3279020395" type="static" programID="0" offset="0">
        <phase duration="55" state="GGGGGGrrr"/>
        <phase duration="5" state="yyyyyyrrr"/>
        <phase duration="25" state="rrrrGGGGG"/>
        <phase duration="5" state="rrrrYYYyy"/>
    </tlLogic>
    <tlLogic id="gneJ65" type="static" programID="0" offset="0">
        <phase duration="20" state="rr"/>
        <phase duration="64" state="GG"/>
        <phase duration="6" state="YY"/>
    </tlLogic>
    <tlLogic id="joinedS_1" type="static" programID="0" offset="0">
        <phase duration="85" state="GGGGrrrrGGGrrrrrr"/>
        <phase duration="3" state="YYYYrrrrYYYrrrrrr"/>
        <phase duration="20" state="rrrrGGGgrrrGGGggG"/>
        <phase duration="3" state="rrrrYYYyrrrYYYYYy"/>
    </tlLogic>

    <junction id="1242030757" type="priority" x="1631.84" y="630.07" incLanes="acton_in_0 acton_in_1" intLanes=":1242030757_0_0 :1242030757_0_1" shape="1629.53,632.43 1634.83,628.68 1633.18,627.05">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="1242030781" type="traffic_light" x="1638.82" y="639.95" incLanes="236535061#7_0 236535061#7_1 338480531#0_0 338480531#0_1 18791360_0 18791360_1 108225250_0 108225250_1" intLanes=":1242030781_0_0 :1242030781_0_1 :1242030781_0_2 :1242030781_0_3 :1242030781_4_0 :1242030781_5_0 :1242030781_6_0 :1242030781_17_0 :1242030781_8_0 :1242030781_8_1 :1242030781_8_2 :1242030781_11_0 :1242030781_18_0 :1242030781_19_0 :1242030781_14_0 :1242030781_20_0 :1242030781_21_0" shape="1643.92,651.85 1649.30,648.09 1649.60,647.70 1651.92,641.55 1647.78,638.29 1639.61,632.88 1635.80,630.05 1630.49,633.80 1629.89,634.71 1628.53,641.06 1631.61,643.05 1636.43,647.42">
        <request index="0" response="00000000000000000" foes="11111100010000100" cont="0"/>
        <request index="1" response="00000000000000000" foes="11111100010001000" cont="0"/>
        <request index="2" response="00000000000000001" foes="11111100010000001" cont="0"/>
        <request index="3" response="00000000000000010" foes="11111100010000010" cont="0"/>
        <request index="4" response="00000011100000000" foes="11011011100000000" cont="0"/>
        <request index="5" response="00000011100000000" foes="11011011101000000" cont="0"/>
        <request index="6" response="00000011100100000" foes="11011011100100000" cont="0"/>
        <request index="7" response="00100111100001111" foes="00100111100001111" cont="1"/>
        <request index="8" response="00000000000000000" foes="11111101011110000" cont="0"/>
        <request index="9" response="00000000100000000" foes="11111100111110000" cont="0"/>
        <request index="10" response="00000000000000000" foes="11111100011110000" cont="0"/>
        <request index="11" response="00000011100001111" foes="00100011110001111" cont="0"/>
        <request index="12" response="00100011101111111" foes="01100011101111111" cont="1"/>
        <request index="13" response="00100011101111111" foes="10100011101111111" cont="1"/>
        <request index="14" response="00000111100001111" foes="00000111110001111" cont="0"/>
        <request index="15" response="00001011101111111" foes="00001011101111111" cont="1"/>
        <request index="16" response="00010011101111111" foes="00010011101111111" cont="1"/>
    </junction>
    <junction id="1242073096" type="traffic_light" x="1847.05" y="1495.49" incLanes="rettifilo_passaggio_0 rettifilo_passaggio_1 gneE9_0 gneE9_1 410301578_0 410301578_1 monteoliveto_in_0" intLanes=":1242073096_0_0 :1242073096_1_0 :1242073096_2_0 :1242073096_2_1 :1242073096_4_0 :1242073096_5_0 :1242073096_5_1 :1242073096_29_0 :1242073096_8_0 :1242073096_9_0 :1242073096_10_0 :1242073096_11_0 :1242073096_11_1 :1242073096_30_0 :1242073096_31_0 :1242073096_15_0 :1242073096_16_0 :1242073096_17_0 :1242073096_18_0 :1242073096_19_0 :1242073096_19_1 :1242073096_21_0 :1242073096_22_0 :1242073096_23_0 :1242073096_24_0 :1242073096_25_0 :1242073096_25_1 :1242073096_32_0 :1242073096_33_0" shape="1852.91,1503.70 1856.45,1490.82 1851.02,1484.25 1837.70,1483.50 1836.87,1486.31 1833.60,1499.28 1839.15,1503.82 1848.57,1506.60" customShape="1">
        <request index="0" response="00000000000000000000000000000" foes="00000011001000001100000000000" cont="0"/>
        <request index="1" response="00000000000000000000000000000" foes="00000011001000001100000000000" cont="0"/>
        <request index="2" response="00000000000000000000000000000" foes="11111111001000111100000100000" cont="0"/>
        <request index="3" response="00000000000000000000000000000" foes="11111111001000111100001000000" cont="0"/>
        <request index="4" response="00000000000000000000001100000" foes="11110000110111111100011100000" cont="0"/>
        <request index="5" response="00000000000000000000000000100" foes="11111111001000111100000000100" cont="0"/>
        <request index="6" response="00000000000000000000000001000" foes="11111111001000111100000001000" cont="0"/>
        <request index="7" response="00000000000000000000000010000" foes="11110000110111111100000010000" cont="1"/>
        <request index="8" response="00000000000000000000000000000" foes="11110000110111111100000000000" cont="0"/>
        <request index="9" response="00000000000000000000000000000" foes="11000000110100000000000000000" cont="0"/>
        <request index="10" response="00000000000000000000000000000" foes="11000000110100000000000000000" cont="0"/>
        <request index="11" response="00000000000000000000111111111" foes="11000011111100000000111111111" cont="0"/>
        <request index="12" response="00000000000000000000111111111" foes="11000011111100000000111111111" cont="0"/>
        <request index="13" response="00000000000000000000111111100" foes="00111111111100000000111111100" cont="1"/>
        <request index="14" response="00000000000000000000111111100" foes="00111111111100000000111111100" cont="1"/>
        <request index="15" response="00000000000000000000110010000" foes="00110000000000000000110010000" cont="0"/>
        <request index="16" response="00000000000000000000110010000" foes="00110000000000000000110010000" cont="0"/>
        <request index="17" response="00000000000000111111110010000" foes="11110000010000111111110010000" cont="0"/>
        <request index="18" response="00000000110000111100001101111" foes="11110001110000111100001101111" cont="0"/>
        <request index="19" response="00000000000100111111110010000" foes="11110000000100111111110010000" cont="0"/>
        <request index="20" response="00000000000000111111110010000" foes="11110000000000111111110010000" cont="0"/>
        <request index="21" response="00000000001000111100001101111" foes="11110000001000111100001101111" cont="0"/>
        <request index="22" response="00000000000000111100001101111" foes="11110000000000111100001101111" cont="0"/>
        <request index="23" response="00000000000000110000001101100" foes="00000000000000110000001101100" cont="0"/>
        <request index="24" response="00000000000000110000001101100" foes="00000000000000110000001101100" cont="0"/>
        <request index="25" response="00000011111111110000111111100" foes="00000011111111110000111111100" cont="0"/>
        <request index="26" response="00000011111111110000111111100" foes="00000011111111110000111111100" cont="0"/>
        <request index="27" response="00000011111100001111111111100" foes="00000011111100001111111111100" cont="1"/>
        <request index="28" response="00000011111100001111111111100" foes="00000011111100001111111111100" cont="1"/>
    </junction>
    <junction id="1242187561" type="traffic_light" x="1847.97" y="780.52" incLanes="236535061#3_0 236535061#3_1 249220519#2_0 249220519#2_1" intLanes=":1242187561_0_0 :1242187561_0_1 :1242187561_0_2 :1242187561_3_0 :1242187561_4_0" shape="1850.87,785.62 1853.79,779.81 1845.20,775.55 1842.35,781.40 1842.99,783.62 1848.91,786.31">
        <request index="0" response="00000" foes="11000" cont="0"/>
        <request index="1" response="00000" foes="11100" cont="0"/>
        <request index="2" response="00010" foes="11010" cont="0"/>
        <request index="3" response="00111" foes="00111" cont="0"/>
        <request index="4" response="00111" foes="00111" cont="0"/>
    </junction>
    <junction id="1494361250" type="priority" x="2333.54" y="1519.83" incLanes="136195461#1_0 136195461#1_1" intLanes=":1494361250_0_0 :1494361250_0_1" shape="2331.00,1521.86 2336.26,1518.04 2330.67,1521.36">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="1494371231" type="traffic_light" x="2211.17" y="1433.04" incLanes="136298446#12.78_0 136298446#12.78_1 495282651_0 495282651_1 495282651_2" intLanes=":1494371231_0_0 :1494371231_1_0 :1494371231_1_1 :1494371231_3_0 :1494371231_3_1 :1494371231_5_0 :1494371231_6_0" shape="2214.08,1439.90 2218.36,1435.00 2218.31,1432.97 2211.51,1425.91 2208.33,1426.92 2204.48,1432.15 2205.32,1434.62 2210.12,1439.01">
        <request index="0" response="0000000" foes="0011000" cont="0"/>
        <request index="1" response="0000000" foes="1111000" cont="0"/>
        <request index="2" response="0000000" foes="1111000" cont="0"/>
        <request index="3" response="0000111" foes="0000111" cont="0"/>
        <request index="4" response="0000111" foes="0000111" cont="0"/>
        <request index="5" response="0000110" foes="0000110" cont="0"/>
        <request index="6" response="0000110" foes="0000110" cont="0"/>
    </junction>
    <junction id="1495355457" type="priority" x="2950.66" y="1822.30" incLanes="via_marina_in_2_0 via_marina_in_2_1" intLanes=":1495355457_0_0 :1495355457_0_1" shape="2950.52,1825.55 2951.09,1819.08 2950.85,1819.05 2950.19,1825.52">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="1729033744" type="traffic_light" x="2241.12" y="1404.21" incLanes="332277757#1_0 332277757#1_1 gneE42_0 gneE42_1" intLanes=":1729033744_0_0 :1729033744_0_1 :1729033744_0_2 :1729033744_3_0 :1729033744_4_0 :1729033744_5_0 :1729033744_6_0 :1729033744_6_1" shape="2250.72,1415.40 2254.60,1410.19 2246.05,1396.26 2231.78,1404.38 2229.74,1408.36 2236.54,1415.42 2237.58,1415.88 2244.08,1416.04">
        <request index="0" response="00000000" foes="00000000" cont="0"/>
        <request index="1" response="00000000" foes="00000100" cont="0"/>
        <request index="2" response="00000010" foes="00000010" cont="0"/>
        <request index="3" response="11000000" foes="11000000" cont="0"/>
        <request index="4" response="11000000" foes="11000000" cont="0"/>
        <request index="5" response="11000000" foes="11000000" cont="0"/>
        <request index="6" response="00000000" foes="00111000" cont="0"/>
        <request index="7" response="00000000" foes="00111000" cont="0"/>
    </junction>
    <junction id="18122043" type="traffic_light" x="2030.21" y="1538.40" incLanes="183280823.4_0 183280823.4_1 -506643421#0_0 -506643421#0_1" intLanes=":18122043_0_0 :18122043_0_1 :18122043_2_0 :18122043_2_1" shape="2030.19,1545.00 2033.10,1532.41 2031.87,1532.01">
        <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="18122065" type="priority" x="1626.87" y="637.38" incLanes="414416873_0 414416873_1" intLanes=":18122065_0_0 :18122065_0_1" shape="1626.81,640.69 1628.17,634.34 1624.52,639.71">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="194087668" type="dead_end" x="1788.21" y="425.83" incLanes="-334878880_0" intLanes="" shape="1788.26,425.81 1785.14,426.91 1788.16,425.85"/>
    <junction id="21672806" type="priority" x="1746.50" y="1011.98" incLanes="248677650#4_0 248677650#4_1" intLanes=":21672806_0_0 :21672806_1_0" shape="1742.61,1010.36 1748.83,1008.47 1748.93,1005.64 1745.96,1004.44 1744.84,1005.01 1741.72,1005.71">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="2177201493" type="priority" x="2307.44" y="1469.50" incLanes="136195461#0_0 136195461#0_1 gneE45_0" intLanes=":2177201493_0_0 :2177201493_0_1 :2177201493_2_0 :2177201493_3_0" shape="2306.56,1475.24 2312.44,1472.47 2309.29,1466.18 2303.64,1469.40 2302.49,1473.02 2304.97,1475.05">
        <request index="0" response="0000" foes="1100" cont="0"/>
        <request index="1" response="0000" foes="1100" cont="0"/>
        <request index="2" response="0011" foes="0011" cont="0"/>
        <request index="3" response="0011" foes="0011" cont="0"/>
    </junction>
    <junction id="2552760531" type="priority" x="1749.77" y="1022.74" incLanes="267292568#0.0_0 267292568#0.0_1" intLanes=":2552760531_0_0 :2552760531_0_1 :2552760531_2_0" shape="1747.19,1025.18 1753.31,1022.97 1754.60,1015.01 1751.66,1013.55 1750.30,1013.30 1744.08,1015.19">
        <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="2552812596" type="priority" x="1949.88" y="869.65" incLanes="236535061#1.67_0 236535061#1.67_1" intLanes=":2552812596_0_0 :2552812596_0_1" shape="1947.02,871.20 1952.87,868.36 1952.72,868.06 1946.91,870.98">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="2552858544" type="priority" x="1804.05" y="876.98" incLanes="gneE32_0 gneE32_1" intLanes=":2552858544_0_0 :2552858544_0_1 :2552858544_0_2" shape="1807.07,878.19 1801.15,875.50 1801.02,875.80 1806.96,878.43">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="000" foes="100" cont="0"/>
        <request index="2" response="010" foes="010" cont="0"/>
    </junction>
    <junction id="257082347" type="priority" x="2080.51" y="1566.39" incLanes="504682419#0.1_0 504682419#0.1_1" intLanes=":257082347_0_0 :257082347_0_1 :257082347_0_2 :257082347_0_3" shape="2079.09,1569.35 2082.69,1563.94 2077.74,1568.15">
        <request index="0" response="0000" foes="0100" cont="0"/>
        <request index="1" response="0000" foes="1000" cont="0"/>
        <request index="2" response="0001" foes="0001" cont="0"/>
        <request index="3" response="0010" foes="0010" cont="0"/>
    </junction>
    <junction id="2668673728" type="priority" x="1859.58" y="1498.83" incLanes="19067517_0 19067517_1 -506643421#5_0 -506643421#5_1" intLanes=":2668673728_0_0 :2668673728_0_1 :2668673728_2_0 :2668673728_2_1" shape="1858.15,1505.22 1861.29,1492.50 1861.13,1492.46 1857.76,1505.12">
        <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="2668674337" type="priority" x="1772.62" y="1478.45" incLanes="-510115565#1_0 -510115565#1_1 diaz_in_0 diaz_in_1" intLanes=":2668674337_0_0 :2668674337_1_0 :2668674337_2_0 :2668674337_2_1" shape="1776.24,1485.85 1778.79,1473.00 1772.49,1471.72 1771.11,1478.07 1769.12,1482.00 1773.70,1486.61">
        <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="3101613979" type="dead_end" x="1528.75" y="1425.27" incLanes="" intLanes="" shape="1528.76,1425.22 1530.15,1418.87"/>
    <junction id="3279011427" type="priority" x="2470.18" y="1651.55" incLanes="136195461#2_0 136195461#2_1" intLanes=":3279011427_0_0 :3279011427_0_1" shape="2468.34,1654.23 2472.17,1648.98 2468.06,1654.01">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3279035942" type="priority" x="1677.92" y="675.60" incLanes="236535061#5_0 236535061#5_1" intLanes=":3279035942_0_0 :3279035942_0_1 :3279035942_2_0 :3279035942_2_1" shape="1677.68,679.48 1681.58,674.28 1665.48,662.14 1661.56,667.33 1661.31,667.85 1659.65,674.14">
        <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="3279035965" type="priority" x="1960.51" y="864.94" incLanes="acton_in_2_0 acton_in_2_1" intLanes=":3279035965_0_0 :3279035965_0_1" shape="1957.65,866.49 1963.50,863.65 1963.39,863.42 1957.51,866.19">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3279045879" type="priority" x="1800.75" y="757.30" incLanes="236535061#4_0 236535061#4_1" intLanes=":3279045879_0_0 :3279045879_0_1" shape="1799.37,760.25 1802.35,754.47 1802.03,754.31 1799.25,760.19">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3304647814" type="traffic_light" x="2143.43" y="1603.21" incLanes="19067578#11_0 19067578#11_1" intLanes=":3304647814_0_0 :3304647814_0_1 :3304647814_0_2" shape="2141.43,1605.78 2145.62,1600.80 2145.31,1600.56 2141.35,1605.71">
        <request index="0" response="000" foes="010" cont="0"/>
        <request index="1" response="001" foes="001" cont="0"/>
        <request index="2" response="000" foes="000" cont="0"/>
    </junction>
    <junction id="3304647815" type="traffic_light" x="2151.82" y="1595.01" incLanes="183284148.43_0 183284148.43_1" intLanes=":3304647815_0_0 :3304647815_0_1" shape="2149.85,1597.60 2153.99,1592.59 2153.86,1592.47 2149.59,1597.37">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3304668883" type="priority" x="1849.20" y="1474.24" incLanes="gneE7_0 gneE7_1" intLanes=":3304668883_0_0 :3304668883_0_1" shape="1845.96,1474.53 1852.45,1474.18 1852.43,1473.82 1845.95,1474.42">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3304668888" type="priority" x="1840.68" y="1474.99" incLanes="8041195#0_0 8041195#0_1" intLanes=":3304668888_0_0 :3304668888_0_1" shape="1837.48,1475.56 1843.91,1474.60 1837.44,1475.19">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3393943615" type="priority" x="1928.47" y="1125.19" incLanes="108228233#3.0_0 108228233#3.0_1 108228233#3.0_2 135768634#1.6_0 135768634#1.6_1" intLanes=":3393943615_0_0 :3393943615_1_0 :3393943615_2_0 :3393943615_3_0 :3393943615_4_0 :3393943615_5_0 :3393943615_5_1" shape="1925.61,1131.38 1934.75,1127.85 1935.61,1125.91 1933.26,1119.85 1921.38,1124.34 1923.64,1130.44">
        <request index="0" response="0000000" foes="1100100" cont="0"/>
        <request index="1" response="0000000" foes="1111000" cont="0"/>
        <request index="2" response="0000001" foes="1100001" cont="0"/>
        <request index="3" response="0000010" foes="1110010" cont="0"/>
        <request index="4" response="0001010" foes="1101010" cont="0"/>
        <request index="5" response="0011111" foes="0011111" cont="0"/>
        <request index="6" response="0011111" foes="0011111" cont="0"/>
    </junction>
    <junction id="3395405981" type="right_before_left" x="1816.63" y="1197.75" incLanes="8041194#1_0 8041194#1_1" intLanes=":3395405981_0_0 :3395405981_0_1" shape="1813.44,1198.37 1819.87,1197.43 1819.82,1197.11 1813.40,1198.10">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3455594756" type="priority" x="1658.42" y="648.94" incLanes="243494285_0 243494285_1" intLanes=":3455594756_0_0 :3455594756_0_1" shape="1656.67,651.69 1660.45,646.40 1659.86,646.02">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="3455594757" type="priority" x="1654.11" y="616.88" incLanes="334878880_0 334878880_1 -338480531#0_0" intLanes=":3455594757_0_0 :3455594757_0_1 :3455594757_2_0" shape="1659.66,620.36 1651.48,614.97 1651.32,615.21 1659.49,620.62">
        <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="3457855707" type="priority" x="1768.88" y="1004.57" incLanes="gneE48_0 gneE48_1 gneE51_0" intLanes=":3457855707_0_0 :3457855707_0_1 :3457855707_2_0" shape="1766.21,1007.28 1772.51,1005.69 1769.58,998.70 1763.77,1001.61 1763.12,1003.67 1764.26,1006.72">
        <request index="0" response="000" foes="100" cont="0"/>
        <request index="1" response="000" foes="100" cont="0"/>
        <request index="2" response="011" foes="011" cont="0"/>
    </junction>
    <junction id="3898959094" type="traffic_light" x="2229.18" y="1675.29" incLanes="corso_umberto_in_0 corso_umberto_in_1" intLanes=":3898959094_0_0 :3898959094_0_1 :3898959094_0_2 :3898959094_0_3" shape="2227.22,1677.89 2231.37,1672.88 2231.16,1672.71 2226.97,1677.68">
        <request index="0" response="0000" foes="0100" cont="0"/>
        <request index="1" response="0000" foes="1000" cont="0"/>
        <request index="2" response="0001" foes="0001" cont="0"/>
        <request index="3" response="0010" foes="0010" cont="0"/>
    </junction>
    <junction id="444805849" type="priority" x="1734.24" y="973.92" incLanes="gneE46_0 108238331_0 108238331_1" intLanes=":444805849_0_0 :444805849_1_0 :444805849_1_1" shape="1732.31,976.55 1737.67,968.37 1736.17,967.67">
        <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="4948240473" type="priority" x="1712.85" y="964.57" incLanes="-108238331_0 san_carlo_in_0 san_carlo_in_1" intLanes=":4948240473_0_0 :4948240473_0_1 :4948240473_2_0 :4948240473_2_1 :4948240473_2_2" shape="1712.73,968.03 1716.64,959.11 1713.74,957.87 1708.88,970.04">
        <request index="0" response="00000" foes="00000" cont="0"/>
        <request index="1" response="00000" foes="00000" cont="0"/>
        <request index="2" response="00000" foes="00000" cont="0"/>
        <request index="3" response="00000" foes="10000" cont="0"/>
        <request index="4" response="01000" foes="01000" cont="0"/>
    </junction>
    <junction id="5004911337" type="dead_end" x="1631.54" y="1901.85" incLanes="monteoliveto_out_0 monteoliveto_out_1" intLanes="" shape="1631.50,1901.83 1637.33,1904.92 1631.58,1901.87"/>
    <junction id="5277697428" type="priority" x="1809.11" y="1198.65" incLanes="8041195#2_0 8041195#2_1" intLanes=":5277697428_0_0 :5277697428_0_1" shape="1805.90,1199.19 1812.34,1198.29 1812.28,1197.92">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="594983877" type="priority" x="2062.19" y="1474.73" incLanes="gneE14_0 gneE14_1" intLanes=":594983877_0_0 :594983877_0_1 :594983877_0_2" shape="2059.23,1476.08 2065.25,1473.63 2065.18,1473.45 2059.10,1475.76">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="000" foes="100" cont="0"/>
        <request index="2" response="010" foes="010" cont="0"/>
    </junction>
    <junction id="635904115" type="priority" x="2319.74" y="1540.88" incLanes="via_marina_in.1_0 via_marina_in.1_1" intLanes=":635904115_0_0 :635904115_0_1" shape="2317.50,1543.24 2322.16,1538.71 2321.91,1538.46 2317.38,1543.12">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="635904168" type="priority" x="1982.27" y="1264.50" incLanes="23785250#5_0 23785250#5_1 207466753#3.0_0 207466753#3.0_1" intLanes=":635904168_0_0 :635904168_0_1 :635904168_2_0 :635904168_3_0 :635904168_3_1 :635904168_9_0 :635904168_6_0 :635904168_6_1 :635904168_10_0" shape="1983.69,1277.37 1989.76,1275.06 1990.44,1274.55 1994.29,1269.32 1987.66,1256.33 1984.99,1254.55 1983.62,1254.40 1974.48,1257.93">
        <request index="0" response="000000000" foes="011000000" cont="0"/>
        <request index="1" response="000000000" foes="011001000" cont="0"/>
        <request index="2" response="000011000" foes="111111000" cont="0"/>
        <request index="3" response="000000010" foes="011000010" cont="0"/>
        <request index="4" response="000000000" foes="011000000" cont="0"/>
        <request index="5" response="000000100" foes="111000100" cont="1"/>
        <request index="6" response="000111111" foes="000111111" cont="0"/>
        <request index="7" response="000111111" foes="000111111" cont="0"/>
        <request index="8" response="000100100" foes="000100100" cont="1"/>
    </junction>
    <junction id="cluster_1936597508_2485226800" type="priority" x="2178.96" y="1468.28" incLanes="136197424#0_0 136197424#0_1" intLanes=":cluster_1936597508_2485226800_0_0 :cluster_1936597508_2485226800_0_1" shape="2184.18,1467.39 2179.38,1463.01 2177.78,1464.67 2182.70,1468.93">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="cluster_1936597511_2177201509" type="priority" x="2280.44" y="1502.48" incLanes="136298446#9_0 136298446#9_1" intLanes=":cluster_1936597511_2177201509_0_0 :cluster_1936597511_2177201509_0_1 :cluster_1936597511_2177201509_2_0" shape="2280.55,1507.28 2285.08,1502.62 2284.86,1499.61 2282.38,1497.58 2280.42,1497.64 2275.62,1502.02">
        <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="cluster_21672801_2552944784_2552986125_2564629617" type="dead_end" x="1474.82" y="759.88" incLanes="san_carlo_out_0 san_carlo_out_1" intLanes="" shape="1474.85,759.84 1471.40,765.47 1474.79,759.92"/>
    <junction id="cluster_21672813_257082306_3279047005_3572177101" type="traffic_light" x="1808.79" y="1176.22" incLanes="546119073#0_0 546119073#0_1 -23737619#0_0 -23737619#0_1 san_carlo_passaggio_0 san_carlo_passaggio_1" intLanes=":cluster_21672813_257082306_3279047005_3572177101_0_0 :cluster_21672813_257082306_3279047005_3572177101_0_1 :cluster_21672813_257082306_3279047005_3572177101_2_0 :cluster_21672813_257082306_3279047005_3572177101_3_0 :cluster_21672813_257082306_3279047005_3572177101_4_0 :cluster_21672813_257082306_3279047005_3572177101_5_0 :cluster_21672813_257082306_3279047005_3572177101_5_1" shape="1802.73,1183.25 1817.33,1180.99 1817.09,1169.81 1814.84,1163.72 1812.23,1163.09 1798.73,1167.94">
        <request index="0" response="0000000" foes="0010000" cont="0"/>
        <request index="1" response="0000000" foes="0010000" cont="0"/>
        <request index="2" response="1100000" foes="1100000" cont="0"/>
        <request index="3" response="1100000" foes="1100000" cont="0"/>
        <request index="4" response="1100011" foes="1100011" cont="0"/>
        <request index="5" response="0000000" foes="0011100" cont="0"/>
        <request index="6" response="0000000" foes="0011100" cont="0"/>
    </junction>
    <junction id="cluster_2552786902_2552793624_3279020395" type="traffic_light" x="2055.49" y="1076.11" incLanes="510115566#0.8.276_0 510115566#0.8.276_1 338480532#7_0 338480532#7_1" intLanes=":cluster_2552786902_2552793624_3279020395_0_0 :cluster_2552786902_2552793624_3279020395_1_0 :cluster_2552786902_2552793624_3279020395_2_0 :cluster_2552786902_2552793624_3279020395_2_1 :cluster_2552786902_2552793624_3279020395_4_0 :cluster_2552786902_2552793624_3279020395_4_1 :cluster_2552786902_2552793624_3279020395_4_2 :cluster_2552786902_2552793624_3279020395_7_0 :cluster_2552786902_2552793624_3279020395_8_0" shape="2052.87,1087.85 2067.46,1079.62 2059.94,1061.62 2043.81,1069.63 2044.27,1076.90 2046.61,1082.96">
        <request index="0" response="000000000" foes="110000000" cont="0"/>
        <request index="1" response="000000000" foes="110000000" cont="0"/>
        <request index="2" response="000000000" foes="110000000" cont="0"/>
        <request index="3" response="000000000" foes="110000000" cont="0"/>
        <request index="4" response="000000000" foes="000000000" cont="0"/>
        <request index="5" response="000000000" foes="001000000" cont="0"/>
        <request index="6" response="000100000" foes="000100000" cont="0"/>
        <request index="7" response="000001111" foes="000001111" cont="0"/>
        <request index="8" response="000001111" foes="000001111" cont="0"/>
    </junction>
    <junction id="gneJ100" type="dead_end" x="2240.86" y="1404.10" incLanes="gneE69_0" intLanes="" shape="2240.82,1404.12 2243.69,1402.50 2240.90,1404.08"/>
    <junction id="gneJ101" type="dead_end" x="2088.11" y="1166.41" incLanes="gneE53.0.0.0_0" intLanes="" shape="2086.53,1163.57 2088.09,1166.37"/>
    <junction id="gneJ104" type="priority" x="3186.22" y="2364.86" incLanes="via_marina_out_4_0 via_marina_out_4_1" intLanes=":gneJ104_0_0 :gneJ104_0_1" shape="3186.17,2364.85 3179.72,2364.09 3186.17,2364.85">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ13" type="dead_end" x="1620.26" y="1563.74" incLanes="diaz_out_0 diaz_out_1" intLanes="" shape="1622.97,1569.70 1620.28,1563.79"/>
    <junction id="gneJ14" type="priority" x="2071.81" y="1556.16" incLanes="gneE10_0 gneE10_1" intLanes=":gneJ14_0_0 :gneJ14_0_1 :gneJ14_2_0 :gneJ14_2_1 :gneJ14_2_2 :gneJ14_2_3" shape="2071.47,1560.78 2076.42,1556.57 2076.35,1552.59 2070.15,1550.63 2068.27,1551.59 2066.27,1557.78">
        <request index="0" response="000000" foes="000000" cont="0"/>
        <request index="1" response="000000" foes="000000" cont="0"/>
        <request index="2" response="000000" foes="010000" cont="0"/>
        <request index="3" response="000000" foes="100000" cont="0"/>
        <request index="4" response="000100" foes="000100" cont="0"/>
        <request index="5" response="001000" foes="001000" cont="0"/>
    </junction>
    <junction id="gneJ17" type="priority" x="2086.47" y="1534.17" incLanes="23785261.0_0 23785261.0_1 gneE11_0 gneE11_1" intLanes=":gneJ17_0_0 :gneJ17_1_0 :gneJ17_2_0 :gneJ17_2_1 :gneJ17_2_2 :gneJ17_5_0 :gneJ17_6_0 :gneJ17_7_0 :gneJ17_7_1 :gneJ17_7_2 :gneJ17_7_3" shape="2090.10,1537.45 2090.16,1530.96 2087.35,1527.72 2081.33,1530.18 2072.55,1532.89 2073.52,1539.32 2074.35,1540.47 2078.81,1546.14">
        <request index="0" response="00000100000" foes="00000100000" cont="0"/>
        <request index="1" response="00001100000" foes="00001100000" cont="0"/>
        <request index="2" response="01011100000" foes="01011101000" cont="0"/>
        <request index="3" response="01011100100" foes="01011100100" cont="0"/>
        <request index="4" response="11111100000" foes="11111100000" cont="0"/>
        <request index="5" response="00000000000" foes="00000011111" cont="0"/>
        <request index="6" response="00000000000" foes="00000011110" cont="0"/>
        <request index="7" response="00000000000" foes="01000011100" cont="0"/>
        <request index="8" response="00000000000" foes="10000010000" cont="0"/>
        <request index="9" response="00010000000" foes="00010011100" cont="0"/>
        <request index="10" response="00100000000" foes="00100010000" cont="0"/>
    </junction>
    <junction id="gneJ18" type="priority" x="2101.75" y="1572.09" incLanes="19067578#12.0_0 19067578#12.0_1 gneE15_0 gneE15_1" intLanes=":gneJ18_0_0 :gneJ18_0_1 :gneJ18_0_2 :gneJ18_3_0 :gneJ18_3_1 :gneJ18_3_2 :gneJ18_3_3" shape="2103.73,1577.61 2107.61,1572.39 2107.34,1570.33 2102.28,1566.25 2098.63,1569.00 2098.98,1575.49">
        <request index="0" response="0101000" foes="0101010" cont="0"/>
        <request index="1" response="0101001" foes="0101001" cont="0"/>
        <request index="2" response="1111000" foes="1111000" cont="0"/>
        <request index="3" response="0000000" foes="0100111" cont="0"/>
        <request index="4" response="0000000" foes="1000100" cont="0"/>
        <request index="5" response="0001000" foes="0001111" cont="0"/>
        <request index="6" response="0010000" foes="0010100" cont="0"/>
    </junction>
    <junction id="gneJ21" type="priority" x="2113.07" y="1558.05" incLanes="136197424#4.0.35_0 136197424#4.0.35_1 gneE12_0 gneE12_1" intLanes=":gneJ21_0_0 :gneJ21_1_0 :gneJ21_2_0 :gneJ21_3_0 :gneJ21_4_0 :gneJ21_4_1 :gneJ21_6_0 :gneJ21_6_1 :gneJ21_8_0 :gneJ21_9_0 :gneJ21_10_0 :gneJ21_10_1" shape="2114.44,1563.91 2118.97,1559.25 2119.72,1542.11 2113.36,1540.78 2112.34,1540.94 2105.27,1542.00 2107.36,1559.95 2112.42,1564.03">
        <request index="0" response="000001000000" foes="000001000000" cont="0"/>
        <request index="1" response="001011000000" foes="001011001000" cont="0"/>
        <request index="2" response="011111000000" foes="011111010000" cont="0"/>
        <request index="3" response="001011000110" foes="001011000110" cont="0"/>
        <request index="4" response="011111000100" foes="011111000100" cont="0"/>
        <request index="5" response="111111000000" foes="111111000000" cont="0"/>
        <request index="6" response="000000000000" foes="000000111111" cont="0"/>
        <request index="7" response="000000000000" foes="001000111110" cont="0"/>
        <request index="8" response="000000000000" foes="010000110100" cont="0"/>
        <request index="9" response="000010000000" foes="000010111110" cont="0"/>
        <request index="10" response="000100000000" foes="000100110100" cont="0"/>
        <request index="11" response="000000000000" foes="000000100000" cont="0"/>
    </junction>
    <junction id="gneJ22" type="priority" x="2235.00" y="1663.57" incLanes="27181606#2.0_0 27181606#2.0_1" intLanes=":gneJ22_0_0 :gneJ22_0_1" shape="2233.04,1666.16 2237.19,1661.17 2236.95,1660.97 2232.82,1665.98">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ23" type="priority" x="2553.95" y="1724.65" incLanes="via_marina_in_3_0 via_marina_in_3_1" intLanes=":gneJ23_0_0 :gneJ23_0_1" shape="2552.66,1727.64 2555.51,1721.79 2555.27,1721.68 2552.36,1727.49">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ35" type="priority" x="1767.54" y="959.74" incLanes="gneE50_0 gneE50_1" intLanes=":gneJ35_0_0 :gneJ35_0_1 :gneJ35_0_2" shape="1770.57,960.92 1764.63,958.29 1764.50,958.59 1770.46,961.16">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="000" foes="100" cont="0"/>
        <request index="2" response="010" foes="010" cont="0"/>
    </junction>
    <junction id="gneJ51" type="priority" x="2017.16" y="1008.64" incLanes="marina_passaggio_0 marina_passaggio_1" intLanes=":gneJ51_0_0 :gneJ51_0_1" shape="2014.31,1010.22 2020.14,1007.33 2020.02,1007.09 2014.17,1009.92">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ56" type="priority" x="2239.80" y="1458.02" incLanes="136298446#12.0_0 136298446#12.0_1" intLanes=":gneJ56_0_0 :gneJ56_0_1 :gneJ56_0_2 :gneJ56_3_0 :gneJ56_3_1" shape="2239.30,1462.29 2244.09,1457.90 2243.26,1449.68 2236.76,1449.52 2235.59,1450.03 2231.32,1454.93">
        <request index="0" response="00000" foes="00000" cont="0"/>
        <request index="1" response="00000" foes="00100" cont="0"/>
        <request index="2" response="00010" foes="00010" cont="0"/>
        <request index="3" response="00000" foes="00000" cont="0"/>
        <request index="4" response="00000" foes="00000" cont="0"/>
    </junction>
    <junction id="gneJ57" type="priority" x="1756.74" y="984.75" incLanes="gneE47_0 gneE47_1 gneE49_0" intLanes=":gneJ57_0_0 :gneJ57_1_0 :gneJ57_2_0 :gneJ57_2_1 :gneJ57_2_2 :gneJ57_5_0 :gneJ57_5_1" shape="1756.72,989.59 1761.55,985.24 1761.85,981.11 1755.88,978.54 1754.03,979.09 1750.47,984.53 1751.87,988.15 1754.80,989.44">
        <request index="0" response="0000000" foes="1100000" cont="0"/>
        <request index="1" response="0000000" foes="1100000" cont="0"/>
        <request index="2" response="0000000" foes="1101000" cont="0"/>
        <request index="3" response="0000100" foes="1100100" cont="0"/>
        <request index="4" response="0000000" foes="1100000" cont="0"/>
        <request index="5" response="0011111" foes="0011111" cont="0"/>
        <request index="6" response="0011111" foes="0011111" cont="0"/>
    </junction>
    <junction id="gneJ60" type="priority" x="2030.94" y="1198.21" incLanes="gneE52_0" intLanes=":gneJ60_0_0" shape="2030.91,1198.17 2029.35,1195.37 2028.35,1196.24">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="gneJ62" type="priority" x="2097.17" y="1161.24" incLanes="510115566#0.8.0_0 510115566#0.8.0_1" intLanes=":gneJ62_0_0 :gneJ62_0_1" shape="2094.42,1162.97 2100.07,1159.76 2099.94,1159.54 2094.26,1162.68">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ65" type="traffic_light" x="2116.83" y="1540.05" incLanes="136197424#4.0.0_0 136197424#4.0.0_1" intLanes=":gneJ65_0_0 :gneJ65_0_1" shape="2119.84,1541.54 2114.92,1537.29 2113.48,1540.21">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ67" type="dead_end" x="3126.31" y="2419.41" incLanes="" intLanes="" shape="3128.38,2416.91 3124.24,2421.91"/>
    <junction id="gneJ68" type="priority" x="3133.42" y="2410.34" incLanes="corso_umberto_out_0 corso_umberto_out_1" intLanes=":gneJ68_0_0 :gneJ68_0_1" shape="3134.02,2413.68 3134.75,2407.22 3130.59,2412.22">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ70" type="priority" x="3247.63" y="1848.44" incLanes="via_marina_in_0 via_marina_in_1 gneE60_0 via_marina_out_4.54_0 via_marina_out_4.54_1" intLanes=":gneJ70_0_0 :gneJ70_0_1 :gneJ70_0_2 :gneJ70_3_0 :gneJ70_4_0 :gneJ70_5_0 :gneJ70_6_0" shape="3253.28,1852.02 3253.65,1845.53 3253.41,1844.63 3251.67,1841.95 3249.81,1841.74 3246.62,1841.47 3239.79,1844.49 3239.22,1850.96 3240.54,1852.58 3247.00,1853.35">
        <request index="0" response="0000000" foes="1111010" cont="0"/>
        <request index="1" response="0000001" foes="1111001" cont="0"/>
        <request index="2" response="0000000" foes="1111000" cont="0"/>
        <request index="3" response="1100111" foes="1100111" cont="0"/>
        <request index="4" response="1100111" foes="1100111" cont="0"/>
        <request index="5" response="0000111" foes="0011111" cont="0"/>
        <request index="6" response="0000111" foes="0011111" cont="0"/>
    </junction>
    <junction id="gneJ73" type="priority" x="3249.18" y="1830.40" incLanes="via_marina_out_2_0 via_marina_out_2_1" intLanes=":gneJ73_0_0 :gneJ73_0_1 :gneJ73_2_0" shape="3252.00,1833.83 3252.39,1827.34 3246.39,1826.89 3245.81,1833.36 3247.18,1834.99 3250.37,1835.26">
        <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="gneJ74" type="priority" x="2948.74" y="1803.60" incLanes="via_marina_out_3_0 via_marina_out_3_1" intLanes=":gneJ74_0_0 :gneJ74_0_1" shape="2948.60,1806.85 2949.18,1800.38 2948.85,1800.35 2948.33,1806.83">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ76" type="priority" x="3179.80" y="2418.88" incLanes="gneE63_0 gneE63_1" intLanes=":gneJ76_0_0 :gneJ76_1_0" shape="3180.52,2412.41 3174.06,2411.64 3173.34,2418.10">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ78" type="dead_end" x="3408.39" y="1839.08" incLanes="via_marina_out_0 via_marina_out_1" intLanes="" shape="3408.56,1835.83 3408.22,1842.33"/>
    <junction id="gneJ80" type="dead_end" x="3411.88" y="1857.99" incLanes="" intLanes="" shape="3412.07,1854.75 3411.69,1861.23"/>
    <junction id="gneJ83" type="priority" x="3273.20" y="1831.87" incLanes="gneE61.0_0 gneE61.0_1 gneE62_0" intLanes=":gneJ83_0_0 :gneJ83_0_1 :gneJ83_2_0 :gneJ83_2_1" shape="3269.97,1834.95 3270.32,1828.46 3262.05,1827.93 3261.65,1834.42 3261.89,1835.33 3263.63,1838.01">
        <request index="0" response="0000" foes="1100" cont="0"/>
        <request index="1" response="0000" foes="1100" cont="0"/>
        <request index="2" response="0011" foes="0011" cont="0"/>
        <request index="3" response="0011" foes="0011" cont="0"/>
    </junction>
    <junction id="gneJ90" type="dead_end" x="1060.41" y="241.16" incLanes="" intLanes="" shape="1058.58,243.85 1062.24,238.47"/>
    <junction id="gneJ91" type="dead_end" x="1055.18" y="249.82" incLanes="acton_out_0 acton_out_1" intLanes="" shape="1053.36,252.52 1057.00,247.12"/>
    <junction id="gneJ93" type="priority" x="1954.35" y="867.35" incLanes="-gneE68_0 -gneE66_0" intLanes=":gneJ93_0_0 :gneJ93_1_0" shape="1951.49,868.91 1957.34,866.06 1957.19,865.77 1951.37,868.66">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ94" type="priority" x="1803.67" y="752.32" incLanes="gneE66_0 -gneE67_0" intLanes=":gneJ94_0_0 :gneJ94_1_0" shape="1802.36,755.30 1805.27,749.49 1804.98,749.34 1801.95,755.09">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ97" type="dead_end" x="1653.45" y="652.00" incLanes="gneE67_0" intLanes="" shape="1653.48,651.96 1655.37,649.38 1651.54,654.63"/>
    <junction id="gneJ98" type="dead_end" x="2055.40" y="1074.54" incLanes="gneE68_0" intLanes="" shape="2055.36,1074.56 2058.32,1073.12 2055.44,1074.52"/>
    <junction id="gneJ99" type="dead_end" x="2055.93" y="1077.38" incLanes="-gneE69_0" intLanes="" shape="2055.97,1077.36 2053.10,1078.98 2055.89,1077.40"/>

    <junction id=":1242030781_17_0" type="internal" x="1641.20" y="637.00" incLanes=":1242030781_7_0 108225250_0 108225250_1" intLanes=":1242030781_0_0 :1242030781_0_1 :1242030781_0_2 :1242030781_0_3 :1242030781_8_0 :1242030781_8_1 :1242030781_8_2 :1242030781_11_0 :1242030781_14_0"/>
    <junction id=":1242030781_18_0" type="internal" x="1641.78" y="640.16" incLanes=":1242030781_12_0 338480531#0_0 338480531#0_1" intLanes=":1242030781_0_0 :1242030781_0_1 :1242030781_0_2 :1242030781_0_3 :1242030781_4_0 :1242030781_5_0 :1242030781_6_0 :1242030781_8_0 :1242030781_8_1 :1242030781_8_2 :1242030781_14_0"/>
    <junction id=":1242030781_19_0" type="internal" x="1643.69" y="643.21" incLanes=":1242030781_13_0 338480531#0_0 338480531#0_1" intLanes=":1242030781_0_0 :1242030781_0_1 :1242030781_0_2 :1242030781_0_3 :1242030781_4_0 :1242030781_5_0 :1242030781_6_0 :1242030781_8_0 :1242030781_8_1 :1242030781_8_2 :1242030781_14_0"/>
    <junction id=":1242030781_20_0" type="internal" x="1642.33" y="641.71" incLanes=":1242030781_15_0 338480531#0_0 338480531#0_1" intLanes=":1242030781_0_0 :1242030781_0_1 :1242030781_0_2 :1242030781_0_3 :1242030781_4_0 :1242030781_5_0 :1242030781_6_0 :1242030781_8_0 :1242030781_8_1 :1242030781_8_2"/>
    <junction id=":1242030781_21_0" type="internal" x="1644.35" y="643.93" incLanes=":1242030781_16_0 338480531#0_0 338480531#0_1" intLanes=":1242030781_0_0 :1242030781_0_1 :1242030781_0_2 :1242030781_0_3 :1242030781_4_0 :1242030781_5_0 :1242030781_6_0 :1242030781_8_0 :1242030781_8_1 :1242030781_8_2"/>
    <junction id=":1242073096_29_0" type="internal" x="1847.06" y="1495.54" incLanes=":1242073096_7_0" intLanes=":1242073096_11_0 :1242073096_11_1 :1242073096_13_0 :1242073096_14_0 :1242073096_15_0 :1242073096_16_0 :1242073096_17_0 :1242073096_19_0 :1242073096_19_1 :1242073096_25_0 :1242073096_25_1 :1242073096_27_0 :1242073096_28_0"/>
    <junction id=":1242073096_30_0" type="internal" x="1847.56" y="1491.13" incLanes=":1242073096_13_0 rettifilo_passaggio_0 rettifilo_passaggio_1" intLanes=":1242073096_2_0 :1242073096_2_1 :1242073096_4_0 :1242073096_5_0 :1242073096_5_1 :1242073096_7_0 :1242073096_8_0 :1242073096_17_0 :1242073096_18_0 :1242073096_19_0 :1242073096_19_1 :1242073096_21_0 :1242073096_22_0 :1242073096_23_0 :1242073096_24_0 :1242073096_25_0 :1242073096_25_1"/>
    <junction id=":1242073096_31_0" type="internal" x="1847.17" y="1490.34" incLanes=":1242073096_14_0 rettifilo_passaggio_0 rettifilo_passaggio_1" intLanes=":1242073096_2_0 :1242073096_2_1 :1242073096_4_0 :1242073096_5_0 :1242073096_5_1 :1242073096_7_0 :1242073096_8_0 :1242073096_17_0 :1242073096_18_0 :1242073096_19_0 :1242073096_19_1 :1242073096_21_0 :1242073096_22_0 :1242073096_23_0 :1242073096_24_0 :1242073096_25_0 :1242073096_25_1"/>
    <junction id=":1242073096_32_0" type="internal" x="1847.01" y="1495.55" incLanes=":1242073096_27_0 410301578_0 410301578_1" intLanes=":1242073096_2_0 :1242073096_2_1 :1242073096_4_0 :1242073096_5_0 :1242073096_5_1 :1242073096_7_0 :1242073096_8_0 :1242073096_9_0 :1242073096_10_0 :1242073096_11_0 :1242073096_11_1 :1242073096_17_0 :1242073096_18_0 :1242073096_19_0 :1242073096_19_1 :1242073096_21_0 :1242073096_22_0"/>
    <junction id=":1242073096_33_0" type="internal" x="1849.18" y="1496.09" incLanes=":1242073096_28_0 410301578_0 410301578_1" intLanes=":1242073096_2_0 :1242073096_2_1 :1242073096_4_0 :1242073096_5_0 :1242073096_5_1 :1242073096_7_0 :1242073096_8_0 :1242073096_9_0 :1242073096_10_0 :1242073096_11_0 :1242073096_11_1 :1242073096_17_0 :1242073096_18_0 :1242073096_19_0 :1242073096_19_1 :1242073096_21_0 :1242073096_22_0"/>
    <junction id=":635904168_9_0" type="internal" x="1987.03" y="1271.86" incLanes=":635904168_5_0" intLanes=":635904168_6_0 :635904168_6_1 :635904168_8_0"/>
    <junction id=":635904168_10_0" type="internal" x="1986.73" y="1263.84" incLanes=":635904168_8_0 23785250#5_0 23785250#5_1" intLanes=":635904168_2_0 :635904168_5_0"/>

    <connection from="-108238331" to="san_carlo_out" fromLane="0" toLane="0" via=":4948240473_0_0" dir="s" state="M"/>
    <connection from="-108238331" to="san_carlo_out" fromLane="0" toLane="1" via=":4948240473_0_1" dir="s" state="M"/>
    <connection from="-23737619#0" to="8041194#1" fromLane="0" toLane="0" via=":cluster_21672813_257082306_3279047005_3572177101_2_0" tl="cluster_21672813_257082306_3279047005_3572177101" linkIndex="2" dir="r" state="o"/>
    <connection from="-23737619#0" to="8041194#1" fromLane="1" toLane="1" via=":cluster_21672813_257082306_3279047005_3572177101_3_0" tl="cluster_21672813_257082306_3279047005_3572177101" linkIndex="3" dir="r" state="o"/>
    <connection from="-23737619#0" to="267292568#0.0" fromLane="1" toLane="1" via=":cluster_21672813_257082306_3279047005_3572177101_4_0" tl="cluster_21672813_257082306_3279047005_3572177101" linkIndex="4" dir="l" state="o"/>
    <connection from="-338480531#0" to="-334878880" fromLane="0" toLane="0" via=":3455594757_2_0" dir="s" state="M"/>
    <connection from="-506643421#0" to="23785261.0" fromLane="0" toLane="0" via=":18122043_2_0" tl="18122043" linkIndex="2" dir="s" state="o"/>
    <connection from="-506643421#0" to="23785261.0" fromLane="1" toLane="1" via=":18122043_2_1" tl="18122043" linkIndex="3" dir="s" state="o"/>
    <connection from="-506643421#5" to="-506643421#0" fromLane="0" toLane="0" via=":2668673728_2_0" dir="s" state="M"/>
    <connection from="-506643421#5" to="-506643421#0" fromLane="1" toLane="1" via=":2668673728_2_1" dir="s" state="M"/>
    <connection from="-510115565#1" to="diaz_out" fromLane="0" toLane="0" via=":2668674337_0_0" dir="r" state="M"/>
    <connection from="-510115565#1" to="diaz_out" fromLane="1" toLane="1" via=":2668674337_1_0" dir="r" state="M"/>
    <connection from="-gneE66" to="gneE68" fromLane="0" toLane="0" via=":gneJ93_1_0" dir="s" state="M"/>
    <connection from="-gneE67" to="-gneE66" fromLane="0" toLane="0" via=":gneJ94_1_0" dir="s" state="M"/>
    <connection from="-gneE68" to="gneE66" fromLane="0" toLane="0" via=":gneJ93_0_0" dir="s" state="M"/>
    <connection from="108225250" to="-338480531#0" fromLane="0" toLane="0" via=":1242030781_11_0" tl="joinedS_1" linkIndex="11" dir="s" state="o"/>
    <connection from="108225250" to="243494285" fromLane="0" toLane="0" via=":1242030781_12_0" tl="joinedS_1" linkIndex="12" dir="l" state="o"/>
    <connection from="108225250" to="243494285" fromLane="0" toLane="1" via=":1242030781_13_0" tl="joinedS_1" linkIndex="13" dir="l" state="o"/>
    <connection from="108225250" to="-338480531#0" fromLane="1" toLane="0" via=":1242030781_14_0" tl="joinedS_1" linkIndex="14" dir="s" state="o"/>
    <connection from="108225250" to="243494285" fromLane="1" toLane="0" via=":1242030781_15_0" tl="joinedS_1" linkIndex="15" dir="l" state="o"/>
    <connection from="108225250" to="243494285" fromLane="1" toLane="1" via=":1242030781_16_0" tl="joinedS_1" linkIndex="16" dir="l" state="o"/>
    <connection from="108228233#3.0" to="-23737619#0" fromLane="0" toLane="0" via=":3393943615_0_0" dir="r" state="M"/>
    <connection from="108228233#3.0" to="-23737619#0" fromLane="0" toLane="1" via=":3393943615_1_0" dir="r" state="M"/>
    <connection from="108228233#3.0" to="-23737619#0" fromLane="1" toLane="0" via=":3393943615_2_0" dir="r" state="m"/>
    <connection from="108228233#3.0" to="-23737619#0" fromLane="1" toLane="1" via=":3393943615_3_0" dir="r" state="m"/>
    <connection from="108228233#3.0" to="-23737619#0" fromLane="2" toLane="1" via=":3393943615_4_0" dir="r" state="m"/>
    <connection from="108238331" to="gneE47" fromLane="0" toLane="0" via=":444805849_1_0" dir="s" state="M"/>
    <connection from="108238331" to="gneE47" fromLane="1" toLane="1" via=":444805849_1_1" dir="s" state="M"/>
    <connection from="135768634#1.6" to="-23737619#0" fromLane="0" toLane="0" via=":3393943615_5_0" dir="s" state="m"/>
    <connection from="135768634#1.6" to="-23737619#0" fromLane="1" toLane="1" via=":3393943615_5_1" dir="s" state="m"/>
    <connection from="136195461#0" to="136195461#1" fromLane="0" toLane="0" via=":2177201493_0_0" dir="s" state="M"/>
    <connection from="136195461#0" to="136195461#1" fromLane="1" toLane="1" via=":2177201493_0_1" dir="s" state="M"/>
    <connection from="136195461#1" to="136195461#2" fromLane="0" toLane="0" via=":1494361250_0_0" dir="s" state="M"/>
    <connection from="136195461#1" to="136195461#2" fromLane="1" toLane="1" via=":1494361250_0_1" dir="s" state="M"/>
    <connection from="136195461#2" to="via_marina_out_3" fromLane="0" toLane="0" via=":3279011427_0_0" dir="s" state="M"/>
    <connection from="136195461#2" to="via_marina_out_3" fromLane="1" toLane="1" via=":3279011427_0_1" dir="s" state="M"/>
    <connection from="136197424#0" to="136197424#4.0.0" fromLane="0" toLane="0" via=":cluster_1936597508_2485226800_0_0" dir="s" state="M"/>
    <connection from="136197424#0" to="136197424#4.0.0" fromLane="1" toLane="1" via=":cluster_1936597508_2485226800_0_1" dir="s" state="M"/>
    <connection from="136197424#4.0.0" to="136197424#4.0.35" fromLane="0" toLane="0" via=":gneJ65_0_0" tl="gneJ65" linkIndex="0" dir="s" state="o"/>
    <connection from="136197424#4.0.0" to="136197424#4.0.35" fromLane="1" toLane="1" via=":gneJ65_0_1" tl="gneJ65" linkIndex="1" dir="s" state="o"/>
    <connection from="136197424#4.0.35" to="183284148.43" fromLane="0" toLane="0" via=":gneJ21_0_0" dir="r" state="m"/>
    <connection from="136197424#4.0.35" to="183284148.43" fromLane="0" toLane="1" via=":gneJ21_1_0" dir="r" state="m"/>
    <connection from="136197424#4.0.35" to="gneE15" fromLane="0" toLane="0" via=":gneJ21_2_0" dir="s" state="m"/>
    <connection from="136197424#4.0.35" to="183284148.43" fromLane="1" toLane="1" via=":gneJ21_3_0" dir="r" state="m"/>
    <connection from="136197424#4.0.35" to="gneE15" fromLane="1" toLane="0" via=":gneJ21_4_0" dir="s" state="m"/>
    <connection from="136197424#4.0.35" to="gneE15" fromLane="1" toLane="1" via=":gneJ21_4_1" dir="s" state="m"/>
    <connection from="136298446#12.0" to="136298446#12.78" fromLane="0" toLane="0" via=":gneJ56_0_0" dir="s" state="M"/>
    <connection from="136298446#12.0" to="136298446#12.78" fromLane="0" toLane="1" via=":gneJ56_0_1" dir="s" state="M"/>
    <connection from="136298446#12.0" to="136298446#12.78" fromLane="1" toLane="1" via=":gneJ56_0_2" dir="s" state="m"/>
    <connection from="136298446#12.0" to="gneE42" fromLane="1" toLane="0" via=":gneJ56_3_0" dir="s" state="M"/>
    <connection from="136298446#12.0" to="gneE42" fromLane="1" toLane="1" via=":gneJ56_3_1" dir="s" state="M"/>
    <connection from="136298446#12.78" to="136197424#0" fromLane="0" toLane="0" via=":1494371231_0_0" tl="1494371231" linkIndex="0" dir="r" state="o"/>
    <connection from="136298446#12.78" to="207466753#3.0" fromLane="0" toLane="0" via=":1494371231_1_0" tl="1494371231" linkIndex="1" dir="s" state="o"/>
    <connection from="136298446#12.78" to="207466753#3.0" fromLane="1" toLane="1" via=":1494371231_1_1" tl="1494371231" linkIndex="2" dir="s" state="o"/>
    <connection from="136298446#9" to="136298446#12.0" fromLane="0" toLane="0" via=":cluster_1936597511_2177201509_0_0" dir="s" state="M"/>
    <connection from="136298446#9" to="136298446#12.0" fromLane="1" toLane="1" via=":cluster_1936597511_2177201509_0_1" dir="s" state="M"/>
    <connection from="136298446#9" to="gneE45" fromLane="1" toLane="0" via=":cluster_1936597511_2177201509_2_0" dir="l" state="M"/>
    <connection from="183280823.4" to="19067517" fromLane="0" toLane="0" via=":18122043_0_0" tl="18122043" linkIndex="0" dir="s" state="o"/>
    <connection from="183280823.4" to="19067517" fromLane="1" toLane="1" via=":18122043_0_1" tl="18122043" linkIndex="1" dir="s" state="o"/>
    <connection from="183284148.43" to="27181606#2.0" fromLane="0" toLane="0" via=":3304647815_0_0" tl="3304647815" linkIndex="0" dir="s" state="o"/>
    <connection from="183284148.43" to="27181606#2.0" fromLane="1" toLane="1" via=":3304647815_0_1" tl="3304647815" linkIndex="1" dir="s" state="o"/>
    <connection from="18791360" to="243494285" fromLane="0" toLane="0" via=":1242030781_8_0" tl="joinedS_1" linkIndex="8" dir="s" state="o"/>
    <connection from="18791360" to="243494285" fromLane="1" toLane="0" via=":1242030781_8_1" tl="joinedS_1" linkIndex="9" dir="s" state="o"/>
    <connection from="18791360" to="243494285" fromLane="1" toLane="1" via=":1242030781_8_2" tl="joinedS_1" linkIndex="10" dir="s" state="o"/>
    <connection from="19067517" to="rettifilo_passaggio" fromLane="0" toLane="0" via=":2668673728_0_0" dir="s" state="M"/>
    <connection from="19067517" to="rettifilo_passaggio" fromLane="1" toLane="1" via=":2668673728_0_1" dir="s" state="M"/>
    <connection from="19067578#11" to="19067578#12.0" fromLane="0" toLane="0" pass="1" via=":3304647814_0_0" tl="3304647814" linkIndex="0" dir="s" state="o"/>
    <connection from="19067578#11" to="19067578#12.0" fromLane="1" toLane="0" via=":3304647814_0_1" tl="3304647814" linkIndex="1" dir="s" state="o"/>
    <connection from="19067578#11" to="19067578#12.0" fromLane="1" toLane="1" via=":3304647814_0_2" tl="3304647814" linkIndex="2" dir="s" state="o"/>
    <connection from="19067578#12.0" to="504682419#0.1" fromLane="0" toLane="0" via=":gneJ18_0_0" dir="s" state="m"/>
    <connection from="19067578#12.0" to="504682419#0.1" fromLane="1" toLane="0" via=":gneJ18_0_1" dir="s" state="m"/>
    <connection from="19067578#12.0" to="504682419#0.1" fromLane="1" toLane="1" via=":gneJ18_0_2" dir="s" state="m"/>
    <connection from="207466753#3.0" to="108228233#3.0" fromLane="0" toLane="1" via=":635904168_6_0" dir="s" state="m"/>
    <connection from="207466753#3.0" to="108228233#3.0" fromLane="1" toLane="2" via=":635904168_6_1" dir="s" state="m"/>
    <connection from="207466753#3.0" to="gneE52" fromLane="1" toLane="0" via=":635904168_8_0" dir="l" state="m"/>
    <connection from="236535061#1.67" to="236535061#3" fromLane="0" toLane="0" via=":2552812596_0_0" dir="s" state="M"/>
    <connection from="236535061#1.67" to="236535061#3" fromLane="1" toLane="1" via=":2552812596_0_1" dir="s" state="M"/>
    <connection from="236535061#3" to="236535061#4" fromLane="0" toLane="0" via=":1242187561_0_0" tl="1242187561" linkIndex="0" dir="s" state="o"/>
    <connection from="236535061#3" to="236535061#4" fromLane="0" toLane="1" via=":1242187561_0_1" tl="1242187561" linkIndex="1" dir="s" state="o"/>
    <connection from="236535061#3" to="236535061#4" fromLane="1" toLane="1" via=":1242187561_0_2" tl="1242187561" linkIndex="2" dir="s" state="o"/>
    <connection from="236535061#4" to="236535061#5" fromLane="0" toLane="0" via=":3279045879_0_0" dir="s" state="M"/>
    <connection from="236535061#4" to="236535061#5" fromLane="1" toLane="1" via=":3279045879_0_1" dir="s" state="M"/>
    <connection from="236535061#5" to="108225250" fromLane="0" toLane="0" via=":3279035942_0_0" dir="s" state="M"/>
    <connection from="236535061#5" to="108225250" fromLane="0" toLane="1" via=":3279035942_0_1" dir="s" state="M"/>
    <connection from="236535061#5" to="236535061#7" fromLane="0" toLane="0" via=":3279035942_2_0" dir="s" state="M"/>
    <connection from="236535061#5" to="236535061#7" fromLane="1" toLane="1" via=":3279035942_2_1" dir="s" state="M"/>
    <connection from="236535061#7" to="414416873" fromLane="0" toLane="0" via=":1242030781_0_0" tl="joinedS_1" linkIndex="0" dir="s" state="o"/>
    <connection from="236535061#7" to="414416873" fromLane="0" toLane="1" via=":1242030781_0_1" tl="joinedS_1" linkIndex="1" dir="s" state="o"/>
    <connection from="236535061#7" to="414416873" fromLane="1" toLane="0" via=":1242030781_0_2" tl="joinedS_1" linkIndex="2" dir="s" state="o"/>
    <connection from="236535061#7" to="414416873" fromLane="1" toLane="1" via=":1242030781_0_3" tl="joinedS_1" linkIndex="3" dir="s" state="o"/>
    <connection from="23785250#5" to="108228233#3.0" fromLane="0" toLane="0" via=":635904168_0_0" dir="s" state="M"/>
    <connection from="23785250#5" to="108228233#3.0" fromLane="0" toLane="1" via=":635904168_0_1" dir="s" state="M"/>
    <connection from="23785250#5" to="gneE52" fromLane="0" toLane="0" via=":635904168_2_0" dir="l" state="M"/>
    <connection from="23785250#5" to="108228233#3.0" fromLane="1" toLane="1" via=":635904168_3_0" dir="s" state="m"/>
    <connection from="23785250#5" to="108228233#3.0" fromLane="1" toLane="2" via=":635904168_3_1" dir="s" state="M"/>
    <connection from="23785250#5" to="gneE52" fromLane="1" toLane="0" via=":635904168_5_0" dir="l" state="m"/>
    <connection from="23785261.0" to="gneE14" fromLane="0" toLane="0" via=":gneJ17_0_0" dir="r" state="m"/>
    <connection from="23785261.0" to="gneE14" fromLane="0" toLane="1" via=":gneJ17_1_0" dir="r" state="m"/>
    <connection from="23785261.0" to="gneE12" fromLane="0" toLane="0" via=":gneJ17_2_0" dir="s" state="m"/>
    <connection from="23785261.0" to="gneE12" fromLane="1" toLane="0" via=":gneJ17_2_1" dir="s" state="m"/>
    <connection from="23785261.0" to="gneE12" fromLane="1" toLane="1" via=":gneJ17_2_2" dir="s" state="m"/>
    <connection from="243494285" to="acton_in_2" fromLane="0" toLane="0" via=":3455594756_0_0" dir="s" state="M"/>
    <connection from="243494285" to="acton_in_2" fromLane="1" toLane="1" via=":3455594756_0_1" dir="s" state="M"/>
    <connection from="248677650#4" to="gneE46" fromLane="0" toLane="0" via=":21672806_0_0" dir="s" state="M"/>
    <connection from="248677650#4" to="gneE49" fromLane="1" toLane="0" via=":21672806_1_0" dir="s" state="M"/>
    <connection from="249220519#2" to="236535061#4" fromLane="0" toLane="0" via=":1242187561_3_0" tl="1242187561" linkIndex="3" dir="r" state="o"/>
    <connection from="249220519#2" to="236535061#4" fromLane="1" toLane="1" via=":1242187561_4_0" tl="1242187561" linkIndex="4" dir="r" state="o"/>
    <connection from="267292568#0.0" to="248677650#4" fromLane="0" toLane="0" via=":2552760531_0_0" dir="s" state="M"/>
    <connection from="267292568#0.0" to="248677650#4" fromLane="1" toLane="1" via=":2552760531_0_1" dir="s" state="M"/>
    <connection from="267292568#0.0" to="gneE51" fromLane="1" toLane="0" via=":2552760531_2_0" dir="l" state="M"/>
    <connection from="27181606#2.0" to="corso_umberto_out" fromLane="0" toLane="0" via=":gneJ22_0_0" dir="s" state="M"/>
    <connection from="27181606#2.0" to="corso_umberto_out" fromLane="1" toLane="1" via=":gneJ22_0_1" dir="s" state="M"/>
    <connection from="332277757#1" to="136195461#0" fromLane="0" toLane="0" via=":1729033744_0_0" tl="1729033744" linkIndex="0" dir="s" state="o"/>
    <connection from="332277757#1" to="136195461#0" fromLane="0" toLane="1" via=":1729033744_0_1" tl="1729033744" linkIndex="1" dir="s" state="o"/>
    <connection from="332277757#1" to="136195461#0" fromLane="1" toLane="1" via=":1729033744_0_2" tl="1729033744" linkIndex="2" dir="s" state="o"/>
    <connection from="332277757#1" to="495282651" fromLane="1" toLane="0" via=":1729033744_3_0" tl="1729033744" linkIndex="3" dir="l" state="o"/>
    <connection from="332277757#1" to="495282651" fromLane="1" toLane="1" via=":1729033744_4_0" tl="1729033744" linkIndex="4" dir="l" state="o"/>
    <connection from="332277757#1" to="495282651" fromLane="1" toLane="2" via=":1729033744_5_0" tl="1729033744" linkIndex="5" dir="l" state="o"/>
    <connection from="334878880" to="338480531#0" fromLane="0" toLane="0" via=":3455594757_0_0" dir="s" state="M"/>
    <connection from="334878880" to="338480531#0" fromLane="1" toLane="1" via=":3455594757_0_1" dir="s" state="M"/>
    <connection from="338480531#0" to="243494285" fromLane="0" toLane="0" via=":1242030781_4_0" tl="joinedS_1" linkIndex="4" dir="r" state="o"/>
    <connection from="338480531#0" to="243494285" fromLane="0" toLane="1" via=":1242030781_5_0" tl="joinedS_1" linkIndex="5" dir="r" state="o"/>
    <connection from="338480531#0" to="243494285" fromLane="1" toLane="1" via=":1242030781_6_0" tl="joinedS_1" linkIndex="6" dir="r" state="o"/>
    <connection from="338480531#0" to="414416873" fromLane="1" toLane="1" via=":1242030781_7_0" tl="joinedS_1" linkIndex="7" dir="l" state="o"/>
    <connection from="338480532#7" to="332277757#1" fromLane="0" toLane="0" via=":cluster_2552786902_2552793624_3279020395_4_0" tl="cluster_2552786902_2552793624_3279020395" linkIndex="4" dir="s" state="o"/>
    <connection from="338480532#7" to="332277757#1" fromLane="0" toLane="1" via=":cluster_2552786902_2552793624_3279020395_4_1" tl="cluster_2552786902_2552793624_3279020395" linkIndex="5" dir="s" state="o"/>
    <connection from="338480532#7" to="332277757#1" fromLane="1" toLane="1" via=":cluster_2552786902_2552793624_3279020395_4_2" tl="cluster_2552786902_2552793624_3279020395" linkIndex="6" dir="s" state="o"/>
    <connection from="338480532#7" to="135768634#1.6" fromLane="1" toLane="0" via=":cluster_2552786902_2552793624_3279020395_7_0" tl="cluster_2552786902_2552793624_3279020395" linkIndex="7" dir="l" state="o"/>
    <connection from="338480532#7" to="135768634#1.6" fromLane="1" toLane="1" via=":cluster_2552786902_2552793624_3279020395_8_0" tl="cluster_2552786902_2552793624_3279020395" linkIndex="8" dir="l" state="o"/>
    <connection from="410301578" to="8041195#0" fromLane="0" toLane="0" via=":1242073096_15_0" tl="1242073096" linkIndex="15" dir="r" state="o"/>
    <connection from="410301578" to="8041195#0" fromLane="0" toLane="1" via=":1242073096_16_0" tl="1242073096" linkIndex="16" dir="r" state="o"/>
    <connection from="410301578" to="-506643421#5" fromLane="0" toLane="0" via=":1242073096_17_0" tl="1242073096" linkIndex="17" dir="s" state="o"/>
    <connection from="410301578" to="monteoliveto_out" fromLane="0" toLane="0" via=":1242073096_18_0" tl="1242073096" linkIndex="18" dir="l" state="o"/>
    <connection from="410301578" to="-506643421#5" fromLane="1" toLane="0" via=":1242073096_19_0" tl="1242073096" linkIndex="19" dir="s" state="o"/>
    <connection from="410301578" to="-506643421#5" fromLane="1" toLane="1" via=":1242073096_19_1" tl="1242073096" linkIndex="20" dir="s" state="o"/>
    <connection from="410301578" to="monteoliveto_out" fromLane="1" toLane="0" via=":1242073096_21_0" tl="1242073096" linkIndex="21" dir="l" state="o"/>
    <connection from="410301578" to="monteoliveto_out" fromLane="1" toLane="1" via=":1242073096_22_0" tl="1242073096" linkIndex="22" dir="l" state="o"/>
    <connection from="414416873" to="acton_out" fromLane="0" toLane="0" via=":18122065_0_0" dir="s" state="M"/>
    <connection from="414416873" to="acton_out" fromLane="1" toLane="1" via=":18122065_0_1" dir="s" state="M"/>
    <connection from="495282651" to="136197424#0" fromLane="0" toLane="0" via=":1494371231_3_0" tl="1494371231" linkIndex="3" dir="s" state="o"/>
    <connection from="495282651" to="136197424#0" fromLane="1" toLane="1" via=":1494371231_3_1" tl="1494371231" linkIndex="4" dir="s" state="o"/>
    <connection from="495282651" to="207466753#3.0" fromLane="2" toLane="0" via=":1494371231_5_0" tl="1494371231" linkIndex="5" dir="l" state="o"/>
    <connection from="495282651" to="207466753#3.0" fromLane="2" toLane="1" via=":1494371231_6_0" tl="1494371231" linkIndex="6" dir="l" state="o"/>
    <connection from="504682419#0.1" to="gneE10" fromLane="0" toLane="0" via=":257082347_0_0" dir="s" state="M"/>
    <connection from="504682419#0.1" to="gneE10" fromLane="0" toLane="1" via=":257082347_0_1" dir="s" state="M"/>
    <connection from="504682419#0.1" to="gneE10" fromLane="1" toLane="0" via=":257082347_0_2" dir="s" state="m"/>
    <connection from="504682419#0.1" to="gneE10" fromLane="1" toLane="1" via=":257082347_0_3" dir="s" state="m"/>
    <connection from="510115566#0.8.0" to="510115566#0.8.276" fromLane="0" toLane="0" via=":gneJ62_0_0" dir="s" state="M"/>
    <connection from="510115566#0.8.0" to="510115566#0.8.276" fromLane="1" toLane="1" via=":gneJ62_0_1" dir="s" state="M"/>
    <connection from="510115566#0.8.276" to="135768634#1.6" fromLane="0" toLane="0" via=":cluster_2552786902_2552793624_3279020395_0_0" tl="cluster_2552786902_2552793624_3279020395" linkIndex="0" dir="r" state="o"/>
    <connection from="510115566#0.8.276" to="135768634#1.6" fromLane="0" toLane="1" via=":cluster_2552786902_2552793624_3279020395_1_0" tl="cluster_2552786902_2552793624_3279020395" linkIndex="1" dir="r" state="o"/>
    <connection from="510115566#0.8.276" to="marina_passaggio" fromLane="0" toLane="0" via=":cluster_2552786902_2552793624_3279020395_2_0" tl="cluster_2552786902_2552793624_3279020395" linkIndex="2" dir="s" state="o"/>
    <connection from="510115566#0.8.276" to="marina_passaggio" fromLane="1" toLane="1" via=":cluster_2552786902_2552793624_3279020395_2_1" tl="cluster_2552786902_2552793624_3279020395" linkIndex="3" dir="s" state="o"/>
    <connection from="546119073#0" to="267292568#0.0" fromLane="0" toLane="0" via=":cluster_21672813_257082306_3279047005_3572177101_0_0" tl="cluster_21672813_257082306_3279047005_3572177101" linkIndex="0" dir="s" state="o"/>
    <connection from="546119073#0" to="267292568#0.0" fromLane="1" toLane="1" via=":cluster_21672813_257082306_3279047005_3572177101_0_1" tl="cluster_21672813_257082306_3279047005_3572177101" linkIndex="1" dir="s" state="o"/>
    <connection from="8041194#1" to="gneE7" fromLane="0" toLane="0" via=":3395405981_0_0" dir="s" state="="/>
    <connection from="8041194#1" to="gneE7" fromLane="1" toLane="1" via=":3395405981_0_1" dir="s" state="="/>
    <connection from="8041195#0" to="8041195#2" fromLane="0" toLane="0" via=":3304668888_0_0" dir="s" state="M"/>
    <connection from="8041195#0" to="8041195#2" fromLane="1" toLane="1" via=":3304668888_0_1" dir="s" state="M"/>
    <connection from="8041195#2" to="546119073#0" fromLane="0" toLane="0" via=":5277697428_0_0" dir="s" state="M"/>
    <connection from="8041195#2" to="546119073#0" fromLane="1" toLane="1" via=":5277697428_0_1" dir="s" state="M"/>
    <connection from="acton_in" to="18791360" fromLane="0" toLane="0" via=":1242030757_0_0" dir="s" state="M"/>
    <connection from="acton_in" to="18791360" fromLane="1" toLane="1" via=":1242030757_0_1" dir="s" state="M"/>
    <connection from="acton_in_2" to="338480532#7" fromLane="0" toLane="0" via=":3279035965_0_0" dir="s" state="M"/>
    <connection from="acton_in_2" to="338480532#7" fromLane="1" toLane="1" via=":3279035965_0_1" dir="s" state="M"/>
    <connection from="corso_umberto_in" to="19067578#11" fromLane="0" toLane="0" pass="1" via=":3898959094_0_0" tl="3898959094" linkIndex="0" dir="s" state="o"/>
    <connection from="corso_umberto_in" to="19067578#11" fromLane="0" toLane="1" via=":3898959094_0_1" tl="3898959094" linkIndex="1" dir="s" state="o"/>
    <connection from="corso_umberto_in" to="19067578#11" fromLane="1" toLane="0" via=":3898959094_0_2" tl="3898959094" linkIndex="2" dir="s" state="o"/>
    <connection from="corso_umberto_in" to="19067578#11" fromLane="1" toLane="1" via=":3898959094_0_3" tl="3898959094" linkIndex="3" dir="s" state="o"/>
    <connection from="corso_umberto_out" to="gneE63" fromLane="0" toLane="0" via=":gneJ68_0_0" dir="s" state="M"/>
    <connection from="corso_umberto_out" to="gneE63" fromLane="1" toLane="1" via=":gneJ68_0_1" dir="s" state="M"/>
    <connection from="diaz_in" to="410301578" fromLane="0" toLane="0" via=":2668674337_2_0" dir="s" state="M"/>
    <connection from="diaz_in" to="410301578" fromLane="1" toLane="1" via=":2668674337_2_1" dir="s" state="M"/>
    <connection from="gneE10" to="183280823.4" fromLane="0" toLane="0" via=":gneJ14_0_0" dir="s" state="M"/>
    <connection from="gneE10" to="183280823.4" fromLane="0" toLane="1" via=":gneJ14_0_1" dir="s" state="M"/>
    <connection from="gneE10" to="gneE11" fromLane="0" toLane="0" via=":gneJ14_2_0" dir="s" state="M"/>
    <connection from="gneE10" to="gneE11" fromLane="0" toLane="1" via=":gneJ14_2_1" dir="s" state="M"/>
    <connection from="gneE10" to="gneE11" fromLane="1" toLane="0" via=":gneJ14_2_2" dir="s" state="m"/>
    <connection from="gneE10" to="gneE11" fromLane="1" toLane="1" via=":gneJ14_2_3" dir="s" state="m"/>
    <connection from="gneE11" to="gneE14" fromLane="0" toLane="0" via=":gneJ17_5_0" dir="r" state="M"/>
    <connection from="gneE11" to="gneE14" fromLane="0" toLane="1" via=":gneJ17_6_0" dir="r" state="M"/>
    <connection from="gneE11" to="gneE12" fromLane="0" toLane="0" via=":gneJ17_7_0" dir="s" state="M"/>
    <connection from="gneE11" to="gneE12" fromLane="0" toLane="1" via=":gneJ17_7_1" dir="s" state="M"/>
    <connection from="gneE11" to="gneE12" fromLane="1" toLane="0" via=":gneJ17_7_2" dir="s" state="m"/>
    <connection from="gneE11" to="gneE12" fromLane="1" toLane="1" via=":gneJ17_7_3" dir="s" state="m"/>
    <connection from="gneE12" to="183284148.43" fromLane="0" toLane="0" via=":gneJ21_6_0" dir="s" state="M"/>
    <connection from="gneE12" to="183284148.43" fromLane="0" toLane="1" via=":gneJ21_6_1" dir="s" state="M"/>
    <connection from="gneE12" to="gneE15" fromLane="0" toLane="0" via=":gneJ21_8_0" dir="s" state="M"/>
    <connection from="gneE12" to="183284148.43" fromLane="1" toLane="1" via=":gneJ21_9_0" dir="s" state="m"/>
    <connection from="gneE12" to="gneE15" fromLane="1" toLane="0" via=":gneJ21_10_0" dir="s" state="m"/>
    <connection from="gneE12" to="gneE15" fromLane="1" toLane="1" via=":gneJ21_10_1" dir="s" state="M"/>
    <connection from="gneE14" to="23785250#5" fromLane="0" toLane="0" via=":594983877_0_0" dir="s" state="M"/>
    <connection from="gneE14" to="23785250#5" fromLane="0" toLane="1" via=":594983877_0_1" dir="s" state="M"/>
    <connection from="gneE14" to="23785250#5" fromLane="1" toLane="1" via=":594983877_0_2" dir="s" state="m"/>
    <connection from="gneE15" to="504682419#0.1" fromLane="0" toLane="0" via=":gneJ18_3_0" dir="s" state="M"/>
    <connection from="gneE15" to="504682419#0.1" fromLane="0" toLane="1" via=":gneJ18_3_1" dir="s" state="M"/>
    <connection from="gneE15" to="504682419#0.1" fromLane="1" toLane="0" via=":gneJ18_3_2" dir="s" state="m"/>
    <connection from="gneE15" to="504682419#0.1" fromLane="1" toLane="1" via=":gneJ18_3_3" dir="s" state="m"/>
    <connection from="gneE32" to="249220519#2" fromLane="0" toLane="0" via=":2552858544_0_0" dir="s" state="M"/>
    <connection from="gneE32" to="249220519#2" fromLane="0" toLane="1" via=":2552858544_0_1" dir="s" state="M"/>
    <connection from="gneE32" to="249220519#2" fromLane="1" toLane="1" via=":2552858544_0_2" dir="s" state="m"/>
    <connection from="gneE42" to="510115566#0.8.0" fromLane="0" toLane="0" pass="1" via=":1729033744_6_0" tl="1729033744" linkIndex="6" dir="s" state="o"/>
    <connection from="gneE42" to="510115566#0.8.0" fromLane="1" toLane="1" pass="1" via=":1729033744_6_1" tl="1729033744" linkIndex="7" dir="s" state="o"/>
    <connection from="gneE45" to="136195461#1" fromLane="0" toLane="0" via=":2177201493_2_0" dir="l" state="m"/>
    <connection from="gneE45" to="136195461#1" fromLane="0" toLane="1" via=":2177201493_3_0" dir="l" state="m"/>
    <connection from="gneE46" to="-108238331" fromLane="0" toLane="0" via=":444805849_0_0" dir="s" state="M"/>
    <connection from="gneE47" to="gneE50" fromLane="0" toLane="0" via=":gneJ57_0_0" dir="r" state="M"/>
    <connection from="gneE47" to="gneE50" fromLane="0" toLane="1" via=":gneJ57_1_0" dir="r" state="M"/>
    <connection from="gneE47" to="gneE48" fromLane="0" toLane="0" via=":gneJ57_2_0" dir="s" state="M"/>
    <connection from="gneE47" to="gneE48" fromLane="1" toLane="0" via=":gneJ57_2_1" dir="s" state="m"/>
    <connection from="gneE47" to="gneE48" fromLane="1" toLane="1" via=":gneJ57_2_2" dir="s" state="M"/>
    <connection from="gneE48" to="san_carlo_passaggio" fromLane="0" toLane="0" via=":3457855707_0_0" dir="s" state="M"/>
    <connection from="gneE48" to="san_carlo_passaggio" fromLane="1" toLane="1" via=":3457855707_0_1" dir="s" state="M"/>
    <connection from="gneE49" to="gneE50" fromLane="0" toLane="0" via=":gneJ57_5_0" dir="s" state="m"/>
    <connection from="gneE49" to="gneE50" fromLane="0" toLane="1" via=":gneJ57_5_1" dir="s" state="m"/>
    <connection from="gneE50" to="gneE32" fromLane="0" toLane="0" via=":gneJ35_0_0" dir="s" state="M"/>
    <connection from="gneE50" to="gneE32" fromLane="0" toLane="1" via=":gneJ35_0_1" dir="s" state="M"/>
    <connection from="gneE50" to="gneE32" fromLane="1" toLane="1" via=":gneJ35_0_2" dir="s" state="m"/>
    <connection from="gneE51" to="san_carlo_passaggio" fromLane="0" toLane="1" via=":3457855707_2_0" dir="l" state="m"/>
    <connection from="gneE52" to="gneE53.0.0.0" fromLane="0" toLane="0" via=":gneJ60_0_0" dir="s" state="M"/>
    <connection from="gneE60" to="via_marina_in_2" fromLane="0" toLane="0" via=":gneJ70_3_0" dir="l" state="m"/>
    <connection from="gneE60" to="via_marina_in_2" fromLane="0" toLane="1" via=":gneJ70_4_0" dir="l" state="m"/>
    <connection from="gneE61.0" to="via_marina_out" fromLane="0" toLane="0" via=":gneJ83_0_0" dir="s" state="M"/>
    <connection from="gneE61.0" to="via_marina_out" fromLane="1" toLane="1" via=":gneJ83_0_1" dir="s" state="M"/>
    <connection from="gneE62" to="via_marina_out" fromLane="0" toLane="0" via=":gneJ83_2_0" dir="s" state="m"/>
    <connection from="gneE62" to="via_marina_out" fromLane="0" toLane="1" via=":gneJ83_2_1" dir="s" state="m"/>
    <connection from="gneE63" to="via_marina_out_4" fromLane="0" toLane="0" via=":gneJ76_0_0" dir="r" state="M"/>
    <connection from="gneE63" to="via_marina_out_4" fromLane="1" toLane="1" via=":gneJ76_1_0" dir="r" state="M"/>
    <connection from="gneE66" to="gneE67" fromLane="0" toLane="0" via=":gneJ94_0_0" dir="s" state="M"/>
    <connection from="gneE7" to="gneE9" fromLane="0" toLane="0" via=":3304668883_0_0" dir="s" state="M"/>
    <connection from="gneE7" to="gneE9" fromLane="1" toLane="1" via=":3304668883_0_1" dir="s" state="M"/>
    <connection from="gneE9" to="-506643421#5" fromLane="0" toLane="0" via=":1242073096_9_0" tl="1242073096" linkIndex="9" dir="r" state="o"/>
    <connection from="gneE9" to="-506643421#5" fromLane="0" toLane="1" via=":1242073096_10_0" tl="1242073096" linkIndex="10" dir="r" state="o"/>
    <connection from="gneE9" to="monteoliveto_out" fromLane="1" toLane="0" via=":1242073096_11_0" tl="1242073096" linkIndex="11" dir="s" state="o"/>
    <connection from="gneE9" to="monteoliveto_out" fromLane="1" toLane="1" via=":1242073096_11_1" tl="1242073096" linkIndex="12" dir="s" state="o"/>
    <connection from="gneE9" to="-510115565#1" fromLane="1" toLane="0" via=":1242073096_13_0" tl="1242073096" linkIndex="13" dir="l" state="o"/>
    <connection from="gneE9" to="-510115565#1" fromLane="1" toLane="1" via=":1242073096_14_0" tl="1242073096" linkIndex="14" dir="l" state="o"/>
    <connection from="marina_passaggio" to="236535061#1.67" fromLane="0" toLane="0" via=":gneJ51_0_0" dir="s" state="M"/>
    <connection from="marina_passaggio" to="236535061#1.67" fromLane="1" toLane="1" via=":gneJ51_0_1" dir="s" state="M"/>
    <connection from="monteoliveto_in" to="-510115565#1" fromLane="0" toLane="0" via=":1242073096_23_0" tl="1242073096" linkIndex="23" dir="r" state="o"/>
    <connection from="monteoliveto_in" to="-510115565#1" fromLane="0" toLane="1" via=":1242073096_24_0" tl="1242073096" linkIndex="24" dir="r" state="o"/>
    <connection from="monteoliveto_in" to="8041195#0" fromLane="0" toLane="0" via=":1242073096_25_0" tl="1242073096" linkIndex="25" dir="s" state="o"/>
    <connection from="monteoliveto_in" to="8041195#0" fromLane="0" toLane="1" via=":1242073096_25_1" tl="1242073096" linkIndex="26" dir="s" state="o"/>
    <connection from="monteoliveto_in" to="-506643421#5" fromLane="0" toLane="0" via=":1242073096_27_0" tl="1242073096" linkIndex="27" dir="l" state="o"/>
    <connection from="monteoliveto_in" to="-506643421#5" fromLane="0" toLane="1" via=":1242073096_28_0" tl="1242073096" linkIndex="28" dir="l" state="o"/>
    <connection from="rettifilo_passaggio" to="monteoliveto_out" fromLane="0" toLane="0" via=":1242073096_0_0" tl="1242073096" linkIndex="0" dir="r" state="o"/>
    <connection from="rettifilo_passaggio" to="monteoliveto_out" fromLane="0" toLane="1" via=":1242073096_1_0" tl="1242073096" linkIndex="1" dir="r" state="o"/>
    <connection from="rettifilo_passaggio" to="-510115565#1" fromLane="0" toLane="0" via=":1242073096_2_0" tl="1242073096" linkIndex="2" dir="s" state="o"/>
    <connection from="rettifilo_passaggio" to="-510115565#1" fromLane="0" toLane="1" via=":1242073096_2_1" tl="1242073096" linkIndex="3" dir="s" state="o"/>
    <connection from="rettifilo_passaggio" to="8041195#0" fromLane="0" toLane="0" via=":1242073096_4_0" tl="1242073096" linkIndex="4" dir="l" state="o"/>
    <connection from="rettifilo_passaggio" to="-510115565#1" fromLane="1" toLane="0" via=":1242073096_5_0" tl="1242073096" linkIndex="5" dir="s" state="o"/>
    <connection from="rettifilo_passaggio" to="-510115565#1" fromLane="1" toLane="1" via=":1242073096_5_1" tl="1242073096" linkIndex="6" dir="s" state="o"/>
    <connection from="rettifilo_passaggio" to="8041195#0" fromLane="1" toLane="0" via=":1242073096_7_0" tl="1242073096" linkIndex="7" dir="l" state="o"/>
    <connection from="rettifilo_passaggio" to="8041195#0" fromLane="1" toLane="1" via=":1242073096_8_0" tl="1242073096" linkIndex="8" dir="l" state="o"/>
    <connection from="san_carlo_in" to="108238331" fromLane="0" toLane="0" via=":4948240473_2_0" dir="s" state="M"/>
    <connection from="san_carlo_in" to="108238331" fromLane="0" toLane="1" via=":4948240473_2_1" dir="s" state="M"/>
    <connection from="san_carlo_in" to="108238331" fromLane="1" toLane="1" via=":4948240473_2_2" dir="s" state="m"/>
    <connection from="san_carlo_passaggio" to="8041194#1" fromLane="0" toLane="0" via=":cluster_21672813_257082306_3279047005_3572177101_5_0" tl="cluster_21672813_257082306_3279047005_3572177101" linkIndex="5" dir="s" state="o"/>
    <connection from="san_carlo_passaggio" to="8041194#1" fromLane="1" toLane="1" via=":cluster_21672813_257082306_3279047005_3572177101_5_1" tl="cluster_21672813_257082306_3279047005_3572177101" linkIndex="6" dir="s" state="o"/>
    <connection from="via_marina_in" to="via_marina_in_2" fromLane="0" toLane="0" via=":gneJ70_0_0" dir="s" state="M"/>
    <connection from="via_marina_in" to="via_marina_in_2" fromLane="1" toLane="0" via=":gneJ70_0_1" dir="s" state="m"/>
    <connection from="via_marina_in" to="via_marina_in_2" fromLane="1" toLane="1" via=":gneJ70_0_2" dir="s" state="M"/>
    <connection from="via_marina_in.1" to="136298446#9" fromLane="0" toLane="0" via=":635904115_0_0" dir="s" state="M"/>
    <connection from="via_marina_in.1" to="136298446#9" fromLane="1" toLane="1" via=":635904115_0_1" dir="s" state="M"/>
    <connection from="via_marina_in_2" to="via_marina_in_3" fromLane="0" toLane="0" via=":1495355457_0_0" dir="s" state="M"/>
    <connection from="via_marina_in_2" to="via_marina_in_3" fromLane="1" toLane="1" via=":1495355457_0_1" dir="s" state="M"/>
    <connection from="via_marina_in_3" to="via_marina_in.1" fromLane="0" toLane="0" via=":gneJ23_0_0" dir="s" state="M"/>
    <connection from="via_marina_in_3" to="via_marina_in.1" fromLane="1" toLane="1" via=":gneJ23_0_1" dir="s" state="M"/>
    <connection from="via_marina_out_2" to="gneE61.0" fromLane="0" toLane="0" via=":gneJ73_0_0" dir="s" state="M"/>
    <connection from="via_marina_out_2" to="gneE61.0" fromLane="1" toLane="1" via=":gneJ73_0_1" dir="s" state="M"/>
    <connection from="via_marina_out_2" to="gneE60" fromLane="1" toLane="0" via=":gneJ73_2_0" dir="l" state="M"/>
    <connection from="via_marina_out_3" to="via_marina_out_2" fromLane="0" toLane="0" via=":gneJ74_0_0" dir="s" state="M"/>
    <connection from="via_marina_out_3" to="via_marina_out_2" fromLane="1" toLane="1" via=":gneJ74_0_1" dir="s" state="M"/>
    <connection from="via_marina_out_4" to="via_marina_out_4.54" fromLane="0" toLane="0" via=":gneJ104_0_0" dir="s" state="M"/>
    <connection from="via_marina_out_4" to="via_marina_out_4.54" fromLane="1" toLane="1" via=":gneJ104_0_1" dir="s" state="M"/>
    <connection from="via_marina_out_4.54" to="via_marina_in_2" fromLane="0" toLane="0" via=":gneJ70_5_0" dir="r" state="m"/>
    <connection from="via_marina_out_4.54" to="via_marina_in_2" fromLane="1" toLane="1" via=":gneJ70_6_0" dir="r" state="m"/>

    <connection from=":1242030757_0" to="18791360" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030757_0" to="18791360" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_0" to="414416873" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_0" to="414416873" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_0" to="414416873" fromLane="2" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_0" to="414416873" fromLane="3" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_4" to="243494285" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_5" to="243494285" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_6" to="243494285" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_7" to="414416873" fromLane="0" toLane="1" via=":1242030781_17_0" dir="s" state="m"/>
    <connection from=":1242030781_17" to="414416873" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_8" to="243494285" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_8" to="243494285" fromLane="1" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_8" to="243494285" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_11" to="-338480531#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_12" to="243494285" fromLane="0" toLane="0" via=":1242030781_18_0" dir="s" state="m"/>
    <connection from=":1242030781_18" to="243494285" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_13" to="243494285" fromLane="0" toLane="1" via=":1242030781_19_0" dir="s" state="m"/>
    <connection from=":1242030781_19" to="243494285" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242030781_14" to="-338480531#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_15" to="243494285" fromLane="0" toLane="0" via=":1242030781_20_0" dir="s" state="m"/>
    <connection from=":1242030781_20" to="243494285" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242030781_16" to="243494285" fromLane="0" toLane="1" via=":1242030781_21_0" dir="s" state="m"/>
    <connection from=":1242030781_21" to="243494285" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_0" to="monteoliveto_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_1" to="monteoliveto_out" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_2" to="-510115565#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_2" to="-510115565#1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_4" to="8041195#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_5" to="-510115565#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_5" to="-510115565#1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_7" to="8041195#0" fromLane="0" toLane="0" via=":1242073096_29_0" dir="s" state="m"/>
    <connection from=":1242073096_29" to="8041195#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_8" to="8041195#0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_9" to="-506643421#5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_10" to="-506643421#5" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_11" to="monteoliveto_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_11" to="monteoliveto_out" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_13" to="-510115565#1" fromLane="0" toLane="0" via=":1242073096_30_0" dir="s" state="m"/>
    <connection from=":1242073096_30" to="-510115565#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_14" to="-510115565#1" fromLane="0" toLane="1" via=":1242073096_31_0" dir="s" state="m"/>
    <connection from=":1242073096_31" to="-510115565#1" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_15" to="8041195#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_16" to="8041195#0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_17" to="-506643421#5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_18" to="monteoliveto_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_19" to="-506643421#5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_19" to="-506643421#5" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_21" to="monteoliveto_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_22" to="monteoliveto_out" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_23" to="-510115565#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_24" to="-510115565#1" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_25" to="8041195#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_25" to="8041195#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242073096_27" to="-506643421#5" fromLane="0" toLane="0" via=":1242073096_32_0" dir="s" state="m"/>
    <connection from=":1242073096_32" to="-506643421#5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242073096_28" to="-506643421#5" fromLane="0" toLane="1" via=":1242073096_33_0" dir="s" state="m"/>
    <connection from=":1242073096_33" to="-506643421#5" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1242187561_0" to="236535061#4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242187561_0" to="236535061#4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1242187561_0" to="236535061#4" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":1242187561_3" to="236535061#4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1242187561_4" to="236535061#4" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1494361250_0" to="136195461#2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1494361250_0" to="136195461#2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1494371231_0" to="136197424#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1494371231_1" to="207466753#3.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1494371231_1" to="207466753#3.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1494371231_3" to="136197424#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1494371231_3" to="136197424#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1494371231_5" to="207466753#3.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1494371231_6" to="207466753#3.0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1495355457_0" to="via_marina_in_3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1495355457_0" to="via_marina_in_3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1729033744_0" to="136195461#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1729033744_0" to="136195461#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":1729033744_0" to="136195461#0" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":1729033744_3" to="495282651" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1729033744_4" to="495282651" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1729033744_5" to="495282651" fromLane="0" toLane="2" dir="s" state="M"/>
    <connection from=":1729033744_6" to="510115566#0.8.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1729033744_6" to="510115566#0.8.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":18122043_0" to="19067517" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":18122043_0" to="19067517" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":18122043_2" to="23785261.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":18122043_2" to="23785261.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":18122065_0" to="acton_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":18122065_0" to="acton_out" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":21672806_0" to="gneE46" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":21672806_1" to="gneE49" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2177201493_0" to="136195461#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2177201493_0" to="136195461#1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2177201493_2" to="136195461#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2177201493_3" to="136195461#1" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":2552760531_0" to="248677650#4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2552760531_0" to="248677650#4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2552760531_2" to="gneE51" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2552812596_0" to="236535061#3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2552812596_0" to="236535061#3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2552858544_0" to="249220519#2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2552858544_0" to="249220519#2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2552858544_0" to="249220519#2" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":257082347_0" to="gneE10" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":257082347_0" to="gneE10" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":257082347_0" to="gneE10" fromLane="2" toLane="0" dir="s" state="M"/>
    <connection from=":257082347_0" to="gneE10" fromLane="3" toLane="1" dir="s" state="M"/>
    <connection from=":2668673728_0" to="rettifilo_passaggio" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2668673728_0" to="rettifilo_passaggio" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2668673728_2" to="-506643421#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2668673728_2" to="-506643421#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":2668674337_0" to="diaz_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2668674337_1" to="diaz_out" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":2668674337_2" to="410301578" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":2668674337_2" to="410301578" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3279011427_0" to="via_marina_out_3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3279011427_0" to="via_marina_out_3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3279035942_0" to="108225250" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3279035942_0" to="108225250" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3279035942_2" to="236535061#7" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3279035942_2" to="236535061#7" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3279035965_0" to="338480532#7" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3279035965_0" to="338480532#7" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3279045879_0" to="236535061#5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3279045879_0" to="236535061#5" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3304647814_0" to="19067578#12.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3304647814_0" to="19067578#12.0" fromLane="1" toLane="0" dir="s" state="M"/>
    <connection from=":3304647814_0" to="19067578#12.0" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":3304647815_0" to="27181606#2.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3304647815_0" to="27181606#2.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3304668883_0" to="gneE9" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3304668883_0" to="gneE9" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3304668888_0" to="8041195#2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3304668888_0" to="8041195#2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3393943615_0" to="-23737619#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3393943615_1" to="-23737619#0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":3393943615_2" to="-23737619#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3393943615_3" to="-23737619#0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":3393943615_4" to="-23737619#0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":3393943615_5" to="-23737619#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3393943615_5" to="-23737619#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3395405981_0" to="gneE7" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3395405981_0" to="gneE7" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3455594756_0" to="acton_in_2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3455594756_0" to="acton_in_2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3455594757_0" to="338480531#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3455594757_0" to="338480531#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3455594757_2" to="-334878880" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3457855707_0" to="san_carlo_passaggio" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3457855707_0" to="san_carlo_passaggio" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3457855707_2" to="san_carlo_passaggio" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":3898959094_0" to="19067578#11" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":3898959094_0" to="19067578#11" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":3898959094_0" to="19067578#11" fromLane="2" toLane="0" dir="s" state="M"/>
    <connection from=":3898959094_0" to="19067578#11" fromLane="3" toLane="1" dir="s" state="M"/>
    <connection from=":444805849_0" to="-108238331" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":444805849_1" to="gneE47" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":444805849_1" to="gneE47" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4948240473_0" to="san_carlo_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4948240473_0" to="san_carlo_out" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4948240473_2" to="108238331" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4948240473_2" to="108238331" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4948240473_2" to="108238331" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":5277697428_0" to="546119073#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":5277697428_0" to="546119073#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":594983877_0" to="23785250#5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":594983877_0" to="23785250#5" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":594983877_0" to="23785250#5" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":635904115_0" to="136298446#9" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":635904115_0" to="136298446#9" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":635904168_0" to="108228233#3.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":635904168_0" to="108228233#3.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":635904168_2" to="gneE52" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":635904168_3" to="108228233#3.0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":635904168_3" to="108228233#3.0" fromLane="1" toLane="2" dir="s" state="M"/>
    <connection from=":635904168_5" to="gneE52" fromLane="0" toLane="0" via=":635904168_9_0" dir="s" state="m"/>
    <connection from=":635904168_9" to="gneE52" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":635904168_6" to="108228233#3.0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":635904168_6" to="108228233#3.0" fromLane="1" toLane="2" dir="s" state="M"/>
    <connection from=":635904168_8" to="gneE52" fromLane="0" toLane="0" via=":635904168_10_0" dir="s" state="m"/>
    <connection from=":635904168_10" to="gneE52" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_1936597508_2485226800_0" to="136197424#4.0.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_1936597508_2485226800_0" to="136197424#4.0.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_1936597511_2177201509_0" to="136298446#12.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_1936597511_2177201509_0" to="136298446#12.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_1936597511_2177201509_2" to="gneE45" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_21672813_257082306_3279047005_3572177101_0" to="267292568#0.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_21672813_257082306_3279047005_3572177101_0" to="267292568#0.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_21672813_257082306_3279047005_3572177101_2" to="8041194#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_21672813_257082306_3279047005_3572177101_3" to="8041194#1" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_21672813_257082306_3279047005_3572177101_4" to="267292568#0.0" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_21672813_257082306_3279047005_3572177101_5" to="8041194#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_21672813_257082306_3279047005_3572177101_5" to="8041194#1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_0" to="135768634#1.6" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_1" to="135768634#1.6" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_2" to="marina_passaggio" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_2" to="marina_passaggio" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_4" to="332277757#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_4" to="332277757#1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_4" to="332277757#1" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_7" to="135768634#1.6" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_2552786902_2552793624_3279020395_8" to="135768634#1.6" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ104_0" to="via_marina_out_4.54" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ104_0" to="via_marina_out_4.54" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ14_0" to="183280823.4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ14_0" to="183280823.4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ14_2" to="gneE11" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ14_2" to="gneE11" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ14_2" to="gneE11" fromLane="2" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ14_2" to="gneE11" fromLane="3" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ17_0" to="gneE14" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ17_1" to="gneE14" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ17_2" to="gneE12" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ17_2" to="gneE12" fromLane="1" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ17_2" to="gneE12" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ17_5" to="gneE14" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ17_6" to="gneE14" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ17_7" to="gneE12" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ17_7" to="gneE12" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ17_7" to="gneE12" fromLane="2" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ17_7" to="gneE12" fromLane="3" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ18_0" to="504682419#0.1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ18_0" to="504682419#0.1" fromLane="1" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ18_0" to="504682419#0.1" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ18_3" to="504682419#0.1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ18_3" to="504682419#0.1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ18_3" to="504682419#0.1" fromLane="2" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ18_3" to="504682419#0.1" fromLane="3" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ21_0" to="183284148.43" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ21_1" to="183284148.43" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ21_2" to="gneE15" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ21_3" to="183284148.43" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ21_4" to="gneE15" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ21_4" to="gneE15" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ21_6" to="183284148.43" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ21_6" to="183284148.43" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ21_8" to="gneE15" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ21_9" to="183284148.43" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ21_10" to="gneE15" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ21_10" to="gneE15" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ22_0" to="corso_umberto_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ22_0" to="corso_umberto_out" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ23_0" to="via_marina_in.1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ23_0" to="via_marina_in.1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ35_0" to="gneE32" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ35_0" to="gneE32" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ35_0" to="gneE32" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ51_0" to="236535061#1.67" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ51_0" to="236535061#1.67" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ56_0" to="136298446#12.78" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ56_0" to="136298446#12.78" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ56_0" to="136298446#12.78" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ56_3" to="gneE42" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ56_3" to="gneE42" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ57_0" to="gneE50" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ57_1" to="gneE50" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ57_2" to="gneE48" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ57_2" to="gneE48" fromLane="1" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ57_2" to="gneE48" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ57_5" to="gneE50" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ57_5" to="gneE50" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ60_0" to="gneE53.0.0.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ62_0" to="510115566#0.8.276" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ62_0" to="510115566#0.8.276" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ65_0" to="136197424#4.0.35" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ65_0" to="136197424#4.0.35" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ68_0" to="gneE63" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ68_0" to="gneE63" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ70_0" to="via_marina_in_2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ70_0" to="via_marina_in_2" fromLane="1" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ70_0" to="via_marina_in_2" fromLane="2" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ70_3" to="via_marina_in_2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ70_4" to="via_marina_in_2" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ70_5" to="via_marina_in_2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ70_6" to="via_marina_in_2" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ73_0" to="gneE61.0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ73_0" to="gneE61.0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ73_2" to="gneE60" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ74_0" to="via_marina_out_2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ74_0" to="via_marina_out_2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ76_0" to="via_marina_out_4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ76_1" to="via_marina_out_4" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ83_0" to="via_marina_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ83_0" to="via_marina_out" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ83_2" to="via_marina_out" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ83_2" to="via_marina_out" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ93_0" to="gneE66" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ93_1" to="gneE68" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ94_0" to="gneE67" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ94_1" to="-gneE66" fromLane="0" toLane="0" dir="s" state="M"/>

    <roundabout nodes="257082347 gneJ14 gneJ17 gneJ18 gneJ21" edges="504682419#0.1 gneE10 gneE11 gneE12 gneE15"/>

</net>

Back to the top