Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Route starting at edge <edge> could not be closed

Hi,

I've been getting this error message sporadically even though I can find nothing wrong with my network and it sometimes runs okay. Small changes like changing the input flows, turn ratios, or even road speeds, can cause the error to occur or not occur. I'm using turn ratios and JTRROUTER. Sometimes the error occurs towards the very end of JTRROUTER's processing (3595 seconds out of 3600). Are there some general guidelines on what can cause this error to occur?

By the way, I haven't been able to get inductionLoops to work either. They don't appear in the simulation and no files are generated either. Am I missing something?

Thanks,
Albert Jeans

Attachment: shoreline.sumocfg
Description: application/sumo

<routes>
# Vehicle definitions
    <vType id="normal_car" vClass="passenger" maxSpeed="60" speedFactor="0.9" speedDev="0.2" sigma="0.5" color=".8,.8,.8" />
    <vType id="sporty_car" vClass="passenger" maxSpeed="60" speedFactor="1.3" speedDev="0.1" sigma="0.1" color="1,0,0" />
    <vType id="trailer" vClass="trailer"  maxSpeed="30" speedFactor="1.1" speedDev="0.1" color="0,0,1" />
    <vType id="coach" vClass="coach"  maxSpeed="30" speedFactor="1." speedDev="0.1" color="1,.5,0" />

# 85 Off-ramp
    <flow id="85_normal" type="normal_car" begin="0" end="3600" number="483" from="beg_NB85" departPos="last" departLane="best" />
    <flow id="85_trailer_85" type="trailer" begin="0" end="3600" number="5" from="beg_NB85" departPos="last" departLane="best" />
    <flow id="85_coach" type="coach" begin="0" end="3600" number="10" from="beg_NB85" departPos="last" departLane="best" />
    <flow id="85_sporty" type="sporty_car" begin="0" end="3600" number="66" from="beg_NB85" departPos="last" departLane="best" />

# 101 Off-ramp
    <flow id="101_normal" type="normal_car" begin="0" end="3600" number="684" from="beg_NB101" departPos="last" departLane="best" />
    <flow id="101_coach" type="coach" begin="0" end="3600" number="10" from="beg_NB101" departPos="last" departLane="best" />
    <flow id="101_trailer" type="trailer" begin="0" end="3600" number="5" from="beg_NB101" departPos="last" departLane="best" />
    <flow id="101_sporty" type="sporty_car" begin="0" end="3600" number="67" from="beg_NB101" departPos="last" departLane="best" />

# North Bayshore to south
    <flow id="SB_Shoreline_1" type="normal_car" begin="0" end="3600" number="240" from="beg_SB_Shoreline" departPos="last" departLane="best" />

# WB Pear Ave
    <flow id="Pear-NB101" type="normal_car" begin="0" end="3600" number="100" from="beg_WB_Pear" departPos="last" departLane="best" />

# La Avenida
    <flow id="Avenida-normal" type="normal_car" begin="0" end="3600" number="100" from="beg_WB_Avenida" departPos="last" departLane="best" />
    <flow id="Avenida-trailer" type="trailer" begin="0" end="3600" number="33" from="beg_WB_Avenida" departPos="last" departLane="best" />

# US101SB Off-ramp
    <flow id="101SB_normal" type="normal_car" begin="0" end="3600" number="558" from="beg_SB101_offramp" departPos="last" departLane="best" />

# WB Terra Bella
    <flow id="WB_TerraBella" type="normal_car" begin="0" end="3600" number="50" from="j10+e2" departPos="last" departLane="best" />

# NB Shoreline
    <flow id="NB_Shoreline" type="normal_car" begin="0" end="3600" number="1200" from="beg_NB_Shoreline" departPos="last" departLane="best" />
    <flow id="NB_Shoreline_sporty" type="sporty_car" begin="0" end="3600" number="300" from="beg_NB_Shoreline" departPos="last" departLane="best" />
    <flow id="NB_Shoreline_coach" type="coach" begin="0" end="3600" number="20" from="beg_NB_Shoreline" departPos="last" departLane="best" />

# EB Middlefield
    <flow id="EB_Middlefield" type="normal_car" begin="0" end="3600" number="505" from="j14+e4" departPos="last" departLane="best" />

# WB Middlefield
    <flow id="WB_Middlefield" type="normal_car" begin="0" end="3600" number="723" from="beg_WB_Middlefield" departPos="last" departLane="best" />

</routes>
<turns>
   <interval begin="0" end="3600">
# Shoreline @ Pear
       <fromEdge id="j1+e1">
         <toEdge id="j1-e1b" probability="0.0"/>
         <toEdge id="j1-e2" probability="0.29"/>
         <toEdge id="j1-e3" probability="0.71"/>
         <toEdge id="j1-e4" probability="0.0"/>
      </fromEdge>
      <fromEdge id="j1+e2">
         <toEdge id="j1-e3" probability="0.19"/>
         <toEdge id="j1-e4" probability="0.0"/>
         <toEdge id="j1-e1a" probability="0.0"/>
         <toEdge id="j1-e1b" probability="0.81"/>
     </fromEdge>
      <fromEdge id="j1+e3">
         <toEdge id="j1-e4" probability="0.01"/>
         <toEdge id="j1-e1a" probability="0.18"/>
         <toEdge id="j1-e1b" probability="0.76"/>
         <toEdge id="j1-e2" probability="0.05"/>
     </fromEdge>
      <fromEdge id="j1+e4">
         <toEdge id="j1-e1a" probability="0.0"/>
         <toEdge id="j1-e1b" probability="0.3"/>
         <toEdge id="j1-e2" probability="0.3"/>
         <toEdge id="j1-e3" probability="0.1"/>
     </fromEdge>
# SB Shoreline @ NB101 On-ramp
      <fromEdge id="j2+e1">
         <toEdge id="j2-e2" probability="0.70"/>
         <toEdge id="j2-e3" probability="0.30"/>
      </fromEdge>
# Shoreline @ La Avenida (no U-turns)
      <fromEdge id="j3+e1">
         <toEdge id="j3-e4" probability="1.00"/>
      </fromEdge>
      <fromEdge id="j3+e2">
        <toEdge id="j3-e4" probability="0.73"/>
        <toEdge id="j3-e5" probability="0.23"/>
        <toEdge id="j3-e1" probability="0.04"/>
      </fromEdge>
      <fromEdge id="j3+e3">
         <toEdge id="j3-e4" probability="0.23"/>
         <toEdge id="j3-e1" probability="0.77"/>
       </fromEdge>
      <fromEdge id="j3+e4">
         <toEdge id="j3-e1" probability="1.00"/>
       </fromEdge>
# NB Shoreline @ NB101 On-ramp
      <fromEdge id="j4+e3">
         <toEdge id="j4-e1" probability="0.95"/>
         <toEdge id="j4-e2" probability="0.05"/>
      </fromEdge>
# SB Shoreline @ SB101 On-ramp
      <fromEdge id="j5+e1">
         <toEdge id="j5-e2" probability="0.58"/>
         <toEdge id="j5-e3" probability="0.42"/>
      </fromEdge>
# SB Shoreline @ SB101 Off-ramp
      <fromEdge id="j6+e1">
         <toEdge id="j6-e3" probability="1.0"/>
      </fromEdge>
      <fromEdge id="j6+e3">
         <toEdge id="j6-e4" probability="0.03"/>
         <toEdge id="j6-e1" probability="0.97"/>
      </fromEdge>
      <fromEdge id="j6+e4">
         <toEdge id="j6-e1" probability="0.46"/>
         <toEdge id="j6-e3" probability="0.54"/>
     </fromEdge>
# NB Shoreline @ SB101 On-ramp
      <fromEdge id="j7+e3">
         <toEdge id="j7-e1" probability="0.95"/>
         <toEdge id="j7-e2" probability="0.05"/>
      </fromEdge>
# Shoreline @ Terra Bella
      <fromEdge id="j8+e1">
         <toEdge id="j8-e1" probability="0.15"/>
         <toEdge id="j8-e2" probability="0.03"/>
         <toEdge id="j8-e3" probability="0.64"/>
         <toEdge id="j8-e4" probability="0.18"/>
      </fromEdge>
      <fromEdge id="j8+e2">
         <toEdge id="j8-e3" probability="0.12"/>
         <toEdge id="j8-e4" probability="0.09"/>
         <toEdge id="j8-e1" probability="0.79"/>
     </fromEdge>
      <fromEdge id="j8+e3">
         <toEdge id="j8-e3" probability="0.00"/>
         <toEdge id="j8-e4" probability="0.02"/>
         <toEdge id="j8-e1" probability="0.96"/>
         <toEdge id="j8-e2" probability="0.02"/>
     </fromEdge>
     <fromEdge id="j8+e4">
         <toEdge id="j8-e1" probability="0.62"/>
         <toEdge id="j8-e2" probability="0.38"/>
         <toEdge id="j8-e3" probability="0.00"/>
     </fromEdge>
# Shoreline @ Middlefield
      <fromEdge id="j9+e1">
         <toEdge id="j9-e2" probability="0.16"/>
         <toEdge id="j9-e3" probability="0.72"/>
         <toEdge id="j9-e4" probability="0.12"/>
      </fromEdge>
      <fromEdge id="j9+e2">
         <toEdge id="j9-e2" probability="0.01"/>
         <toEdge id="j9-e3" probability="0.17"/>
         <toEdge id="j9-e4" probability="0.55"/>
         <toEdge id="j9-e1" probability="0.27"/>
     </fromEdge>
      <fromEdge id="j9+e3">
         <toEdge id="j9-e4" probability="0.12"/>
         <toEdge id="j9-e1" probability="0.76"/>
         <toEdge id="j9-e2" probability="0.12"/>
     </fromEdge>
     <fromEdge id="j9+e4">
        <toEdge id="j9-e4" probability="0.05"/>
        <toEdge id="j9-e1" probability="0.13"/>
        <toEdge id="j9-e2" probability="0.59"/>
        <toEdge id="j9-e3" probability="0.23"/>
     </fromEdge>
# Terra Bella @ Linda Vista
      <fromEdge id="j10+e1">
         <toEdge id="j10-e2" probability="0.00"/>
         <toEdge id="j10-e3" probability="0.50"/>
         <toEdge id="j10-e4" probability="0.50"/>
      </fromEdge>
      <fromEdge id="j10+e2">
         <toEdge id="j10-e3" probability="0.30"/>
         <toEdge id="j10-e4" probability="0.70"/>
         <toEdge id="j10-e1" probability="0.00"/>
     </fromEdge>
      <fromEdge id="j10+e3">
         <toEdge id="j10-e4" probability="0.70"/>
         <toEdge id="j10-e1" probability="0.00"/>
         <toEdge id="j10-e2" probability="0.30"/>
     </fromEdge>
     <fromEdge id="j10+e4">
        <toEdge id="j10-e1" probability="0.00"/>
        <toEdge id="j10-e2" probability="0.80"/>
        <toEdge id="j10-e3" probability="0.20"/>
     </fromEdge>
# Linda Vista @ San Ardo
      <fromEdge id="j11+e1">
         <toEdge id="j11-e2" probability="0.00"/>
         <toEdge id="j11-e3" probability="1.00"/>
      </fromEdge>
      <fromEdge id="j11+e2">
         <toEdge id="j11-e3" probability="0.00"/>
        <toEdge id="j11-e1" probability="1.00"/>
     </fromEdge>
      <fromEdge id="j11+e3">
         <toEdge id="j11-e1" probability="1.00"/>
         <toEdge id="j11-e2" probability="0.00"/>
     </fromEdge>
# Middlefield @ Linda Vista
      <fromEdge id="j12+e1">
         <toEdge id="j12-e2" probability="1.00"/>
         <toEdge id="j12-e4" probability="0.00"/>
      </fromEdge>
      <fromEdge id="j12+e2">
        <toEdge id="j12-e2" probability="0.05"/>
        <toEdge id="j12-e4" probability="0.90"/>
        <toEdge id="j12-e1" probability="0.05"/>
     </fromEdge>
      <fromEdge id="j12+e4">
        <toEdge id="j12-e4" probability="0.00"/>
        <toEdge id="j12-e1" probability="0.00"/>
         <toEdge id="j12-e2" probability="1.00"/>
     </fromEdge>
# Middlefield @ San Lucas
      <fromEdge id="j13+e2">
         <toEdge id="j13-e1" probability="1.00"/>
     </fromEdge>
      <fromEdge id="j13+e3">
         <toEdge id="j13-e1" probability="1.00"/>
         <toEdge id="j13-e2" probability="0.00"/>
     </fromEdge>
# Middlefield @ Terra Bella
      <fromEdge id="j14+e1">
         <toEdge id="j14-e2" probability="0.00"/>
         <toEdge id="j14-e4" probability="1.00"/>
      </fromEdge>
      <fromEdge id="j14+e2">
        <toEdge id="j14-e4" probability="1.00"/>
        <toEdge id="j14-e1" probability="0.00"/>
     </fromEdge>
      <fromEdge id="j14+e4">
        <toEdge id="j14-e1" probability="0.20"/>
        <toEdge id="j14-e2" probability="0.80"/>
     </fromEdge>



   </interval>
      <sink edges="j1-e1a j1-e1b end_EB_Pear j1-e4 end_NB101_onramp end_EB_Avenida end_SB85_onramp j7-e2 j10-e1 j10-e2 end_SB_Shoreline end_EB_Middlefield j14-e4"/>
</turns>
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 09/30/19 15:29:40 by Eclipse SUMO netedit Version 1.3.1
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd";>

    <input>
        <sumo-net-file value="F:\SUMO\Shoreline\Shoreline_turnratios.net.xml"/>
    </input>

    <output>
        <output-file value="F:\SUMO\Shoreline\Shoreline_turnratios.net.xml"/>
        <output.street-names value="true"/>
    </output>

    <processing>
        <geometry.max-grade.fix value="false"/>
        <offset.disable-normalization value="true"/>
        <opposites.guess.fix-lengths value="true"/>
        <lefthand value="false"/>
    </processing>

    <junctions>
        <no-turnarounds value="true"/>
        <junctions.corner-detail value="5"/>
        <junctions.limit-turn-speed value="5.5"/>
        <rectangular-lane-cut value="false"/>
    </junctions>

    <pedestrian>
        <walkingareas value="false"/>
    </pedestrian>

</configuration>
-->

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

    <location netOffset="-580278.20,-4140000.08" convBoundary="751.39,-48.93,2256.35,1502.91" origBoundary="-122.092860,37.403127,-122.062366,37.446596" projParameter="+proj=utm +zone=10 +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="27.78" allow="bus" oneway="1"/>
    <type id="highway.cycleway" priority="1" numLanes="1" speed="8.33" 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="2" numLanes="1" speed="2.78" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.motorway" priority="14" numLanes="2" speed="39.44" 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="9" numLanes="1" speed="22.22" 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="pedestrian bicycle" 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="12" numLanes="2" speed="27.78" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.primary_link" priority="7" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.raceway" priority="15" numLanes="2" speed="83.33" allow="vip" oneway="0"/>
    <type id="highway.residential" priority="3" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.secondary" priority="11" numLanes="2" speed="27.78" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.secondary_link" priority="6" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.service" priority="1" numLanes="1" speed="5.56" allow="pedestrian delivery bicycle" 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="10" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.tertiary_link" priority="5" numLanes="1" speed="22.22" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.track" priority="1" numLanes="1" speed="5.56" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.trunk" priority="13" numLanes="2" speed="27.78" disallow="pedestrian bicycle tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.trunk_link" priority="8" numLanes="1" speed="22.22" disallow="pedestrian bicycle tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.unclassified" priority="4" numLanes="1" speed="13.89" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="highway.unsurfaced" priority="1" numLanes="1" speed="8.33" disallow="tram rail_urban rail rail_electric rail_fast ship" oneway="0"/>
    <type id="railway.highspeed" priority="21" numLanes="1" speed="69.44" allow="rail_fast" oneway="1"/>
    <type id="railway.light_rail" priority="19" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.preserved" priority="16" numLanes="1" speed="27.78" allow="rail" oneway="1"/>
    <type id="railway.rail" priority="20" numLanes="1" speed="44.44" allow="rail" oneway="1"/>
    <type id="railway.subway" priority="18" numLanes="1" speed="27.78" allow="rail_urban" oneway="1"/>
    <type id="railway.tram" priority="17" numLanes="1" speed="13.89" allow="tram" oneway="1"/>

    <edge id=":102175174_0" function="internal">
        <lane id=":102175174_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.18" shape="1520.55,1132.42 1520.37,1132.43"/>
    </edge>
    <edge id=":102175174_1" function="internal">
        <lane id=":102175174_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.29" shape="1520.13,1129.24 1520.42,1129.23"/>
    </edge>
    <edge id=":1350115460_0" function="internal">
        <lane id=":1350115460_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="7.27" shape="1231.43,1066.73 1229.36,1066.13 1227.93,1065.77 1226.48,1065.50 1224.35,1065.16"/>
    </edge>
    <edge id=":1350115557_0" function="internal">
        <lane id=":1350115557_0_0" index="0" speed="22.22" length="8.21" shape="1175.84,1073.20 1173.58,1074.06 1171.90,1074.30 1170.23,1074.55 1167.99,1075.44"/>
    </edge>
    <edge id=":1350115557_1" function="internal">
        <lane id=":1350115557_1_0" index="0" speed="22.22" length="8.21" shape="1174.34,1070.32 1172.10,1071.21 1170.42,1071.46 1168.75,1071.72 1166.51,1072.61"/>
    </edge>
    <edge id=":1394515010_0" function="internal">
        <lane id=":1394515010_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="4.67" shape="1694.18,1121.22 1695.42,1121.96 1695.86,1122.74 1695.50,1123.56 1694.34,1124.42"/>
    </edge>
    <edge id=":1394515159_0" function="internal">
        <lane id=":1394515159_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.29" shape="1312.72,1265.32 1312.72,1265.60"/>
        <lane id=":1394515159_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.29" shape="1309.52,1265.27 1309.52,1265.58"/>
    </edge>
    <edge id=":26028109_0" function="internal">
        <lane id=":26028109_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="15.38" shape="2200.28,564.92 2186.42,571.32"/>
        <lane id=":26028109_0_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="15.38" shape="2199.15,561.92 2185.08,568.42"/>
    </edge>
    <edge id=":312379251_0" function="internal">
        <lane id=":312379251_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="8.06" shape="1277.75,1115.10 1275.59,1107.34"/>
    </edge>
    <edge id=":312379251_1" function="internal">
        <lane id=":312379251_1_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="7.83" shape="1274.74,1115.82 1272.54,1108.31"/>
    </edge>
    <edge id=":33375252_0" function="internal">
        <lane id=":33375252_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1315.61,1047.68 1315.61,1047.99"/>
        <lane id=":33375252_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1312.41,1047.69 1312.41,1047.97"/>
    </edge>
    <edge id=":348360455-AddedOffRampNode_0" function="internal">
        <lane id=":348360455-AddedOffRampNode_0_0" index="0" speed="22.22" length="0.28" shape="1384.11,882.09 1384.33,881.98"/>
        <lane id=":348360455-AddedOffRampNode_0_1" index="1" speed="22.22" length="0.28" shape="1385.54,884.95 1385.82,884.81"/>
    </edge>
    <edge id=":363027669_0" function="internal">
        <lane id=":363027669_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.45" shape="1433.48,1142.72 1433.18,1142.79"/>
        <lane id=":363027669_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.45" shape="1432.88,1139.58 1432.44,1139.67"/>
        <lane id=":363027669_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.45" shape="1432.29,1136.43 1431.70,1136.56"/>
    </edge>
    <edge id=":3696108256_0" function="internal">
        <lane id=":3696108256_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="4.67" shape="1584.34,585.40 1585.54,586.21 1585.93,587.01 1585.52,587.81 1584.32,588.60"/>
    </edge>
    <edge id=":417103945#0-AddedOffRampNode_0" function="internal">
        <lane id=":417103945#0-AddedOffRampNode_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="14.77" length="8.24" shape="1316.32,622.94 1316.88,625.40 1318.00,626.94 1319.10,628.47 1319.59,630.94"/>
        <lane id=":417103945#0-AddedOffRampNode_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="14.77" length="8.24" shape="1316.32,622.94 1316.39,630.93"/>
        <lane id=":417103945#0-AddedOffRampNode_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="14.77" length="8.24" shape="1313.13,623.01 1313.19,630.91"/>
    </edge>
    <edge id=":4177242966_0" function="internal">
        <lane id=":4177242966_0_0" index="0" speed="14.77" length="8.21" shape="1302.52,667.62 1302.28,665.22 1301.74,663.62 1301.20,662.01 1300.96,659.61"/>
        <lane id=":4177242966_0_1" index="1" speed="14.77" length="8.21" shape="1305.72,667.64 1305.48,665.24 1304.94,663.63 1304.40,662.03 1304.16,659.63"/>
        <lane id=":4177242966_0_2" index="2" speed="14.77" length="8.21" shape="1305.72,667.64 1305.98,665.24 1306.54,663.64 1307.10,662.04 1307.36,659.65"/>
    </edge>
    <edge id=":4177242967_0" function="internal">
        <lane id=":4177242967_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1316.42,761.68 1316.63,764.08 1317.16,765.69 1317.69,767.30 1317.92,769.69"/>
        <lane id=":4177242967_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1316.42,761.68 1316.13,764.08 1315.56,765.67 1314.99,767.27 1314.72,769.66"/>
        <lane id=":4177242967_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1313.22,761.64 1312.93,764.03 1312.36,765.63 1311.79,767.23 1311.52,769.63"/>
    </edge>
    <edge id=":4177242968_0" function="internal">
        <lane id=":4177242968_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1317.64,796.67 1317.87,799.07 1318.40,800.67 1318.94,802.27 1319.18,804.66"/>
        <lane id=":4177242968_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1317.64,796.67 1317.37,799.06 1316.80,800.66 1316.24,802.26 1315.98,804.65"/>
        <lane id=":4177242968_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1314.44,796.64 1314.17,799.04 1313.60,800.64 1313.04,802.24 1312.78,804.63"/>
        <lane id=":4177242968_0_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1311.24,796.61 1310.97,799.01 1310.40,800.61 1309.84,802.22 1309.58,804.62"/>
    </edge>
    <edge id=":4177242969_0" function="internal">
        <lane id=":4177242969_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.60" shape="1312.60,1298.10 1313.09,1300.57 1314.19,1302.11 1315.29,1303.65 1315.78,1306.11"/>
        <lane id=":4177242969_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.60" shape="1309.40,1298.10 1309.89,1300.56 1310.99,1302.10 1312.09,1303.64 1312.58,1306.10"/>
        <lane id=":4177242969_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.60" shape="1309.40,1298.10 1309.38,1306.10"/>
        <lane id=":4177242969_0_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.60" shape="1309.40,1298.10 1308.89,1300.56 1307.79,1302.09 1306.69,1303.63 1306.18,1306.09"/>
    </edge>
    <edge id=":4177248959_0" function="internal">
        <lane id=":4177248959_0_0" index="0" speed="15.65" length="8.18" shape="1234.33,367.09 1236.23,365.66 1237.29,364.37 1238.34,363.06 1240.21,361.57"/>
        <lane id=":4177248959_0_1" index="1" speed="15.65" length="8.18" shape="1235.98,369.83 1237.90,368.39 1238.98,367.09 1240.04,365.77 1241.93,364.27"/>
        <lane id=":4177248959_0_2" index="2" speed="15.65" length="8.18" shape="1235.98,369.83 1238.17,368.81 1239.84,368.43 1241.49,368.05 1243.65,366.97"/>
    </edge>
    <edge id=":4213107386_0" function="internal">
        <lane id=":4213107386_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1155.29,414.65 1155.55,414.49"/>
        <lane id=":4213107386_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1156.95,417.39 1157.20,417.23"/>
    </edge>
    <edge id=":447909678_0" function="internal">
        <lane id=":447909678_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="8.58" shape="1494.09,1133.92 1491.77,1134.26 1490.25,1134.89 1488.73,1135.55 1486.41,1135.99"/>
        <lane id=":447909678_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="8.58" shape="1494.09,1133.92 1491.72,1133.76 1490.11,1133.29 1488.51,1132.86 1486.15,1132.80"/>
        <lane id=":447909678_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="8.58" shape="1494.09,1133.92 1491.50,1133.27 1489.98,1131.69 1488.46,1130.15 1485.88,1129.61"/>
    </edge>
    <edge id=":447913628_0" function="internal">
        <lane id=":447913628_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="7.38" shape="1247.14,832.87 1248.79,831.16 1249.44,829.46 1250.14,827.86 1251.96,826.43"/>
        <lane id=":447913628_0_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="7.38" shape="1247.14,832.87 1248.91,831.69 1250.14,830.93 1251.43,830.24 1253.34,829.32"/>
        <lane id=":447913628_0_2" index="2" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="7.38" shape="1248.93,835.52 1250.58,834.42 1251.74,833.71 1252.94,833.07 1254.73,832.20"/>
        <lane id=":447913628_0_3" index="3" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="7.38" shape="1248.93,835.52 1250.86,834.83 1252.42,835.14 1254.04,835.53 1256.11,835.09"/>
    </edge>
    <edge id=":4884567876_0" function="internal">
        <lane id=":4884567876_0_0" index="0" speed="15.65" length="8.20" shape="1392.32,302.95 1390.46,304.47 1389.43,305.81 1388.41,307.16 1386.57,308.70"/>
        <lane id=":4884567876_0_1" index="1" speed="15.65" length="8.20" shape="1392.32,302.95 1390.18,304.06 1388.54,304.48 1386.91,304.91 1384.78,306.04"/>
        <lane id=":4884567876_0_2" index="2" speed="15.65" length="8.20" shape="1390.56,300.28 1388.42,301.39 1386.77,301.82 1385.13,302.25 1383.00,303.38"/>
    </edge>
    <edge id=":4884567885_0" function="internal">
        <lane id=":4884567885_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="7.48" shape="1509.81,201.66 1508.64,203.63 1508.12,205.17 1507.53,206.66 1506.16,208.46"/>
        <lane id=":4884567885_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="7.48" shape="1507.25,199.74 1506.14,201.63 1505.67,203.11 1505.13,204.53 1503.84,206.26"/>
        <lane id=":4884567885_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="7.48" shape="1507.25,199.74 1505.80,201.26 1504.51,202.00 1503.16,202.69 1501.52,204.05"/>
    </edge>
    <edge id=":4884567893_0" function="internal">
        <lane id=":4884567893_0_0" index="0" speed="15.65" length="8.45" shape="1316.99,256.55 1317.41,258.98 1318.47,260.51 1319.54,262.04 1320.02,264.47"/>
        <lane id=":4884567893_0_1" index="1" speed="15.65" length="8.45" shape="1313.79,256.45 1314.21,258.90 1315.27,260.44 1316.34,261.99 1316.82,264.44"/>
        <lane id=":4884567893_0_2" index="2" speed="15.65" length="8.45" shape="1313.79,256.45 1313.62,264.40"/>
    </edge>
    <edge id=":4884567893_3" function="internal">
        <lane id=":4884567893_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.06" shape="1307.22,264.34 1307.39,256.24"/>
        <lane id=":4884567893_3_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.06" shape="1310.42,264.37 1310.59,256.34"/>
    </edge>
    <edge id=":4913266336_0" function="internal">
        <lane id=":4913266336_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.18" shape="1238.05,592.88 1238.00,592.89 1237.97,592.90 1237.93,592.92 1237.88,592.93"/>
    </edge>
    <edge id=":4913266336_1" function="internal">
        <lane id=":4913266336_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.53" shape="1236.78,589.93 1236.93,589.87 1237.04,589.84 1237.14,589.81 1237.29,589.77"/>
    </edge>
    <edge id=":519661983_0" function="internal">
        <lane id=":519661983_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="4.67" shape="1310.45,-4.94 1311.24,-6.15 1312.04,-6.55 1312.84,-6.15 1313.65,-4.96"/>
    </edge>
    <edge id=":529144347_0" function="internal">
        <lane id=":529144347_0_0" index="0" allow="pedestrian delivery bicycle" speed="3.65" length="4.67" shape="1209.42,1356.86 1208.58,1355.69 1208.50,1354.80 1209.16,1354.19 1210.56,1353.88"/>
    </edge>
    <edge id=":573844751-AddedOffRampNode_0" function="internal">
        <lane id=":573844751-AddedOffRampNode_0_0" index="0" speed="15.65" length="0.30" shape="1316.91,911.72 1316.91,912.03"/>
        <lane id=":573844751-AddedOffRampNode_0_1" index="1" speed="15.65" length="0.30" shape="1313.71,911.74 1313.71,912.04"/>
        <lane id=":573844751-AddedOffRampNode_0_2" index="2" speed="15.65" length="0.30" shape="1310.51,911.76 1310.51,912.05"/>
    </edge>
    <edge id=":6481592059_0" function="internal">
        <lane id=":6481592059_0_0" index="0" speed="13.89" length="8.40" shape="1406.99,588.59 1404.53,589.10 1403.00,590.20 1401.46,591.30 1399.00,591.81"/>
        <lane id=":6481592059_0_1" index="1" speed="13.89" length="8.40" shape="1406.99,588.59 1398.99,588.61"/>
    </edge>
    <edge id=":6481592059_2" function="internal">
        <lane id=":6481592059_2_0" index="0" speed="13.89" length="8.00" shape="1398.99,585.41 1406.98,585.39"/>
    </edge>
    <edge id=":6481599039_0" function="internal">
        <lane id=":6481599039_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="7.94" shape="1288.26,588.18 1280.33,588.47"/>
    </edge>
    <edge id=":6481599039_1" function="internal">
        <lane id=":6481599039_1_0" index="0" speed="13.89" length="8.41" shape="1280.18,585.27 1282.63,584.66 1284.14,583.50 1285.64,582.35 1288.09,581.78"/>
        <lane id=":6481599039_1_1" index="1" speed="13.89" length="8.41" shape="1280.18,585.27 1288.18,584.98"/>
    </edge>
    <edge id=":6481614669_0" function="internal">
        <lane id=":6481614669_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.14" shape="1211.11,606.64 1211.00,606.72"/>
    </edge>
    <edge id=":6481614669_1" function="internal">
        <lane id=":6481614669_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.41" shape="1208.97,604.25 1209.29,604.01"/>
    </edge>
    <edge id=":6509336812_0" function="internal">
        <lane id=":6509336812_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.30" shape="1190.07,629.97 1190.02,630.04 1189.99,630.09 1189.96,630.15 1189.93,630.23"/>
    </edge>
    <edge id=":6509336812_1" function="internal">
        <lane id=":6509336812_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.89" shape="1186.98,628.98 1187.09,628.74 1187.16,628.57 1187.26,628.42 1187.40,628.20"/>
    </edge>
    <edge id=":65389652_0" function="internal">
        <lane id=":65389652_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="20.58" shape="1226.01,873.88 1223.48,876.90 1220.92,880.63 1218.46,885.44 1216.23,891.76"/>
    </edge>
    <edge id=":65389652_1" function="internal">
        <lane id=":65389652_1_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="20.87" shape="1222.13,872.11 1220.16,875.57 1217.83,879.56 1215.41,884.52 1213.15,890.88"/>
    </edge>
    <edge id=":65389678_0" function="internal">
        <lane id=":65389678_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="8.87" shape="1199.61,906.32 1199.57,903.57 1198.89,901.63 1198.38,899.74 1198.88,897.14"/>
        <lane id=":65389678_0_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="8.87" shape="1199.61,906.32 1200.03,903.89 1200.41,902.24 1200.94,900.63 1201.85,898.33"/>
    </edge>
    <edge id=":65466197_0" function="internal">
        <lane id=":65466197_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.18" shape="1517.96,298.15 1517.93,298.10 1517.92,298.07 1517.90,298.04 1517.87,297.99"/>
    </edge>
    <edge id=":65466197_1" function="internal">
        <lane id=":65466197_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.55" shape="1520.59,296.31 1520.68,296.45 1520.73,296.55 1520.78,296.64 1520.85,296.79"/>
    </edge>
    <edge id=":65618422_0" function="internal">
        <lane id=":65618422_0_0" index="0" speed="13.89" length="0.10" shape="1644.53,192.43 1644.47,192.47"/>
    </edge>
    <edge id=":65618422_1" function="internal">
        <lane id=":65618422_1_0" index="0" speed="13.89" length="0.10" shape="1642.79,189.75 1642.73,189.79"/>
    </edge>
    <edge id=":65632905_0" function="internal">
        <lane id=":65632905_0_0" index="0" speed="6.07" length="8.16" shape="1574.68,237.66 1573.63,235.66 1573.51,233.84 1574.32,232.21 1576.06,230.76"/>
    </edge>
    <edge id=":65632905_1" function="internal">
        <lane id=":65632905_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.64" shape="1574.68,237.66 1574.63,236.22 1575.04,235.43 1575.34,235.38"/>
    </edge>
    <edge id=":65632905_3" function="internal">
        <lane id=":65632905_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.03" shape="1575.34,235.38 1575.92,235.28 1577.27,235.79"/>
    </edge>
    <edge id=":65632905_2" function="internal">
        <lane id=":65632905_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.90" length="2.72" shape="1577.73,233.49 1577.15,233.97 1576.89,234.51 1576.93,235.12 1577.27,235.79"/>
    </edge>
    <edge id=":66261597_0" function="internal">
        <lane id=":66261597_0_0" index="0" speed="13.89" length="1.03" shape="1158.50,677.65 1158.28,677.86 1158.12,678.00 1157.95,678.12 1157.69,678.28"/>
    </edge>
    <edge id=":66261597_1" function="internal">
        <lane id=":66261597_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1158.50,677.65 1157.08,677.91 1156.24,677.62"/>
    </edge>
    <edge id=":66261597_3" function="internal">
        <lane id=":66261597_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1156.24,677.62 1155.97,676.76 1156.27,675.35"/>
    </edge>
    <edge id=":66261597_2" function="internal">
        <lane id=":66261597_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.34" shape="1156.00,675.56 1156.09,675.51 1156.15,675.47 1156.20,675.42 1156.27,675.35"/>
    </edge>
    <edge id=":6767977675_0" function="internal">
        <lane id=":6767977675_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="9.02" length="1.93" shape="1178.08,658.15 1177.85,658.67 1177.65,659.01 1177.40,659.32 1177.00,659.72"/>
    </edge>
    <edge id=":6767977675_1" function="internal">
        <lane id=":6767977675_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1178.08,658.15 1176.87,658.94 1175.98,659.00"/>
    </edge>
    <edge id=":6767977675_4" function="internal">
        <lane id=":6767977675_4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1175.98,659.00 1175.40,658.32 1175.13,656.90"/>
    </edge>
    <edge id=":6767977675_2" function="internal">
        <lane id=":6767977675_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="0.64" shape="1174.77,657.42 1174.91,657.29 1174.99,657.19 1175.05,657.07 1175.13,656.90"/>
    </edge>
    <edge id=":6767977675_3" function="internal">
        <lane id=":6767977675_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1174.77,657.42 1176.19,657.16 1177.03,657.46"/>
    </edge>
    <edge id=":6767977675_5" function="internal">
        <lane id=":6767977675_5_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1177.03,657.46 1177.30,658.31 1177.00,659.72"/>
    </edge>
    <edge id=":6814821073_0" function="internal">
        <lane id=":6814821073_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="4.67" shape="1540.35,633.52 1539.54,634.71 1538.74,635.11 1537.94,634.71 1537.15,633.50"/>
    </edge>
    <edge id=":cluster_1394515013_1394515014_0" function="internal">
        <lane id=":cluster_1394515013_1394515014_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="6.40" shape="1599.89,1128.90 1593.51,1129.49"/>
    </edge>
    <edge id=":cluster_1394515013_1394515014_1" function="internal">
        <lane id=":cluster_1394515013_1394515014_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="6.38" shape="1593.39,1126.29 1599.73,1125.70"/>
    </edge>
    <edge id=":cluster_4177242965_cluster_4913266357_4913266373_0" function="internal">
        <lane id=":cluster_4177242965_cluster_4913266357_4913266373_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.67" shape="1317.20,490.64 1317.72,499.11"/>
        <lane id=":cluster_4177242965_cluster_4913266357_4913266373_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.67" shape="1314.00,490.62 1314.52,499.10"/>
        <lane id=":cluster_4177242965_cluster_4913266357_4913266373_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.67" shape="1314.00,490.62 1313.57,493.19 1312.66,494.86 1311.74,496.52 1311.32,499.09"/>
    </edge>
    <edge id=":cluster_4177242965_cluster_4913266357_4913266373_3" function="internal">
        <lane id=":cluster_4177242965_cluster_4913266357_4913266373_3_0" index="0" speed="15.65" length="8.69" shape="1304.92,499.08 1304.40,490.57"/>
        <lane id=":cluster_4177242965_cluster_4913266357_4913266373_3_1" index="1" speed="15.65" length="8.69" shape="1308.12,499.09 1307.60,490.58"/>
        <lane id=":cluster_4177242965_cluster_4913266357_4913266373_3_2" index="2" speed="15.65" length="8.69" shape="1308.12,499.09 1308.54,496.51 1309.46,494.84 1310.37,493.18 1310.80,490.60"/>
    </edge>
    <edge id=":cluster_4913265903_6509336824_0" function="internal">
        <lane id=":cluster_4913265903_6509336824_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="1.34" shape="1072.92,731.03 1071.79,731.74"/>
    </edge>
    <edge id=":cluster_4913265903_6509336824_1" function="internal">
        <lane id=":cluster_4913265903_6509336824_1_0" index="0" speed="13.89" length="1.34" shape="1070.09,729.02 1071.23,728.31"/>
    </edge>
    <edge id=":cluster_4913265903_6509336824_2" function="internal">
        <lane id=":cluster_4913265903_6509336824_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1070.09,729.02 1071.54,729.07 1072.30,729.53"/>
    </edge>
    <edge id=":cluster_4913265903_6509336824_3" function="internal">
        <lane id=":cluster_4913265903_6509336824_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1072.30,729.53 1072.38,730.43 1071.79,731.74"/>
    </edge>
    <edge id=":cluster_gneJ29_gneJ30_0" function="internal">
        <lane id=":cluster_gneJ29_gneJ30_0_0" index="0" speed="22.22" length="8.01" shape="1692.58,840.37 1685.41,843.94"/>
        <lane id=":cluster_gneJ29_gneJ30_0_1" index="1" speed="22.22" length="8.01" shape="1691.23,837.47 1684.06,841.04"/>
    </edge>
    <edge id=":cluster_gneJ29_gneJ30_2" function="internal">
        <lane id=":cluster_gneJ29_gneJ30_2_0" index="0" speed="22.22" length="8.00" shape="1690.05,834.95 1682.71,838.14"/>
        <lane id=":cluster_gneJ29_gneJ30_2_1" index="1" speed="22.22" length="8.00" shape="1688.70,832.05 1681.36,835.24"/>
    </edge>
    <edge id=":cluster_gneJ34_gneJ35_0" function="internal">
        <lane id=":cluster_gneJ34_gneJ35_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="5.15" shape="1509.17,925.90 1504.65,928.07"/>
        <lane id=":cluster_gneJ34_gneJ35_0_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="5.15" shape="1507.82,923.00 1503.22,925.21"/>
        <lane id=":cluster_gneJ34_gneJ35_0_2" index="2" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="5.15" shape="1506.48,920.10 1501.80,922.35"/>
        <lane id=":cluster_gneJ34_gneJ35_0_3" index="3" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="5.15" shape="1505.13,917.20 1500.37,919.49"/>
    </edge>
    <edge id=":gneJ12_0" function="internal">
        <lane id=":gneJ12_0_0" index="0" speed="14.77" length="0.10" shape="1441.28,1367.56 1441.28,1367.56"/>
    </edge>
    <edge id=":gneJ12_1" function="internal">
        <lane id=":gneJ12_1_0" index="0" speed="14.77" length="0.10" shape="1441.12,1364.36 1441.12,1364.36"/>
    </edge>
    <edge id=":gneJ20_0" function="internal">
        <lane id=":gneJ20_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="2.68" shape="2068.92,317.00 2068.55,317.73 2068.13,318.01 2067.65,317.84 2067.12,317.22"/>
        <lane id=":gneJ20_0_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="2.68" shape="2065.71,316.86 2065.43,317.65 2065.04,317.99 2064.53,317.88 2063.90,317.32"/>
    </edge>
    <edge id=":gneJ24_0" function="internal">
        <lane id=":gneJ24_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.10" shape="1317.13,90.55 1317.13,90.55"/>
        <lane id=":gneJ24_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.10" shape="1313.93,90.51 1313.93,90.51"/>
    </edge>
    <edge id=":gneJ24_2" function="internal">
        <lane id=":gneJ24_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.10" shape="1307.53,90.43 1307.53,90.43"/>
        <lane id=":gneJ24_2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.10" shape="1310.73,90.47 1310.73,90.47"/>
    </edge>
    <edge id=":gneJ25_0" function="internal">
        <lane id=":gneJ25_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1291.90,1447.53 1291.68,1445.13 1291.15,1443.52 1290.62,1441.91 1290.40,1439.51"/>
        <lane id=":gneJ25_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1295.10,1447.57 1294.88,1445.17 1294.35,1443.56 1293.82,1441.95 1293.60,1439.55"/>
        <lane id=":gneJ25_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1298.30,1447.61 1298.08,1445.21 1297.55,1443.60 1297.02,1441.99 1296.80,1439.59"/>
        <lane id=":gneJ25_0_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1298.30,1447.61 1298.58,1445.22 1299.15,1443.62 1299.72,1442.03 1300.00,1439.63"/>
    </edge>
    <edge id=":gneJ26_0" function="internal">
        <lane id=":gneJ26_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="0.24" shape="961.54,1119.46 961.74,1119.34"/>
    </edge>
    <edge id=":gneJ28_0" function="internal">
        <lane id=":gneJ28_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="14.77" length="0.37" shape="1304.79,544.91 1304.79,544.51"/>
        <lane id=":gneJ28_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="14.77" length="0.37" shape="1307.99,544.86 1307.99,544.52"/>
    </edge>
    <edge id=":gneJ28_2" function="internal">
        <lane id=":gneJ28_2_0" index="0" speed="14.77" length="0.22" shape="1317.59,544.55 1317.59,544.71"/>
        <lane id=":gneJ28_2_1" index="1" speed="14.77" length="0.22" shape="1314.39,544.54 1314.39,544.76"/>
        <lane id=":gneJ28_2_2" index="2" speed="14.77" length="0.22" shape="1311.19,544.53 1311.19,544.81"/>
    </edge>
    <edge id=":gneJ29_0" function="internal">
        <lane id=":gneJ29_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1294.59,1030.02 1294.59,1029.70"/>
        <lane id=":gneJ29_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1297.79,1030.05 1297.79,1029.75"/>
        <lane id=":gneJ29_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1300.99,1030.08 1300.99,1029.81"/>
    </edge>
    <edge id=":gneJ3_0" function="internal">
        <lane id=":gneJ3_0_0" index="0" speed="14.77" length="0.33" shape="1607.80,-1.87 1607.78,-1.72 1607.77,-1.62 1607.75,-1.52 1607.72,-1.38"/>
        <lane id=":gneJ3_0_1" index="1" speed="14.77" length="0.33" shape="1604.61,-2.18 1604.61,-2.13 1604.60,-2.10 1604.60,-2.06 1604.59,-2.02"/>
    </edge>
    <edge id=":gneJ30_0" function="internal">
        <lane id=":gneJ30_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1299.52,867.45 1299.52,867.15"/>
        <lane id=":gneJ30_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1302.72,867.47 1302.72,867.17"/>
    </edge>
    <edge id=":gneJ31_0" function="internal">
        <lane id=":gneJ31_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1293.76,1205.98 1293.76,1205.68"/>
        <lane id=":gneJ31_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1296.96,1206.00 1296.96,1205.70"/>
        <lane id=":gneJ31_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.30" shape="1300.16,1206.02 1300.16,1205.72"/>
    </edge>
    <edge id=":gneJ32_0" function="internal">
        <lane id=":gneJ32_0_0" index="0" speed="13.89" length="0.10" shape="1540.98,473.63 1540.98,473.63"/>
    </edge>
    <edge id=":gneJ32_1" function="internal">
        <lane id=":gneJ32_1_0" index="0" speed="13.89" length="0.10" shape="1537.78,473.61 1537.78,473.61"/>
    </edge>
    <edge id=":gneJ33_0" function="internal">
        <lane id=":gneJ33_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.28" shape="1388.21,274.08 1388.47,273.91"/>
        <lane id=":gneJ33_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="0.28" shape="1389.96,276.75 1390.17,276.62"/>
    </edge>
    <edge id=":gneJ35_0" function="internal">
        <lane id=":gneJ35_0_0" index="0" speed="15.65" length="0.10" shape="1076.83,497.39 1076.83,497.39"/>
        <lane id=":gneJ35_0_1" index="1" speed="15.65" length="0.10" shape="1075.19,494.65 1075.19,494.65"/>
    </edge>
    <edge id=":gneJ36_0" function="internal">
        <lane id=":gneJ36_0_0" index="0" speed="15.65" length="0.36" shape="1600.15,35.87 1600.12,36.03 1600.10,36.14 1600.07,36.24 1600.02,36.40"/>
        <lane id=":gneJ36_0_1" index="1" speed="15.65" length="0.36" shape="1597.02,35.23 1597.01,35.29 1597.00,35.32 1596.99,35.36 1596.97,35.41"/>
    </edge>
    <edge id=":gneJ5_0" function="internal">
        <lane id=":gneJ5_0_0" index="0" speed="6.09" length="7.40" shape="1697.96,150.46 1698.73,152.32 1698.76,154.01 1698.02,155.53 1696.54,156.89"/>
    </edge>
    <edge id=":gneJ5_1" function="internal">
        <lane id=":gneJ5_1_0" index="0" speed="3.91" length="2.47" shape="1694.73,154.25 1695.23,153.79 1695.47,153.29 1695.46,152.72 1695.20,152.11"/>
    </edge>
    <edge id=":gneJ9_0" function="internal">
        <lane id=":gneJ9_0_0" index="0" speed="15.65" length="0.28" shape="1568.32,62.42 1568.37,62.29"/>
        <lane id=":gneJ9_0_1" index="1" speed="15.65" length="0.28" shape="1571.23,63.75 1571.38,63.36"/>
    </edge>
    <edge id=":j1_0" function="internal">
        <lane id=":j1_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="8.52" length="15.43" shape="1321.76,1373.80 1317.85,1374.62 1315.05,1376.62 1313.34,1379.79 1312.74,1384.15"/>
    </edge>
    <edge id=":j1_1" function="internal">
        <lane id=":j1_1_0" index="0" speed="9.86" length="20.98" shape="1321.76,1373.80 1314.83,1374.75 1309.87,1376.78 1306.87,1379.88 1305.83,1384.06"/>
    </edge>
    <edge id=":j1_2" function="internal">
        <lane id=":j1_2_0" index="0" allow="pedestrian delivery bicycle" speed="13.89" length="36.15" shape="1321.76,1373.80 1285.63,1375.11"/>
    </edge>
    <edge id=":j1_3" function="internal">
        <lane id=":j1_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="10.89" length="14.68" shape="1321.76,1373.80 1312.09,1373.71 1307.17,1372.73"/>
    </edge>
    <edge id=":j1_21" function="internal">
        <lane id=":j1_21_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="10.89" length="11.70" shape="1307.17,1372.73 1305.07,1372.31 1300.69,1369.59 1298.94,1365.54"/>
    </edge>
    <edge id=":j1_4" function="internal">
        <lane id=":j1_4_0" index="0" speed="6.75" length="10.19" shape="1315.67,1364.04 1316.04,1367.02 1317.15,1369.12 1319.00,1370.31 1321.59,1370.60"/>
    </edge>
    <edge id=":j1_5" function="internal">
        <lane id=":j1_5_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="20.24" shape="1315.67,1364.04 1315.22,1370.06 1314.24,1374.15 1313.24,1378.22 1312.74,1384.15"/>
        <lane id=":j1_5_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="20.24" shape="1312.48,1364.32 1312.23,1370.22 1311.22,1374.21 1310.11,1378.20 1309.54,1384.11"/>
    </edge>
    <edge id=":j1_7" function="internal">
        <lane id=":j1_7_0" index="0" speed="15.65" length="19.85" shape="1309.29,1364.61 1308.95,1371.11 1307.75,1376.16 1306.46,1380.30 1305.83,1384.06"/>
    </edge>
    <edge id=":j1_8" function="internal">
        <lane id=":j1_8_0" index="0" allow="pedestrian delivery bicycle" speed="11.07" length="28.87" shape="1309.29,1364.61 1306.98,1369.50 1300.93,1373.88 1293.15,1377.05 1285.67,1378.31"/>
    </edge>
    <edge id=":j1_9" function="internal">
        <lane id=":j1_9_0" index="0" allow="pedestrian delivery bicycle" speed="10.40" length="25.34" shape="1306.10,1364.90 1304.99,1369.28 1301.21,1372.44 1294.76,1374.38 1285.63,1375.11"/>
    </edge>
    <edge id=":j1_10" function="internal">
        <lane id=":j1_10_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.77" length="10.47" shape="1285.60,1371.91 1288.84,1371.52 1291.08,1370.42 1292.33,1368.62 1292.57,1366.12"/>
    </edge>
    <edge id=":j1_11" function="internal">
        <lane id=":j1_11_0" index="0" speed="15.65" length="36.02" shape="1285.60,1371.91 1321.59,1370.60"/>
    </edge>
    <edge id=":j1_12" function="internal">
        <lane id=":j1_12_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="11.31" length="29.90" shape="1285.60,1371.91 1296.13,1372.57 1303.63,1374.83 1308.10,1378.67 1309.54,1384.11"/>
    </edge>
    <edge id=":j1_13" function="internal">
        <lane id=":j1_13_0" index="0" speed="10.68" length="26.57" shape="1285.60,1371.91 1294.51,1372.58 1300.85,1374.83 1304.62,1378.66 1305.83,1384.06"/>
    </edge>
    <edge id=":j1_14" function="internal">
        <lane id=":j1_14_0" index="0" allow="pedestrian delivery bicycle" speed="6.43" length="8.95" shape="1291.13,1383.88 1290.82,1381.42 1289.80,1379.67 1288.09,1378.64 1285.67,1378.31"/>
    </edge>
    <edge id=":j1_15" function="internal">
        <lane id=":j1_15_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="18.20" shape="1291.13,1383.88 1291.52,1378.60 1292.20,1374.99 1292.70,1371.39 1292.57,1366.12"/>
        <lane id=":j1_15_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="18.20" shape="1294.33,1383.92 1294.72,1378.54 1295.40,1374.86 1295.90,1371.19 1295.76,1365.83"/>
        <lane id=":j1_15_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="18.20" shape="1297.53,1383.96 1297.92,1378.48 1298.60,1374.74 1299.09,1371.00 1298.94,1365.54"/>
    </edge>
    <edge id=":j1_18" function="internal">
        <lane id=":j1_18_0" index="0" speed="11.21" length="8.87" shape="1300.73,1384.00 1302.10,1378.54 1304.36,1376.21"/>
    </edge>
    <edge id=":j1_19" function="internal">
        <lane id=":j1_19_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="5.23" length="12.00" shape="1300.73,1384.00 1312.74,1384.15"/>
    </edge>
    <edge id=":j1_20" function="internal">
        <lane id=":j1_20_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="4.61" length="8.80" shape="1300.73,1384.00 1309.54,1384.11"/>
    </edge>
    <edge id=":j1_22" function="internal">
        <lane id=":j1_22_0" index="0" speed="11.21" length="18.56" shape="1304.36,1376.21 1306.03,1374.49 1312.52,1371.84 1321.59,1370.60"/>
    </edge>
    <edge id=":j10_0" function="internal">
        <lane id=":j10_0_0" index="0" speed="6.52" length="9.06" shape="1537.31,593.85 1536.95,591.39 1535.90,589.63 1534.15,588.58 1531.70,588.23"/>
    </edge>
    <edge id=":j10_1" function="internal">
        <lane id=":j10_1_0" index="0" speed="13.89" length="14.44" shape="1537.31,593.85 1537.32,579.42"/>
    </edge>
    <edge id=":j10_2" function="internal">
        <lane id=":j10_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="7.98" length="5.97" shape="1537.31,593.85 1537.85,589.98 1538.92,588.21"/>
    </edge>
    <edge id=":j10_3" function="internal">
        <lane id=":j10_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1537.31,593.85 1538.11,592.65 1538.91,592.25"/>
    </edge>
    <edge id=":j10_14" function="internal">
        <lane id=":j10_14_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="7.98" length="8.27" shape="1538.92,588.21 1539.51,587.23 1542.27,585.59 1546.14,585.07"/>
    </edge>
    <edge id=":j10_15" function="internal">
        <lane id=":j10_15_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="2.34" shape="1538.91,592.25 1539.71,592.65 1540.51,593.84"/>
    </edge>
    <edge id=":j10_4" function="internal">
        <lane id=":j10_4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.48" length="9.03" shape="1546.11,588.27 1543.66,588.60 1541.90,589.64 1540.86,591.39 1540.51,593.84"/>
    </edge>
    <edge id=":j10_5" function="internal">
        <lane id=":j10_5_0" index="0" speed="13.89" length="14.42" shape="1546.11,588.27 1531.70,588.23"/>
    </edge>
    <edge id=":j10_6" function="internal">
        <lane id=":j10_6_0" index="0" speed="8.02" length="14.22" shape="1546.11,588.27 1542.25,587.69 1539.50,586.02 1537.86,583.26 1537.32,579.42"/>
    </edge>
    <edge id=":j10_7" function="internal">
        <lane id=":j10_7_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="3.65" length="4.67" shape="1546.11,588.27 1544.92,587.46 1544.53,586.66 1544.93,585.86 1546.14,585.07"/>
    </edge>
    <edge id=":j10_8" function="internal">
        <lane id=":j10_8_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.53" length="9.07" shape="1540.52,579.43 1540.86,581.88 1541.91,583.64 1543.67,584.70 1546.14,585.07"/>
    </edge>
    <edge id=":j10_9" function="internal">
        <lane id=":j10_9_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="14.41" shape="1540.52,579.43 1540.51,593.84"/>
    </edge>
    <edge id=":j10_10" function="internal">
        <lane id=":j10_10_0" index="0" speed="8.02" length="5.89" shape="1540.52,579.43 1539.96,583.27 1538.92,584.99"/>
    </edge>
    <edge id=":j10_16" function="internal">
        <lane id=":j10_16_0" index="0" speed="8.02" length="8.30" shape="1538.92,584.99 1538.30,586.02 1535.54,587.67 1531.70,588.23"/>
    </edge>
    <edge id=":j10_11" function="internal">
        <lane id=":j10_11_0" index="0" speed="6.53" length="9.06" shape="1531.69,585.03 1534.14,584.67 1535.90,583.62 1536.96,581.87 1537.32,579.42"/>
    </edge>
    <edge id=":j10_12" function="internal">
        <lane id=":j10_12_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="14.45" shape="1531.69,585.03 1546.14,585.07"/>
    </edge>
    <edge id=":j10_13" function="internal">
        <lane id=":j10_13_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="8.01" length="14.22" shape="1531.69,585.03 1535.54,585.57 1538.29,587.22 1539.95,589.98 1540.51,593.84"/>
    </edge>
    <edge id=":j11_0" function="internal">
        <lane id=":j11_0_0" index="0" speed="6.51" length="8.88" shape="1546.99,350.35 1544.60,350.74 1542.88,351.80 1541.85,353.53 1541.50,355.93"/>
    </edge>
    <edge id=":j11_1" function="internal">
        <lane id=":j11_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="8.87" length="13.60" shape="1546.99,350.35 1543.25,349.98 1540.25,348.71 1537.98,346.53 1536.44,343.45"/>
    </edge>
    <edge id=":j11_2" function="internal">
        <lane id=":j11_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="7.49" length="9.50" shape="1539.49,342.44 1540.55,344.54 1542.14,346.03 1544.27,346.90 1546.93,347.15"/>
    </edge>
    <edge id=":j11_3" function="internal">
        <lane id=":j11_3_0" index="0" speed="13.89" length="13.70" shape="1539.49,342.44 1540.47,345.85 1541.09,349.09 1541.41,352.38 1541.50,355.93"/>
    </edge>
    <edge id=":j11_4" function="internal">
        <lane id=":j11_4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="12.67" shape="1538.30,355.91 1538.24,352.52 1537.97,349.59 1537.40,346.70 1536.44,343.45"/>
    </edge>
    <edge id=":j11_5" function="internal">
        <lane id=":j11_5_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="8.00" length="5.37" shape="1538.30,355.91 1538.85,352.14 1539.65,350.80"/>
    </edge>
    <edge id=":j11_6" function="internal">
        <lane id=":j11_6_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="8.00" length="8.58" shape="1539.65,350.80 1540.48,349.42 1543.17,347.76 1546.93,347.15"/>
    </edge>
    <edge id=":j12_0" function="internal">
        <lane id=":j12_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.75" length="10.00" shape="1479.16,244.13 1476.98,242.07 1474.82,241.14 1472.68,241.32 1470.56,242.63"/>
    </edge>
    <edge id=":j12_1" function="internal">
        <lane id=":j12_1_0" index="0" speed="10.97" length="25.14" shape="1479.16,244.13 1473.24,236.40 1469.67,230.19 1468.44,225.49 1469.57,222.31"/>
    </edge>
    <edge id=":j12_2" function="internal">
        <lane id=":j12_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.77" length="9.02" shape="1481.88,233.97 1480.46,235.95 1479.94,237.95 1480.33,239.99 1481.63,242.06"/>
    </edge>
    <edge id=":j12_3" function="internal">
        <lane id=":j12_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="14.15" shape="1481.88,233.97 1478.78,236.83 1476.37,238.46 1473.88,240.01 1470.56,242.63"/>
        <lane id=":j12_3_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="14.15" shape="1479.55,231.77 1476.52,234.57 1474.15,236.16 1471.70,237.67 1468.44,240.23"/>
    </edge>
    <edge id=":j12_5" function="internal">
        <lane id=":j12_5_0" index="0" speed="6.54" length="12.56" shape="1477.23,229.56 1471.19,230.94 1467.51,229.83 1466.65,227.46"/>
        <lane id=":j12_5_1" index="1" speed="5.82" length="12.56" shape="1477.23,229.56 1472.59,230.62 1469.77,229.77 1468.76,226.99 1469.09,225.11"/>
    </edge>
    <edge id=":j12_12" function="internal">
        <lane id=":j12_12_0" index="0" speed="6.54" length="7.53" shape="1466.65,227.46 1466.20,226.21 1467.25,220.10"/>
    </edge>
    <edge id=":j12_13" function="internal">
        <lane id=":j12_13_0" index="0" speed="5.82" length="2.84" shape="1469.09,225.11 1469.57,222.31"/>
    </edge>
    <edge id=":j12_7" function="internal">
        <lane id=":j12_7_0" index="0" speed="15.65" length="12.61" shape="1457.74,228.11 1460.77,225.99 1462.80,224.46 1464.67,222.76 1467.25,220.10"/>
        <lane id=":j12_7_1" index="1" speed="15.65" length="12.61" shape="1459.87,230.52 1462.97,228.35 1465.03,226.78 1466.94,225.02 1469.57,222.31"/>
    </edge>
    <edge id=":j12_9" function="internal">
        <lane id=":j12_9_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="11.14" length="15.71" shape="1459.87,230.52 1464.08,229.25 1469.10,230.75 1474.01,234.33"/>
    </edge>
    <edge id=":j12_10" function="internal">
        <lane id=":j12_10_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="7.16" length="16.17" shape="1459.87,230.52 1467.08,229.54 1471.27,231.23 1472.37,235.38"/>
        <lane id=":j12_10_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.48" length="16.17" shape="1459.87,230.52 1465.65,229.74 1469.01,231.09 1469.94,234.59 1469.12,237.66"/>
    </edge>
    <edge id=":j12_14" function="internal">
        <lane id=":j12_14_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="11.14" length="10.87" shape="1474.01,234.33 1474.96,235.02 1481.63,242.06"/>
    </edge>
    <edge id=":j12_15" function="internal">
        <lane id=":j12_15_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="7.16" length="7.51" shape="1472.37,235.38 1472.43,235.60 1470.56,242.63"/>
    </edge>
    <edge id=":j12_16" function="internal">
        <lane id=":j12_16_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.48" length="2.66" shape="1469.12,237.66 1468.44,240.23"/>
    </edge>
    <edge id=":j13_0" function="internal">
        <lane id=":j13_0_0" index="0" speed="7.04" length="9.51" shape="1594.48,72.07 1591.85,71.62 1589.63,72.00 1587.84,73.19 1586.48,75.21"/>
    </edge>
    <edge id=":j13_1" function="internal">
        <lane id=":j13_1_0" index="0" speed="6.44" length="9.03" shape="1591.71,61.98 1591.28,64.43 1591.76,66.40 1593.13,67.90 1595.39,68.92"/>
    </edge>
    <edge id=":j13_2" function="internal">
        <lane id=":j13_2_0" index="0" speed="15.65" length="14.04" shape="1591.71,61.98 1590.39,65.99 1589.41,68.72 1588.27,71.38 1586.48,75.21"/>
        <lane id=":j13_2_1" index="1" speed="15.65" length="14.04" shape="1588.67,60.99 1587.39,64.89 1586.44,67.53 1585.33,70.12 1583.59,73.83"/>
    </edge>
    <edge id=":j14_0" function="internal">
        <lane id=":j14_0_0" index="0" speed="6.82" length="9.98" shape="837.64,647.63 836.02,645.75 834.03,644.89 831.68,645.06 828.96,646.26"/>
    </edge>
    <edge id=":j14_1" function="internal">
        <lane id=":j14_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="12.53" length="36.22" shape="837.64,647.63 831.20,635.51 828.04,625.98 828.15,619.04 831.54,614.70"/>
    </edge>
    <edge id=":j14_2" function="internal">
        <lane id=":j14_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="6.78" length="9.89" shape="843.19,637.77 840.88,639.56 839.64,641.53 839.48,643.67 840.39,645.99"/>
    </edge>
    <edge id=":j14_3" function="internal">
        <lane id=":j14_3_0" index="0" speed="15.65" length="18.75" shape="843.19,637.77 828.96,646.26"/>
        <lane id=":j14_3_1" index="1" speed="15.65" length="18.75" shape="843.33,633.95 825.37,644.68"/>
    </edge>
    <edge id=":j14_5" function="internal">
        <lane id=":j14_5_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="18.60" shape="814.23,621.61 828.15,613.01"/>
        <lane id=":j14_5_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="18.60" shape="813.80,625.65 831.54,614.70"/>
    </edge>
    <edge id=":j14_7" function="internal">
        <lane id=":j14_7_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="12.46" length="25.96" shape="813.80,625.65 819.37,624.47 825.65,627.47 832.66,634.64 834.51,637.35"/>
    </edge>
    <edge id=":j14_8" function="internal">
        <lane id=":j14_8_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="12.46" length="10.44" shape="834.51,637.35 840.39,645.99"/>
    </edge>
    <edge id=":j2_0" function="internal">
        <lane id=":j2_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="18.93" length="8.08" shape="1289.45,1257.20 1289.70,1249.11"/>
    </edge>
    <edge id=":j2_1" function="internal">
        <lane id=":j2_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.02" shape="1292.65,1257.28 1292.88,1249.23"/>
        <lane id=":j2_1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.02" shape="1295.85,1257.36 1296.07,1249.35"/>
        <lane id=":j2_1_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.02" shape="1299.04,1257.44 1299.27,1249.47"/>
    </edge>
    <edge id=":j21_0" function="internal">
        <lane id=":j21_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.16" shape="1292.12,1282.48 1291.61,1279.99 1290.51,1278.42 1289.44,1276.86 1289.00,1274.37"/>
        <lane id=":j21_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.16" shape="1292.12,1282.48 1292.20,1274.45"/>
        <lane id=":j21_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.16" shape="1295.32,1282.46 1295.40,1274.54"/>
        <lane id=":j21_0_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.16" shape="1298.52,1282.45 1298.60,1274.62"/>
    </edge>
    <edge id=":j3_0" function="internal">
        <lane id=":j3_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="9.55" length="17.60" shape="1328.96,1167.55 1322.35,1169.38 1317.65,1171.29 1314.87,1173.28 1313.99,1175.34"/>
    </edge>
    <edge id=":j3_1" function="internal">
        <lane id=":j3_1_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="15.34" length="45.07" shape="1327.99,1164.49 1314.77,1166.20 1303.84,1164.48 1295.21,1159.36 1288.87,1150.81"/>
    </edge>
    <edge id=":j3_2" function="internal">
        <lane id=":j3_2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.97" length="53.83" shape="1327.99,1164.49 1312.59,1166.03 1301.84,1162.09 1295.58,1152.52 1293.64,1137.17"/>
    </edge>
    <edge id=":j3_3" function="internal">
        <lane id=":j3_3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.58" length="50.79" shape="1327.99,1164.49 1313.65,1165.71 1303.95,1161.47 1298.48,1151.92 1296.84,1137.20"/>
    </edge>
    <edge id=":j3_4" function="internal">
        <lane id=":j3_4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="12.73" length="44.45" shape="1327.02,1161.43 1314.51,1162.45 1306.12,1158.63 1301.43,1150.16 1300.04,1137.23"/>
    </edge>
    <edge id=":j3_5" function="internal">
        <lane id=":j3_5_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="12.27" length="28.38" shape="1323.58,1150.62 1319.06,1153.29 1315.96,1158.30 1314.27,1165.65 1313.99,1175.34"/>
    </edge>
    <edge id=":j3_6" function="internal">
        <lane id=":j3_6_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.11" length="32.55" shape="1322.60,1147.57 1317.08,1150.68 1313.27,1156.37 1311.18,1164.63 1310.79,1175.47"/>
    </edge>
    <edge id=":j3_7" function="internal">
        <lane id=":j3_7_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="10.53" length="30.93" shape="1321.63,1144.52 1311.92,1146.74 1304.02,1146.87 1298.73,1143.99 1296.84,1137.20"/>
    </edge>
    <edge id=":j3_8" function="internal">
        <lane id=":j3_8_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="9.43" length="24.56" shape="1320.66,1141.47 1312.69,1143.36 1306.11,1143.74 1301.65,1141.93 1300.04,1137.23"/>
    </edge>
    <edge id=":j3_9" function="internal">
        <lane id=":j3_9_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="38.07" shape="1315.19,1137.36 1313.99,1175.34"/>
        <lane id=":j3_9_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="38.07" shape="1311.99,1137.34 1310.79,1175.47"/>
    </edge>
    <edge id=":j3_11" function="internal">
        <lane id=":j3_11_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="38.79" shape="1293.92,1176.12 1293.64,1137.17"/>
        <lane id=":j3_11_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="38.79" shape="1297.12,1176.00 1296.84,1137.20"/>
        <lane id=":j3_11_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="38.79" shape="1300.32,1175.87 1300.04,1137.23"/>
    </edge>
    <edge id=":j4_0" function="internal">
        <lane id=":j4_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="18.93" length="8.79" shape="1317.09,1007.88 1317.60,1010.34 1318.70,1011.87 1319.81,1013.40 1320.32,1015.86"/>
    </edge>
    <edge id=":j4_1" function="internal">
        <lane id=":j4_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1313.89,1007.89 1314.15,1010.29 1314.70,1011.89 1315.25,1013.49 1315.51,1015.88"/>
        <lane id=":j4_1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.21" shape="1310.69,1007.90 1310.95,1010.30 1311.50,1011.90 1312.05,1013.50 1312.31,1015.90"/>
    </edge>
    <edge id=":j5_0" function="internal">
        <lane id=":j5_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="18.93" length="13.05" shape="1296.47,918.32 1296.46,914.23 1296.29,911.23 1295.99,908.53 1295.58,905.32"/>
    </edge>
    <edge id=":j5_1" function="internal">
        <lane id=":j5_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="13.29" shape="1299.67,918.37 1299.27,905.10"/>
        <lane id=":j5_1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="13.29" shape="1302.87,918.42 1302.47,905.12"/>
    </edge>
    <edge id=":j6_0" function="internal">
        <lane id=":j6_0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.56" shape="1319.15,811.01 1317.31,840.46"/>
        <lane id=":j6_0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.56" shape="1315.95,810.94 1314.11,840.44"/>
        <lane id=":j6_0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.56" shape="1312.76,810.87 1310.91,840.42"/>
    </edge>
    <edge id=":j6_3" function="internal">
        <lane id=":j6_3_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="12.40" length="31.61" shape="1309.56,810.79 1308.55,820.56 1305.64,827.84 1300.81,832.65 1294.07,834.99"/>
    </edge>
    <edge id=":j6_4" function="internal">
        <lane id=":j6_4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="7.17" length="10.12" shape="1293.34,816.59 1296.31,815.95 1298.45,814.73 1299.75,812.95 1300.23,810.58"/>
    </edge>
    <edge id=":j6_5" function="internal">
        <lane id=":j6_5_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="8.61" length="14.99" shape="1293.47,819.79 1297.76,818.84 1300.85,817.00 1302.74,814.27 1303.43,810.66"/>
    </edge>
    <edge id=":j6_6" function="internal">
        <lane id=":j6_6_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="11.40" length="32.37" shape="1293.60,823.00 1303.09,822.96 1309.46,825.53 1313.03,831.19 1314.11,840.44"/>
    </edge>
    <edge id=":j6_7" function="internal">
        <lane id=":j6_7_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="10.28" length="26.11" shape="1293.72,826.20 1301.28,826.41 1306.66,828.85 1309.87,833.53 1310.91,840.42"/>
    </edge>
    <edge id=":j6_8" function="internal">
        <lane id=":j6_8_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.75" shape="1299.70,840.36 1300.23,810.58"/>
        <lane id=":j6_8_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.75" shape="1302.90,840.38 1303.43,810.66"/>
    </edge>
    <edge id=":j7_0" function="internal">
        <lane id=":j7_0_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="18.93" length="8.10" shape="1320.08,722.84 1320.41,730.93"/>
    </edge>
    <edge id=":j7_1" function="internal">
        <lane id=":j7_1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.09" shape="1316.88,722.87 1316.86,730.99"/>
        <lane id=":j7_1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="8.09" shape="1313.68,722.89 1313.66,730.94"/>
    </edge>
    <edge id=":j8_0" function="internal">
        <lane id=":j8_0_0" index="0" speed="7.11" length="11.16" shape="1323.84,591.96 1320.27,592.32 1317.74,593.38 1316.24,595.14 1315.78,597.60"/>
    </edge>
    <edge id=":j8_1" function="internal">
        <lane id=":j8_1_0" index="0" speed="13.89" length="28.17" shape="1323.84,588.76 1295.68,587.98"/>
    </edge>
    <edge id=":j8_2" function="internal">
        <lane id=":j8_2_0" index="0" speed="10.08" length="8.94" shape="1323.84,588.76 1317.20,587.95 1315.19,586.92"/>
    </edge>
    <edge id=":j8_16" function="internal">
        <lane id=":j8_16_0" index="0" speed="10.08" length="13.95" shape="1315.19,586.92 1312.43,585.50 1309.53,581.41 1308.49,575.68"/>
    </edge>
    <edge id=":j8_3" function="internal">
        <lane id=":j8_3_0" index="0" speed="7.68" length="12.85" shape="1318.09,575.52 1318.51,579.92 1319.61,583.05 1321.38,584.94 1323.83,585.56"/>
    </edge>
    <edge id=":j8_4" function="internal">
        <lane id=":j8_4_0" index="0" speed="13.89" length="22.26" shape="1318.09,575.52 1317.78,582.25 1316.92,586.98 1316.08,591.50 1315.78,597.60"/>
        <lane id=":j8_4_1" index="1" speed="13.89" length="22.26" shape="1314.89,575.57 1314.58,582.31 1313.72,587.04 1312.88,591.56 1312.58,597.67"/>
    </edge>
    <edge id=":j8_6" function="internal">
        <lane id=":j8_6_0" index="0" speed="10.06" length="22.85" shape="1311.69,575.63 1310.76,580.86 1307.79,584.67 1302.76,587.04 1295.68,587.98"/>
    </edge>
    <edge id=":j8_7" function="internal">
        <lane id=":j8_7_0" index="0" speed="4.72" length="9.35" shape="1311.69,575.63 1310.13,578.05 1308.54,578.88 1306.93,578.10 1305.29,575.73"/>
    </edge>
    <edge id=":j8_8" function="internal">
        <lane id=":j8_8_0" index="0" speed="7.63" length="12.70" shape="1295.51,581.58 1299.82,581.11 1302.89,579.98 1304.71,578.19 1305.29,575.73"/>
    </edge>
    <edge id=":j8_9" function="internal">
        <lane id=":j8_9_0" index="0" speed="13.89" length="28.25" shape="1295.59,584.78 1323.83,585.56"/>
    </edge>
    <edge id=":j8_10" function="internal">
        <lane id=":j8_10_0" index="0" speed="10.29" length="10.39" shape="1295.59,584.78 1302.92,585.41 1305.69,586.65"/>
    </edge>
    <edge id=":j8_17" function="internal">
        <lane id=":j8_17_0" index="0" speed="10.29" length="13.87" shape="1305.69,586.65 1308.19,587.77 1311.41,591.86 1312.58,597.67"/>
    </edge>
    <edge id=":j8_11" function="internal">
        <lane id=":j8_11_0" index="0" speed="7.54" length="12.79" shape="1301.28,597.92 1300.95,593.51 1299.91,590.39 1298.15,588.54 1295.68,587.98"/>
    </edge>
    <edge id=":j8_12" function="internal">
        <lane id=":j8_12_0" index="0" speed="13.89" length="22.65" shape="1301.28,597.92 1301.95,591.10 1303.37,586.34 1304.74,581.83 1305.29,575.73"/>
        <lane id=":j8_12_1" index="1" speed="13.89" length="22.65" shape="1304.48,597.85 1305.15,591.04 1306.57,586.29 1307.94,581.78 1308.49,575.68"/>
    </edge>
    <edge id=":j8_14" function="internal">
        <lane id=":j8_14_0" index="0" speed="10.05" length="22.87" shape="1307.68,597.70 1308.71,592.40 1311.75,588.61 1316.79,586.33 1323.83,585.56"/>
    </edge>
    <edge id=":j8_15" function="internal">
        <lane id=":j8_15_0" index="0" speed="5.22" length="11.83" shape="1307.68,597.70 1309.67,594.64 1311.69,593.60 1313.72,594.59 1315.78,597.60"/>
    </edge>
    <edge id=":j9_0" function="internal">
        <lane id=":j9_0_0" index="0" speed="15.65" length="39.35" shape="1341.73,338.81 1331.32,346.65 1323.87,354.21 1319.39,361.49 1317.87,368.48"/>
    </edge>
    <edge id=":j9_1" function="internal">
        <lane id=":j9_1_0" index="0" speed="15.65" length="49.86" shape="1341.73,338.81 1298.59,364.17"/>
        <lane id=":j9_1_1" index="1" speed="15.65" length="49.86" shape="1339.93,336.16 1297.10,361.33"/>
    </edge>
    <edge id=":j9_3" function="internal">
        <lane id=":j9_3_0" index="0" speed="12.24" length="50.54" shape="1338.13,333.52 1325.57,338.03 1315.57,334.51 1309.00,324.64 1306.73,310.09"/>
    </edge>
    <edge id=":j9_4" function="internal">
        <lane id=":j9_4_0" index="0" speed="11.85" length="47.25" shape="1338.13,333.52 1326.57,337.51 1317.61,333.71 1311.87,323.96 1309.93,310.12"/>
    </edge>
    <edge id=":j9_5" function="internal">
        <lane id=":j9_5_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="8.44" length="32.49" shape="1338.13,333.52 1327.39,333.26 1321.68,329.81 1321.02,323.18 1325.39,313.36"/>
        <lane id=":j9_5_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="7.89" length="32.49" shape="1338.13,333.52 1328.83,333.20 1323.92,330.17 1323.40,324.42 1327.27,315.96"/>
    </edge>
    <edge id=":j9_7" function="internal">
        <lane id=":j9_7_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="5.62" length="9.37" shape="1319.53,310.22 1319.87,313.04 1320.96,314.50 1322.80,314.61 1325.39,313.36"/>
    </edge>
    <edge id=":j9_8" function="internal">
        <lane id=":j9_8_0" index="0" speed="15.65" length="58.29" shape="1319.53,310.22 1317.87,368.48"/>
        <lane id=":j9_8_1" index="1" speed="15.65" length="58.29" shape="1316.33,310.19 1314.67,368.46"/>
    </edge>
    <edge id=":j9_10" function="internal">
        <lane id=":j9_10_0" index="0" speed="15.65" length="57.61" shape="1313.13,310.16 1312.04,330.62 1309.26,346.44 1304.77,357.63 1298.59,364.17"/>
    </edge>
    <edge id=":j9_11" function="internal">
        <lane id=":j9_11_0" index="0" speed="15.65" length="55.49" shape="1313.13,310.16 1311.97,329.03 1308.90,343.85 1303.95,354.62 1297.10,361.33"/>
    </edge>
    <edge id=":j9_12" function="internal">
        <lane id=":j9_12_0" index="0" speed="15.65" length="36.80" shape="1281.23,335.39 1292.35,327.73 1300.31,320.96 1305.10,315.08 1306.73,310.09"/>
    </edge>
    <edge id=":j9_13" function="internal">
        <lane id=":j9_13_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="49.48" shape="1281.23,335.39 1292.28,329.31 1304.90,323.39 1316.72,317.97 1325.39,313.36"/>
        <lane id=":j9_13_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="49.48" shape="1282.93,338.10 1294.02,332.00 1306.69,326.04 1318.58,320.58 1327.27,315.96"/>
    </edge>
    <edge id=":j9_15" function="internal">
        <lane id=":j9_15_0" index="0" speed="12.91" length="55.56" shape="1284.64,340.80 1298.40,336.30 1308.90,340.79 1315.58,352.20 1317.87,368.48"/>
    </edge>
    <edge id=":j9_16" function="internal">
        <lane id=":j9_16_0" index="0" speed="12.55" length="52.43" shape="1284.64,340.80 1297.42,336.79 1306.87,341.55 1312.72,352.85 1314.67,368.46"/>
    </edge>
    <edge id=":j9_17" function="internal">
        <lane id=":j9_17_0" index="0" speed="9.00" length="37.40" shape="1284.64,340.80 1296.89,341.42 1303.30,345.52 1303.86,353.10 1298.59,364.17"/>
        <lane id=":j9_17_1" index="1" speed="8.49" length="37.40" shape="1284.64,340.80 1295.46,341.26 1301.14,344.84 1301.68,351.53 1297.10,361.33"/>
    </edge>
    <edge id=":j9_19" function="internal">
        <lane id=":j9_19_0" index="0" speed="5.98" length="10.57" shape="1305.07,368.25 1304.68,365.00 1303.47,363.23 1301.44,362.96 1298.59,364.17"/>
    </edge>
    <edge id=":j9_20" function="internal">
        <lane id=":j9_20_0" index="0" speed="15.65" length="58.21" shape="1305.07,368.25 1306.73,310.09"/>
        <lane id=":j9_20_1" index="1" speed="15.65" length="58.21" shape="1308.27,368.33 1309.93,310.12"/>
    </edge>
    <edge id=":j9_22" function="internal">
        <lane id=":j9_22_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="58.35" shape="1311.47,368.41 1312.44,347.65 1315.08,331.55 1319.39,320.12 1325.39,313.36"/>
    </edge>
    <edge id=":j9_23" function="internal">
        <lane id=":j9_23_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="56.57" shape="1311.47,368.41 1312.54,349.24 1315.54,334.11 1320.44,323.02 1327.27,315.96"/>
    </edge>

    <edge id="-417103955#1.41" from="gneJ28" to="cluster_4177242965_cluster_4913266357_4913266373" name="North Shoreline Boulevard" priority="-1" type="highway.primary" shape="1309.59,544.68 1309.72,499.09">
        <lane id="-417103955#1.41_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="45.43" shape="1304.79,544.51 1304.92,499.08">
            <param key="origId" value="417103955"/>
        </lane>
        <lane id="-417103955#1.41_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="45.43" shape="1307.99,544.52 1308.12,499.09">
            <param key="origId" value="417103955"/>
        </lane>
    </edge>
    <edge id="-715091002" from="102175174" to="cluster_1394515013_1394515014" name="La Avenida Street" priority="-1" type="highway.residential" shape="1520.37,1130.83 1568.68,1128.89 1593.45,1127.89">
        <lane id="-715091002_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="73.02" shape="1520.42,1129.23 1568.62,1127.29 1593.39,1126.29">
            <param key="origId" value="715091002 707878933"/>
        </lane>
        <param key="origTo" value="1394515014"/>
    </edge>
    <edge id="-715091003" from="447909678" to="102175174" name="La Avenida Street" priority="-1" type="highway.residential" shape="1490.08,1132.47 1500.02,1132.09 1507.71,1131.79 1520.37,1130.83">
        <lane id="-715091003_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="26.21" shape="1493.96,1130.72 1499.96,1130.49 1507.62,1130.19 1520.13,1129.24">
            <param key="origId" value="715091003 496781290"/>
        </lane>
    </edge>
    <edge id="-8969162#0" from="4913266336" to="6481599039" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="1237.50,591.37 1250.31,588.24 1284.23,586.69">
        <lane id="-8969162#0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="43.30" shape="1237.29,589.77 1250.08,586.65 1280.18,585.27">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="-8969162#1" from="6481614669" to="4913266336" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="1210.09,605.40 1222.45,596.87 1237.50,591.37">
        <lane id="-8969162#1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="31.13" shape="1209.29,604.01 1221.71,595.44 1236.78,589.93">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="-8969162#2" from="6509336812" to="6481614669" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="1188.57,629.33 1197.62,615.69 1210.09,605.40">
        <lane id="-8969162#2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="32.58" shape="1187.40,628.20 1196.42,614.61 1208.97,604.25">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="-8969162#3" from="6767977675" to="6509336812" name="Terra Bella Avenue" priority="-1" type="highway.residential">
        <lane id="-8969162#3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="30.33" shape="1175.13,656.90 1186.98,628.98">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="-8969162#4" from="66261597" to="6767977675" name="Terra Bella Avenue" priority="-1" type="highway.residential">
        <lane id="-8969162#4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="25.76" shape="1156.27,675.35 1174.77,657.42">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="-gneE12" from="66261597" to="cluster_4913265903_6509336824" priority="-1">
        <lane id="-gneE12_0" index="0" speed="13.89" length="99.85" shape="1157.69,678.28 1072.92,731.03"/>
    </edge>
    <edge id="-gneE3" from="65618422" to="65632905" priority="-1">
        <lane id="-gneE3_0" index="0" speed="13.89" length="78.33" shape="1644.47,192.47 1577.73,233.49"/>
    </edge>
    <edge id="-gneE5" from="gneJ5" to="65618422" priority="-1">
        <lane id="-gneE5_0" index="0" speed="13.89" length="62.99" shape="1696.54,156.89 1644.53,192.43"/>
    </edge>
    <edge id="145470502#2" from="1394515159" to="4177242969" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1311.12,1265.44 1311.04,1279.32 1310.99,1302.10">
        <lane id="145470502#2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="32.51" shape="1312.72,1265.60 1312.64,1279.33 1312.60,1298.10">
            <param key="origId" value="145470502"/>
        </lane>
        <lane id="145470502#2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="32.51" shape="1309.52,1265.58 1309.44,1279.31 1309.40,1298.10">
            <param key="origId" value="145470502"/>
        </lane>
    </edge>
    <edge id="348360468" from="1350115460" to="1350115557" priority="-1" type="highway.motorway_link" spreadType="center" shape="1227.99,1065.73 1219.20,1064.35 1210.01,1063.86 1200.95,1064.72 1191.25,1066.83 1182.79,1069.69 1172.35,1074.96">
        <lane id="348360468_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="50.16" shape="1224.35,1065.16 1219.20,1064.35 1210.01,1063.86 1200.95,1064.72 1191.25,1066.83 1182.79,1069.69 1175.84,1073.20">
            <param key="origId" value="348360468"/>
        </lane>
    </edge>
    <edge id="348360469" from="312379251" to="1350115460" priority="-1" type="highway.motorway_link" spreadType="center" shape="1275.27,1111.60 1272.86,1104.03 1268.99,1096.12 1264.42,1089.71 1258.58,1083.66 1252.07,1078.22 1244.78,1073.69 1236.56,1069.90 1227.54,1067.26">
        <lane id="348360469_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="61.00" acceleration="1" shape="1272.54,1108.31 1271.37,1104.63 1267.61,1096.94 1263.19,1090.74 1257.49,1084.83 1251.13,1079.52 1244.02,1075.10 1236.00,1071.40 1230.53,1069.80">
            <param key="origId" value="348360469"/>
        </lane>
        <lane id="348360469_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="61.00" shape="1275.59,1107.34 1274.35,1103.43 1270.37,1095.30 1265.65,1088.68 1259.67,1082.49 1253.01,1076.92 1245.54,1072.28 1237.12,1068.40 1231.43,1066.73">
            <param key="origId" value="348360469"/>
        </lane>
    </edge>
    <edge id="348360470" from="65389678" to="447913628" priority="-1" type="highway.motorway_link" spreadType="center" shape="1201.52,894.86 1206.83,881.63 1210.77,873.77 1216.22,865.25 1221.57,858.00 1227.30,851.76 1234.97,844.16 1242.59,837.88 1250.91,832.26">
        <lane id="348360470_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="80.99" shape="1198.88,897.14 1205.37,880.97 1209.38,872.98 1214.90,864.34 1220.33,856.98 1226.15,850.65 1233.90,842.97 1241.63,836.60 1247.14,832.87">
            <param key="origId" value="348360470"/>
        </lane>
        <lane id="348360470_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="80.99" shape="1201.85,898.33 1208.29,882.29 1212.16,874.56 1217.54,866.16 1222.81,859.02 1228.45,852.87 1236.04,845.35 1243.55,839.16 1248.93,835.52">
            <param key="origId" value="348360470"/>
        </lane>
    </edge>
    <edge id="38082837#0" from="447909678" to="363027669" name="La Avenida Street" priority="-1" type="highway.unclassified" spreadType="center" shape="1490.08,1132.47 1474.75,1133.76 1461.22,1135.02 1447.35,1136.85 1432.66,1139.62">
        <lane id="38082837#0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="53.74" shape="1486.41,1135.99 1475.03,1136.95 1461.58,1138.20 1447.86,1140.01 1433.48,1142.72">
            <param key="origId" value="38082837"/>
        </lane>
        <lane id="38082837#0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="53.74" shape="1486.15,1132.80 1474.75,1133.76 1461.22,1135.02 1447.35,1136.85 1432.88,1139.58">
            <param key="origId" value="38082837"/>
        </lane>
        <lane id="38082837#0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="53.74" shape="1485.88,1129.61 1474.47,1130.57 1460.86,1131.84 1446.84,1133.69 1432.29,1136.43">
            <param key="origId" value="38082837"/>
        </lane>
    </edge>
    <edge id="417103942" from="4177242967" to="4177242968" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center">
        <lane id="417103942_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="26.98" shape="1317.92,769.69 1317.64,796.67">
            <param key="origId" value="417103942"/>
        </lane>
        <lane id="417103942_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="26.98" shape="1314.72,769.66 1314.44,796.64">
            <param key="origId" value="417103942"/>
        </lane>
        <lane id="417103942_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="26.98" shape="1311.52,769.63 1311.24,796.61">
            <param key="origId" value="417103942"/>
        </lane>
    </edge>
    <edge id="417103955#0" from="cluster_4177242965_cluster_4913266357_4913266373" to="gneJ28" name="North Shoreline Boulevard" priority="-1" type="highway.primary" shape="1309.72,499.09 1309.59,544.68">
        <lane id="417103955#0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="45.43" shape="1317.72,499.11 1317.59,544.55">
            <param key="origId" value="417103955"/>
        </lane>
        <lane id="417103955#0_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="45.43" shape="1314.52,499.10 1314.39,544.54">
            <param key="origId" value="417103955"/>
        </lane>
        <lane id="417103955#0_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="45.43" shape="1311.32,499.09 1311.19,544.53">
            <param key="origId" value="417103955"/>
        </lane>
    </edge>
    <edge id="417104423#1" from="4213107386" to="4177248959" name="West Middlefield Road" priority="-1" type="highway.secondary" spreadType="center">
        <lane id="417104423#1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="91.94" shape="1155.55,414.49 1234.33,367.09">
            <param key="origId" value="417104423"/>
        </lane>
        <lane id="417104423#1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="91.94" shape="1157.20,417.23 1235.98,369.83">
            <param key="origId" value="417104423"/>
        </lane>
    </edge>
    <edge id="496781290" from="102175174" to="447909678" name="La Avenida Street" priority="-1" type="highway.residential" shape="1520.37,1130.83 1507.71,1131.79 1500.02,1132.09 1490.08,1132.47">
        <lane id="496781290_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="26.33" shape="1520.37,1132.43 1507.80,1133.39 1500.08,1133.69 1494.09,1133.92">
            <param key="origId" value="496781290 715091003"/>
        </lane>
    </edge>
    <edge id="707878933" from="cluster_1394515013_1394515014" to="102175174" name="La Avenida Street" priority="-1" type="highway.residential" shape="1593.45,1127.89 1568.68,1128.89 1520.37,1130.83">
        <lane id="707878933_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="73.02" shape="1593.51,1129.49 1568.74,1130.49 1520.55,1132.42">
            <param key="origId" value="707878933 715091002"/>
        </lane>
        <param key="origFrom" value="1394515014"/>
    </edge>
    <edge id="8969162#0" from="6481599039" to="4913266336" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="1284.23,586.69 1250.31,588.24 1237.50,591.37">
        <lane id="8969162#0_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="42.68" shape="1280.33,588.47 1250.54,589.83 1238.05,592.88">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="8969162#1" from="4913266336" to="6481614669" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="1237.50,591.37 1222.45,596.87 1210.09,605.40">
        <lane id="8969162#1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="30.32" shape="1237.88,592.93 1223.19,598.30 1211.11,606.64">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="8969162#2" from="6481614669" to="6509336812" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="1210.09,605.40 1197.62,615.69 1188.57,629.33">
        <lane id="8969162#2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="31.63" shape="1211.00,606.72 1198.82,616.77 1190.07,629.97">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="8969162#3" from="6509336812" to="6767977675" name="Terra Bella Avenue" priority="-1" type="highway.residential">
        <lane id="8969162#3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="30.33" shape="1189.93,630.23 1178.08,658.15">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="8969162#4" from="6767977675" to="66261597" name="Terra Bella Avenue" priority="-1" type="highway.residential">
        <lane id="8969162#4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="25.76" shape="1177.00,659.72 1158.50,677.65">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="beg_NB101" from="gneJ15" to="26028109" priority="-1" spreadType="center">
        <lane id="beg_NB101_0" index="0" speed="22.22" length="60.55" shape="2256.92,543.52 2200.28,564.92"/>
        <lane id="beg_NB101_1" index="1" speed="22.22" length="60.55" shape="2255.78,540.52 2199.15,561.92"/>
    </edge>
    <edge id="beg_NB101_offramp" from="26028109" to="cluster_gneJ29_gneJ30" priority="-1" type="highway.motorway_link" spreadType="center" shape="2185.75,569.87 2135.76,593.00 2099.29,610.14 2068.60,627.17 1993.70,672.53 1977.50,683.52 1964.12,693.70 1945.92,708.58 1931.20,720.06 1917.37,729.62 1902.19,738.74 1887.02,746.93 1872.78,753.46 1775.10,795.39 1729.25,815.34 1704.05,826.55 1691.73,832.40 1685.81,835.16">
        <lane id="beg_NB101_offramp_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="564.15" shape="2186.42,571.32 2136.44,594.45 2100.02,611.57 2069.40,628.55 1994.56,673.88 1978.43,684.82 1965.11,694.96 1946.92,709.83 1932.15,721.35 1918.24,730.97 1902.98,740.13 1887.73,748.36 1873.43,754.92 1775.73,796.86 1729.89,816.80 1704.72,828.00 1692.41,833.85 1690.05,834.95">
            <param key="origId" value="5005672 699014288 699542386"/>
        </lane>
        <lane id="beg_NB101_offramp_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="564.15" shape="2185.08,568.42 2135.08,591.55 2098.56,608.71 2067.80,625.79 1992.84,671.18 1976.57,682.22 1963.13,692.44 1944.92,707.33 1930.25,718.77 1916.50,728.27 1901.40,737.35 1886.31,745.50 1872.13,752.00 1774.47,793.92 1728.61,813.88 1703.38,825.10 1691.05,830.95 1688.70,832.05">
            <param key="origId" value="5005672 699014288 699542386"/>
        </lane>
    </edge>
    <edge id="beg_NB85" from="gneJ16" to="gneJ20" priority="-1" spreadType="center" shape="2061.64,186.11 2067.33,317.29">
        <lane id="beg_NB85_0" index="0" speed="22.22" length="130.94" shape="2063.24,186.04 2068.92,317.00"/>
        <lane id="beg_NB85_1" index="1" speed="22.22" length="130.94" shape="2060.04,186.18 2065.71,316.86"/>
    </edge>
    <edge id="beg_NB85_offramp.22" from="gneJ20" to="cluster_gneJ29_gneJ30" priority="-1" type="highway.motorway_link" spreadType="center" shape="2060.94,317.54 2063.15,301.02 2065.74,318.83 2079.41,453.54 2080.45,467.86 2081.04,481.11 2080.96,494.28 2080.23,510.06 2078.99,524.54 2076.67,539.31 2073.85,553.34 2070.60,565.74 2066.38,579.14 2062.30,591.19 2057.39,604.00 2051.88,615.86 2045.73,628.24 2039.32,639.73 2031.99,651.18 2024.09,663.11 2015.93,673.89 2007.33,684.16 1998.47,694.13 1989.20,703.47 1979.19,712.54 1966.57,723.14 1954.38,732.53 1940.94,741.77 1925.91,750.83 1911.92,758.22 1895.55,765.99 1878.95,772.51 1779.86,807.05 1732.93,823.59 1707.96,832.71 1694.53,837.70 1688.09,840.70">
        <lane id="beg_NB85_offramp.22_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="741.56" shape="2067.12,317.22 2067.33,318.63 2081.00,453.40 2082.05,467.77 2082.64,481.08 2082.56,494.32 2081.83,510.17 2080.58,524.73 2078.25,539.59 2075.41,553.70 2072.14,566.18 2067.90,579.64 2063.81,591.73 2058.86,604.62 2053.32,616.55 2047.15,628.99 2040.69,640.55 2033.33,652.05 2025.40,664.04 2017.18,674.89 2008.54,685.21 1999.64,695.23 1990.31,704.63 1980.24,713.75 1967.57,724.39 1955.32,733.82 1941.81,743.12 1926.70,752.22 1912.64,759.65 1896.19,767.46 1879.51,774.01 1780.39,808.56 1733.47,825.10 1708.51,834.21 1695.15,839.18 1692.58,840.37">
            <param key="origId" value="11478941 23725324 23725322 699014287 699542387"/>
        </lane>
        <lane id="beg_NB85_offramp.22_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="741.56" shape="2063.90,317.32 2064.15,319.03 2077.82,453.68 2078.85,467.95 2079.44,481.14 2079.36,494.24 2078.63,509.95 2077.40,524.35 2075.09,539.03 2072.29,552.98 2069.06,565.30 2064.86,578.64 2060.79,590.65 2055.92,603.38 2050.44,615.17 2044.31,627.49 2037.95,638.91 2030.65,650.31 2022.78,662.18 2014.68,672.89 2006.12,683.11 1997.30,693.03 1988.09,702.31 1978.14,711.33 1965.57,721.89 1953.44,731.24 1940.07,740.42 1925.12,749.44 1911.20,756.79 1894.91,764.52 1878.39,771.01 1779.33,805.54 1732.39,822.08 1707.41,831.21 1693.91,836.22 1691.23,837.47">
            <param key="origId" value="11478941 23725324 23725322 699014287 699542387"/>
        </lane>
    </edge>
    <edge id="beg_NB_Shoreline" from="519661983" to="gneJ24" name="North Shoreline Boulevard" priority="-1" type="highway.primary" shape="1312.05,-4.95 1312.53,74.94 1312.33,90.49">
        <lane id="beg_NB_Shoreline_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="95.50" shape="1316.85,-4.98 1317.33,74.96 1317.13,90.55">
            <param key="origId" value="496364805"/>
        </lane>
        <lane id="beg_NB_Shoreline_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="95.50" shape="1313.65,-4.96 1314.13,74.95 1313.93,90.51">
            <param key="origId" value="496364805"/>
        </lane>
    </edge>
    <edge id="beg_NB_Shoreline.78" from="gneJ24" to="4884567893" name="North Shoreline Boulevard" priority="-1" type="highway.primary" shape="1312.33,90.49 1312.24,97.48 1312.32,111.38 1312.33,115.53 1312.43,144.27 1312.26,165.44 1311.85,203.45 1312.30,218.60 1312.33,224.81 1312.51,246.74 1312.06,260.40">
        <lane id="beg_NB_Shoreline.78_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="165.99" shape="1317.13,90.55 1317.04,97.50 1317.12,111.36 1317.13,115.51 1317.23,144.28 1317.06,165.49 1316.65,203.40 1317.10,218.52 1317.13,224.77 1317.31,246.80 1316.99,256.55">
            <param key="origId" value="496364805"/>
        </lane>
        <lane id="beg_NB_Shoreline.78_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="165.99" shape="1313.93,90.51 1313.84,97.49 1313.92,111.37 1313.93,115.52 1314.03,144.27 1313.86,165.46 1313.45,203.43 1313.90,218.57 1313.93,224.80 1314.11,246.76 1313.79,256.45">
            <param key="origId" value="496364805"/>
        </lane>
    </edge>
    <edge id="beg_SB101_offramp" from="65389683" to="gneJ26" priority="-1" type="highway.motorway_link" spreadType="center">
        <lane id="beg_SB101_offramp_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="48.79" shape="920.09,1145.21 961.54,1119.46">
            <param key="origId" value="8924695"/>
        </lane>
    </edge>
    <edge id="beg_SB101_offramp.53" from="gneJ26" to="65389678" priority="-1" type="highway.motorway_link" spreadType="center" shape="961.64,1119.40 1163.82,1003.44 1169.92,999.25 1175.67,994.30 1180.99,988.64 1185.68,982.43 1189.49,976.03 1191.94,969.79 1193.92,962.59 1195.81,951.25 1196.86,940.51 1198.15,918.91 1199.36,907.82 1201.52,894.86">
        <lane id="beg_SB101_offramp.53_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="341.71" shape="961.74,1119.34 1163.82,1003.44 1169.92,999.25 1175.67,994.30 1180.99,988.64 1185.68,982.43 1189.49,976.03 1191.94,969.79 1193.92,962.59 1195.81,951.25 1196.86,940.51 1198.15,918.91 1199.36,907.82 1199.61,906.32">
            <param key="origId" value="8924695"/>
        </lane>
    </edge>
    <edge id="beg_SB_Shoreline" from="4177242970" to="gneJ25" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center">
        <lane id="beg_SB_Shoreline_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="55.19" shape="1291.17,1502.71 1291.90,1447.53">
            <param key="origId" value="417103946"/>
        </lane>
        <lane id="beg_SB_Shoreline_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="55.19" shape="1294.37,1502.75 1295.10,1447.57">
            <param key="origId" value="417103946"/>
        </lane>
        <lane id="beg_SB_Shoreline_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="55.19" shape="1297.57,1502.79 1298.30,1447.61">
            <param key="origId" value="417103946"/>
        </lane>
        <param key="origTo" value="26240920"/>
    </edge>
    <edge id="beg_WB_Avenida" from="1394515010" to="cluster_1394515013_1394515014" name="La Avenida Street" priority="-1" type="highway.residential" shape="1694.26,1122.82 1599.81,1127.30">
        <lane id="beg_WB_Avenida_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="94.56" shape="1694.34,1124.42 1599.89,1128.90">
            <param key="origId" value="90924930"/>
        </lane>
        <param key="origTo" value="1394515013"/>
    </edge>
    <edge id="beg_WB_Middlefield" from="gneJ37" to="gneJ3" priority="-1" spreadType="center">
        <lane id="beg_WB_Middlefield_0" index="0" speed="13.89" length="46.53" shape="1612.31,-48.18 1607.80,-1.87"/>
        <lane id="beg_WB_Middlefield_1" index="1" speed="13.89" length="46.53" shape="1609.13,-48.50 1604.61,-2.18"/>
    </edge>
    <edge id="beg_WB_Pear" from="392010185" to="gneJ12" priority="-1">
        <lane id="beg_WB_Pear_0" index="0" speed="15.65" length="33.84" shape="1475.07,1365.79 1441.28,1367.56"/>
    </edge>
    <edge id="end_EB_Avenida" from="cluster_1394515013_1394515014" to="1394515010" name="La Avenida Street" priority="-1" type="highway.residential" shape="1599.81,1127.30 1694.26,1122.82">
        <lane id="end_EB_Avenida_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="94.56" shape="1599.73,1125.70 1694.18,1121.22">
            <param key="origId" value="90924930"/>
        </lane>
        <param key="origFrom" value="1394515013"/>
    </edge>
    <edge id="end_EB_Middlefield" from="gneJ9" to="gneJ10" priority="-1" spreadType="center" shape="1569.83,62.96 1578.17,39.51 1584.52,16.20 1590.15,-13.59 1594.31,-48.93">
        <lane id="end_EB_Middlefield_0" index="0" speed="15.65" length="114.81" shape="1568.37,62.29 1576.64,39.03 1582.96,15.84 1588.57,-13.83 1592.72,-49.12"/>
        <lane id="end_EB_Middlefield_1" index="1" speed="15.65" length="114.81" shape="1571.38,63.36 1579.70,39.99 1586.08,16.56 1591.73,-13.35 1595.90,-48.74"/>
    </edge>
    <edge id="end_EB_Pear" from="gneJ12" to="392010185" priority="-1">
        <lane id="end_EB_Pear_0" index="0" speed="13.89" length="33.84" shape="1441.12,1364.36 1474.91,1362.59"/>
    </edge>
    <edge id="end_NB101_onramp" from="1350115557" to="gneJ11" priority="-1" spreadType="center">
        <lane id="end_NB101_onramp_0" index="0" speed="22.22" length="56.57" shape="1167.99,1075.44 1117.86,1101.67"/>
        <lane id="end_NB101_onramp_1" index="1" speed="22.22" length="56.57" shape="1166.51,1072.61 1116.38,1098.83"/>
    </edge>
    <edge id="end_SB85_onramp" from="348360455-AddedOffRampNode" to="447914228" priority="-1" spreadType="center">
        <lane id="end_SB85_onramp_0" index="0" speed="22.22" length="190.16" shape="1384.33,881.98 1552.57,793.36"/>
        <lane id="end_SB85_onramp_1" index="1" speed="22.22" length="190.16" shape="1385.82,884.81 1554.07,796.20"/>
    </edge>
    <edge id="end_SB_Shoreline" from="gneJ24" to="519661983" name="North Shoreline Boulevard" priority="-1" type="highway.primary" shape="1312.33,90.49 1312.53,74.94 1312.05,-4.95">
        <lane id="end_SB_Shoreline_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="95.38" shape="1307.53,90.43 1307.73,74.92 1307.25,-4.92">
            <param key="origId" value="496364805"/>
        </lane>
        <lane id="end_SB_Shoreline_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="95.38" shape="1310.73,90.47 1310.93,74.93 1310.45,-4.94">
            <param key="origId" value="496364805"/>
        </lane>
    </edge>
    <edge id="end_SB_Shoreline.1" from="4884567893" to="gneJ24" name="North Shoreline Boulevard" priority="-1" type="highway.primary" shape="1312.06,260.40 1312.51,246.74 1312.33,224.81 1312.30,218.60 1311.85,203.45 1312.26,165.44 1312.43,144.27 1312.33,115.53 1312.32,111.38 1312.24,97.48 1312.33,90.49">
        <lane id="end_SB_Shoreline.1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="165.86" shape="1307.39,256.24 1307.71,246.68 1307.53,224.85 1307.50,218.68 1307.05,203.50 1307.46,165.39 1307.63,144.26 1307.53,115.55 1307.52,111.40 1307.44,97.46 1307.53,90.43">
            <param key="origId" value="496364805"/>
        </lane>
        <lane id="end_SB_Shoreline.1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="165.86" shape="1310.59,256.34 1310.91,246.72 1310.73,224.82 1310.70,218.63 1310.25,203.47 1310.66,165.42 1310.83,144.27 1310.73,115.54 1310.72,111.39 1310.64,97.47 1310.73,90.47">
            <param key="origId" value="496364805"/>
        </lane>
    </edge>
    <edge id="gneE12" from="cluster_4913265903_6509336824" to="66261597" priority="-1">
        <lane id="gneE12_0" index="0" speed="13.89" length="99.85" shape="1071.23,728.31 1156.00,675.56"/>
    </edge>
    <edge id="gneE3" from="65632905" to="65618422" priority="-1">
        <lane id="gneE3_0" index="0" speed="13.89" length="78.33" shape="1576.06,230.76 1642.79,189.75"/>
    </edge>
    <edge id="gneE41" from="cluster_gneJ29_gneJ30" to="cluster_gneJ34_gneJ35" priority="-1" spreadType="center" shape="1686.95,837.93 1507.15,921.55">
        <lane id="gneE41_0" index="0" speed="22.22" length="194.36" shape="1685.41,843.94 1509.17,925.90"/>
        <lane id="gneE41_1" index="1" speed="22.22" length="194.36" shape="1684.06,841.04 1507.82,923.00"/>
        <lane id="gneE41_2" index="2" speed="22.22" length="194.36" shape="1682.71,838.14 1506.48,920.10"/>
        <lane id="gneE41_3" index="3" speed="22.22" length="194.36" shape="1681.36,835.24 1505.13,917.20"/>
    </edge>
    <edge id="gneE45" from="65389652" to="348360455-AddedOffRampNode" priority="-1" type="highway.motorway_link" spreadType="center" shape="1215.83,887.37 1213.72,894.68 1212.53,902.15 1212.39,908.74 1213.52,915.50 1216.25,922.05 1220.05,928.39 1225.41,934.72 1231.33,939.80 1240.88,944.01 1250.40,945.32 1260.40,944.27 1269.73,941.38 1384.95,883.46">
        <lane id="gneE45_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="223.78" shape="1216.23,891.76 1215.28,895.03 1214.13,902.29 1213.99,908.62 1215.07,915.05 1217.68,921.33 1221.36,927.46 1226.55,933.59 1232.19,938.43 1241.32,942.46 1250.43,943.71 1260.08,942.70 1269.13,939.89 1384.11,882.09">
            <param key="origId" value="348360455"/>
        </lane>
        <lane id="gneE45_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="223.78" shape="1213.15,890.88 1212.16,894.33 1210.93,902.01 1210.79,908.86 1211.97,915.95 1214.82,922.77 1218.74,929.32 1224.27,935.85 1230.47,941.17 1240.44,945.56 1250.37,946.93 1260.72,945.84 1270.33,942.87 1385.54,884.95">
            <param key="origId" value="348360455"/>
        </lane>
    </edge>
    <edge id="gneE47" from="gneJ3" to="gneJ36" priority="-1" spreadType="center">
        <lane id="gneE47_0" index="0" speed="15.65" length="38.01" shape="1607.72,-1.38 1600.15,35.87"/>
        <lane id="gneE47_1" index="1" speed="15.65" length="38.01" shape="1604.59,-2.02 1597.02,35.23"/>
    </edge>
    <edge id="gneE5" from="65618422" to="gneJ5" priority="-1">
        <lane id="gneE5_0" index="0" speed="13.89" length="62.99" shape="1642.73,189.79 1694.73,154.25"/>
    </edge>
    <edge id="j1+e1" from="gneJ25" to="j1" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1295.15,1443.57 1295.95,1382.58 1296.44,1373.39">
        <lane id="j1+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="55.63" shape="1290.40,1439.51 1291.13,1383.88">
            <param key="origId" value="417103946"/>
        </lane>
        <lane id="j1+e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="55.63" shape="1293.60,1439.55 1294.33,1383.92">
            <param key="origId" value="417103946"/>
        </lane>
        <lane id="j1+e1_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="55.63" shape="1296.80,1439.59 1297.53,1383.96">
            <param key="origId" value="417103946"/>
        </lane>
        <lane id="j1+e1_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="55.63" shape="1300.00,1439.63 1300.73,1384.00">
            <param key="origId" value="417103946"/>
        </lane>
    </edge>
    <edge id="j1+e2" from="gneJ12" to="j1" priority="-1" shape="1441.20,1365.96 1303.86,1373.13">
        <lane id="j1+e2_0" index="0" speed="13.89" length="119.69" shape="1441.28,1367.56 1321.76,1373.80"/>
    </edge>
    <edge id="j1+e3" from="4177242969" to="j1" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1310.99,1302.10 1310.87,1364.05 1311.27,1372.87">
        <lane id="j1+e3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="58.37" shape="1315.78,1306.11 1315.67,1364.04">
            <param key="origId" value="417103943"/>
        </lane>
        <lane id="j1+e3_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="58.37" shape="1312.58,1306.10 1312.47,1364.02 1312.48,1364.32">
            <param key="origId" value="417103943"/>
        </lane>
        <lane id="j1+e3_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="58.37" shape="1309.38,1306.10 1309.27,1364.08 1309.29,1364.61">
            <param key="origId" value="417103943"/>
        </lane>
        <lane id="j1+e3_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="58.37" shape="1306.18,1306.09 1306.07,1364.15 1306.10,1364.90">
            <param key="origId" value="417103943"/>
        </lane>
        <param key="origTo" value="33375254"/>
    </edge>
    <edge id="j1+e4" from="529144347" to="j1" name="Movies" priority="-1" type="highway.service" shape="1209.99,1355.37 1218.62,1358.68 1235.16,1365.12 1250.41,1370.72 1265.10,1373.69 1277.74,1373.87 1283.88,1373.53 1296.44,1373.39">
        <lane id="j1+e4_0" index="0" allow="pedestrian delivery bicycle" speed="15.65" length="78.15" shape="1210.56,1353.88 1219.20,1357.19 1235.73,1363.62 1250.85,1369.18 1265.27,1372.09 1277.71,1372.27 1283.83,1371.93 1285.60,1371.91">
            <param key="origId" value="124769665"/>
        </lane>
        <param key="origTo" value="26240920"/>
    </edge>
    <edge id="j1-e1a" from="j1" to="gneJ21" priority="-1" spreadType="center" shape="1305.85,1382.26 1304.29,1502.91">
        <lane id="j1-e1a_0" index="0" speed="15.65" length="118.86" shape="1305.83,1384.06 1304.29,1502.91"/>
    </edge>
    <edge id="j1-e1b" from="j1" to="6473959177" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1311.27,1372.87 1309.72,1502.62">
        <lane id="j1-e1b_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="118.50" shape="1312.74,1384.15 1311.32,1502.64">
            <param key="origId" value="18889690"/>
        </lane>
        <lane id="j1-e1b_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="118.50" shape="1309.54,1384.11 1308.12,1502.60">
            <param key="origId" value="18889690"/>
        </lane>
        <param key="origFrom" value="33375254"/>
    </edge>
    <edge id="j1-e2" from="j1" to="gneJ12" priority="-1" shape="1303.86,1373.13 1441.20,1365.96">
        <lane id="j1-e2_0" index="0" speed="15.65" length="119.69" shape="1321.59,1370.60 1441.12,1364.36"/>
    </edge>
    <edge id="j1-e3" from="j1" to="j21" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1296.44,1373.39 1295.71,1365.32 1295.56,1334.01 1295.52,1325.66 1295.30,1278.51">
        <lane id="j1-e3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="83.37" shape="1292.57,1366.12 1292.51,1365.47 1292.36,1334.03 1292.32,1325.67 1292.12,1282.48">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j1-e3_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="83.37" shape="1295.76,1365.83 1295.71,1365.32 1295.56,1334.01 1295.52,1325.66 1295.32,1282.46">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j1-e3_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="83.37" shape="1298.94,1365.54 1298.91,1365.17 1298.76,1333.99 1298.72,1325.65 1298.52,1282.45">
            <param key="origId" value="124769659"/>
        </lane>
        <param key="origFrom" value="26240920"/>
    </edge>
    <edge id="j1-e4" from="j1" to="529144347" name="Movies" priority="-1" type="highway.service" shape="1296.44,1373.39 1283.88,1373.53 1277.74,1373.87 1265.10,1373.69 1250.41,1370.72 1235.16,1365.12 1218.62,1358.68 1209.99,1355.37">
        <lane id="j1-e4_0" index="0" allow="pedestrian delivery bicycle" speed="13.89" length="79.96" shape="1285.67,1378.31 1284.04,1378.33 1277.84,1378.67 1264.59,1378.48 1249.10,1375.35 1233.46,1369.61 1216.89,1363.16 1208.27,1359.85">
            <param key="origId" value="124769665"/>
        </lane>
        <lane id="j1-e4_1" index="1" allow="pedestrian delivery bicycle" speed="13.89" length="79.96" shape="1285.63,1375.11 1283.93,1375.13 1277.77,1375.47 1264.93,1375.29 1249.97,1372.26 1234.59,1366.62 1218.04,1360.17 1209.42,1356.86">
            <param key="origId" value="124769665"/>
        </lane>
        <param key="origFrom" value="26240920"/>
    </edge>
    <edge id="j10+e1" from="6814821073" to="j10" name="Linda Vista Avenue" priority="-1" type="highway.unclassified" shape="1538.75,633.51 1538.93,599.47 1538.89,586.61">
        <lane id="j10+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="39.65" shape="1537.15,633.50 1537.33,599.47 1537.31,593.85">
            <param key="origId" value="60776703"/>
        </lane>
    </edge>
    <edge id="j10+e2" from="3696108256" to="j10" name="Terra Bella Avenue" priority="-1" type="highway.residential">
        <lane id="j10+e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="38.20" shape="1584.32,588.60 1546.11,588.27">
            <param key="origId" value="690808843"/>
        </lane>
    </edge>
    <edge id="j10+e3" from="gneJ32" to="j10" priority="-1">
        <lane id="j10+e3_0" index="0" speed="13.89" length="105.80" shape="1540.98,473.63 1540.52,579.43"/>
    </edge>
    <edge id="j10+e4" from="6481592059" to="j10" priority="-1">
        <lane id="j10+e4_0" index="0" speed="13.89" length="124.70" shape="1406.98,585.39 1531.69,585.03"/>
    </edge>
    <edge id="j10-e1" from="j10" to="6814821073" name="Linda Vista Avenue" priority="-1" type="highway.unclassified" shape="1538.89,586.61 1538.93,599.47 1538.75,633.51">
        <lane id="j10-e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="39.68" shape="1540.51,593.84 1540.53,599.47 1540.35,633.52">
            <param key="origId" value="60776703"/>
        </lane>
    </edge>
    <edge id="j10-e2" from="j10" to="3696108256" name="Terra Bella Avenue" priority="-1" type="highway.residential">
        <lane id="j10-e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="38.20" shape="1546.14,585.07 1584.34,585.40">
            <param key="origId" value="690808843"/>
        </lane>
    </edge>
    <edge id="j10-e3" from="j10" to="gneJ32" priority="-1">
        <lane id="j10-e3_0" index="0" speed="13.89" length="105.80" shape="1537.32,579.42 1537.78,473.61"/>
    </edge>
    <edge id="j10-e4" from="j10" to="6481592059" priority="-1">
        <lane id="j10-e4_0" index="0" speed="13.89" length="124.70" shape="1531.70,588.23 1406.99,588.59"/>
    </edge>
    <edge id="j11+e1" from="gneJ32" to="j11" priority="-1">
        <lane id="j11+e1_0" index="0" speed="13.89" length="117.70" shape="1537.78,473.61 1538.30,355.91"/>
    </edge>
    <edge id="j11+e2" from="65632905" to="j11" name="San Ardo Way" priority="-1" type="highway.residential" shape="1573.96,233.93 1583.51,247.16 1597.80,275.90 1604.40,298.80 1606.89,317.27 1607.66,331.68 1606.36,338.12 1602.38,344.16 1596.35,347.32 1589.45,347.95 1547.20,348.75 1545.06,348.79 1539.93,348.89">
        <lane id="j11+e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="175.43" shape="1577.27,235.79 1584.88,246.33 1599.30,275.32 1605.97,298.47 1608.48,317.12 1609.27,331.80 1607.87,338.74 1603.49,345.39 1596.81,348.88 1589.54,349.55 1547.23,350.35 1546.99,350.35">
            <param key="origId" value="8961521"/>
        </lane>
    </edge>
    <edge id="j11+e3" from="65466197" to="j11" name="Linda Vista Avenue" priority="-1" type="highway.residential" shape="1519.33,297.31 1531.49,323.24 1539.93,348.89">
        <lane id="j11+e3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="49.39" shape="1520.85,296.79 1532.98,322.65 1539.49,342.44">
            <param key="origId" value="573845075"/>
        </lane>
    </edge>
    <edge id="j11-e1" from="j11" to="gneJ32" priority="-1">
        <lane id="j11-e1_0" index="0" speed="13.89" length="117.70" shape="1541.50,355.93 1540.98,473.63"/>
    </edge>
    <edge id="j11-e2" from="j11" to="65632905" name="San Ardo Way" priority="-1" type="highway.residential" shape="1539.93,348.89 1545.06,348.79 1547.20,348.75 1589.45,347.95 1596.35,347.32 1602.39,344.29 1606.36,338.12 1607.66,331.68 1606.89,317.27 1604.40,298.80 1597.80,275.90 1583.51,247.16 1573.96,233.93">
        <lane id="j11-e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="168.44" shape="1546.93,347.15 1547.17,347.15 1589.36,346.35 1595.90,345.75 1601.28,343.06 1604.85,337.51 1606.05,331.56 1605.30,317.42 1602.83,299.13 1596.30,276.48 1582.14,247.99 1574.68,237.66">
            <param key="origId" value="8961521"/>
        </lane>
    </edge>
    <edge id="j11-e3" from="j11" to="65466197" name="Linda Vista Avenue" priority="-1" type="highway.residential" shape="1539.93,348.89 1531.46,323.40 1519.33,297.31">
        <lane id="j11-e3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="49.01" shape="1536.44,343.45 1529.97,323.99 1517.96,298.15">
            <param key="origId" value="573845075"/>
        </lane>
    </edge>
    <edge id="j12+e1" from="65466197" to="j12" name="Linda Vista Avenue" priority="-1" type="highway.residential" shape="1519.33,297.31 1501.39,268.21 1474.95,236.60">
        <lane id="j12+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="66.50" shape="1517.87,297.99 1500.09,269.15 1479.16,244.13">
            <param key="origId" value="573845075"/>
        </lane>
    </edge>
    <edge id="j12+e2" from="4884567885" to="j12" name="West Middlefield Road" priority="-1" type="highway.secondary" spreadType="center" shape="1506.35,203.62 1474.95,236.60">
        <lane id="j12+e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="35.22" shape="1506.16,208.46 1481.88,233.97">
            <param key="origId" value="417923804"/>
        </lane>
        <lane id="j12+e2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="35.22" shape="1503.84,206.26 1479.55,231.77">
            <param key="origId" value="417923804"/>
        </lane>
        <lane id="j12+e2_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="35.22" shape="1501.52,204.05 1477.23,229.56">
            <param key="origId" value="417923804"/>
        </lane>
    </edge>
    <edge id="j12+e4" from="gneJ33" to="j12" name="West Middlefield Road" priority="-1" type="highway.secondary" spreadType="center" shape="1389.20,275.34 1425.36,252.73 1462.94,226.42">
        <lane id="j12+e4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="83.33" shape="1388.47,273.91 1424.48,251.40 1457.74,228.11">
            <param key="origId" value="23926328"/>
        </lane>
        <lane id="j12+e4_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="83.33" shape="1390.17,276.62 1426.24,254.06 1459.87,230.52">
            <param key="origId" value="23926328"/>
        </lane>
    </edge>
    <edge id="j12-e1" from="j12" to="65466197" name="Linda Vista Avenue" priority="-1" type="highway.residential" shape="1474.95,236.60 1501.33,267.97 1519.33,297.31">
        <lane id="j12-e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="66.98" shape="1481.63,242.06 1502.63,267.03 1520.59,296.31">
            <param key="origId" value="573845075"/>
        </lane>
    </edge>
    <edge id="j12-e2" from="j12" to="gneJ9" priority="-1" spreadType="center" shape="1467.02,222.67 1493.82,194.39 1515.69,165.98 1535.36,134.90 1550.72,104.75 1569.83,62.96">
        <lane id="j12-e2_0" index="0" speed="15.65" length="189.23" shape="1467.25,220.10 1492.60,193.35 1514.38,165.06 1533.97,134.11 1549.28,104.05 1568.32,62.42"/>
        <lane id="j12-e2_1" index="1" speed="15.65" length="189.23" shape="1469.57,222.31 1495.04,195.43 1517.00,166.90 1536.75,135.69 1552.16,105.45 1571.23,63.75"/>
    </edge>
    <edge id="j12-e4" from="j12" to="4884567876" name="West Middlefield Road" priority="-1" type="highway.secondary" spreadType="center" shape="1474.95,236.60 1449.17,259.45 1418.83,283.64 1388.10,303.81">
        <lane id="j12-e4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="98.73" shape="1470.56,242.63 1450.20,260.68 1419.77,284.94 1392.32,302.95">
            <param key="origId" value="417923805"/>
        </lane>
        <lane id="j12-e4_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="98.73" shape="1468.44,240.23 1448.14,258.22 1417.89,282.34 1390.56,300.28">
            <param key="origId" value="417923805"/>
        </lane>
    </edge>
    <edge id="j13+e2" from="gneJ5" to="j13" priority="-1" shape="1698.12,153.87 1674.27,113.89 1657.50,99.09 1637.13,84.90 1616.41,76.97 1587.93,68.43">
        <lane id="j13+e2_0" index="0" speed="13.89" length="134.14" shape="1695.20,152.11 1673.02,114.92 1656.51,100.35 1636.38,86.32 1615.89,78.49 1594.48,72.07"/>
    </edge>
    <edge id="j13+e3" from="gneJ36" to="j13" priority="-1" spreadType="center">
        <lane id="j13+e3_0" index="0" speed="15.65" length="26.89" shape="1600.02,36.40 1591.71,61.98"/>
        <lane id="j13+e3_1" index="1" speed="15.65" length="26.89" shape="1596.97,35.41 1588.67,60.99"/>
    </edge>
    <edge id="j13-e1" from="j13" to="4884567885" priority="-1" spreadType="center" shape="1587.93,68.43 1567.99,110.34 1550.37,141.81 1529.29,172.89 1506.35,203.62">
        <lane id="j13-e1_0" index="0" speed="15.65" length="147.99" shape="1586.48,75.21 1569.41,111.08 1551.73,142.65 1530.59,173.82 1509.81,201.66"/>
        <lane id="j13-e1_1" index="1" speed="15.65" length="147.99" shape="1583.59,73.83 1566.57,109.60 1549.01,140.97 1527.99,171.96 1507.25,199.74"/>
    </edge>
    <edge id="j13-e2" from="j13" to="gneJ5" priority="-1" shape="1587.93,68.43 1616.17,76.59 1637.36,84.91 1657.27,98.01 1673.85,113.05 1698.12,153.87">
        <lane id="j13-e2_0" index="0" speed="13.89" length="136.76" shape="1595.39,68.92 1616.69,75.07 1638.10,83.48 1658.25,96.74 1675.10,112.03 1697.96,150.46"/>
    </edge>
    <edge id="j14+e1" from="cluster_4913265903_6509336824" to="j14" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="1070.94,730.38 1021.36,761.22 1012.60,765.60 1003.88,768.74 993.99,771.50 984.33,772.75 974.20,773.10 962.41,771.99 949.55,767.60 933.51,760.18 922.26,753.60 907.69,745.25 885.86,724.61 835.30,640.64">
        <lane id="j14+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="303.93" shape="1071.79,731.74 1022.14,762.62 1013.23,767.07 1004.37,770.27 994.31,773.07 984.46,774.35 974.15,774.70 962.07,773.57 948.95,769.09 932.77,761.60 921.46,754.98 906.73,746.54 884.60,725.62 837.64,647.63">
            <param key="origId" value="8969162"/>
        </lane>
        <param key="origFrom" value="6509336824"/>
    </edge>
    <edge id="j14+e2" from="gneJ35" to="j14" priority="-1" spreadType="center" shape="1076.01,496.02 835.30,640.64">
        <lane id="j14+e2_0" index="0" speed="15.65" length="271.53" shape="1076.83,497.39 843.19,637.77"/>
        <lane id="j14+e2_1" index="1" speed="15.65" length="271.53" shape="1075.19,494.65 843.33,633.95"/>
    </edge>
    <edge id="j14+e4" from="gneJ7" to="j14" priority="-1" spreadType="center" shape="751.39,662.97 822.10,618.55">
        <lane id="j14+e4_0" index="0" speed="15.65" length="73.96" shape="750.54,661.62 814.23,621.61"/>
        <lane id="j14+e4_1" index="1" speed="15.65" length="73.96" shape="752.24,664.32 813.80,625.65"/>
    </edge>
    <edge id="j14-e1" from="j14" to="cluster_4913265903_6509336824" name="Terra Bella Avenue" priority="-1" type="highway.residential" shape="835.30,640.64 885.86,724.61 907.69,745.25 922.26,753.60 933.51,760.18 949.55,768.02 962.41,771.98 974.20,772.68 984.32,772.75 993.99,771.48 1003.42,768.75 1011.68,765.60 1021.36,761.22 1070.94,730.38">
        <lane id="j14-e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="298.80" shape="840.39,645.99 887.12,723.60 908.65,743.96 923.06,752.22 934.27,758.77 950.14,766.53 962.70,770.39 974.25,771.08 984.22,771.15 993.66,769.91 1002.91,767.23 1011.06,764.12 1020.60,759.81 1070.09,729.02">
            <param key="origId" value="8969162"/>
        </lane>
    </edge>
    <edge id="j14-e2" from="j14" to="4213107386" name="West Middlefield Road" priority="-1" type="highway.secondary" spreadType="center" shape="822.10,618.55 1156.25,415.94">
        <lane id="j14-e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="381.57" shape="828.15,613.01 1155.29,414.65">
            <param key="origId" value="417104423"/>
        </lane>
        <lane id="j14-e2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="381.57" shape="831.54,614.70 1156.95,417.39">
            <param key="origId" value="417104423"/>
        </lane>
    </edge>
    <edge id="j14-e4" from="j14" to="gneJ8" priority="-1" spreadType="center" shape="835.30,640.64 764.17,682.88">
        <lane id="j14-e4_0" index="0" speed="15.65" length="73.27" shape="828.96,646.26 764.99,684.26"/>
        <lane id="j14-e4_1" index="1" speed="15.65" length="73.27" shape="825.37,644.68 763.35,681.50"/>
    </edge>
    <edge id="j2+e1" from="j21" to="j2" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1293.70,1278.47 1294.35,1253.30">
        <lane id="j2+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="17.18" shape="1289.00,1274.37 1289.45,1257.20">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j2+e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="17.18" shape="1292.20,1274.45 1292.65,1257.28">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j2+e1_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="17.18" shape="1295.40,1274.54 1295.85,1257.36">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j2+e1_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="17.18" shape="1298.60,1274.62 1299.04,1257.44">
            <param key="origId" value="124769659"/>
        </lane>
    </edge>
    <edge id="j2-e2" from="j2" to="gneJ31" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1295.95,1253.34 1296.86,1224.10 1296.96,1205.85">
        <lane id="j2-e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="43.36" shape="1292.88,1249.23 1293.66,1224.04 1293.76,1205.98">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j2-e2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="43.36" shape="1296.07,1249.35 1296.86,1224.10 1296.96,1206.00">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j2-e2_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="43.36" shape="1299.27,1249.47 1300.06,1224.16 1300.16,1206.02">
            <param key="origId" value="124769659"/>
        </lane>
    </edge>
    <edge id="j2-e3" from="j2" to="312379251" priority="-1" type="highway.motorway_link" spreadType="center" shape="1289.55,1253.17 1290.77,1219.88 1288.96,1209.83 1287.06,1200.10 1285.62,1190.86 1284.37,1179.74 1279.74,1145.32 1278.83,1137.35 1275.96,1120.36 1273.74,1112.09">
        <lane id="j2-e3_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="134.60" shape="1289.70,1249.11 1290.77,1219.88 1288.96,1209.83 1287.06,1200.10 1285.62,1190.86 1284.37,1179.74 1279.74,1145.32 1278.83,1137.35 1275.96,1120.36 1274.74,1115.82">
            <param key="origId" value="9742538"/>
        </lane>
    </edge>
    <edge id="j3+e1" from="gneJ31" to="j3" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1296.96,1205.85 1297.10,1181.15 1297.10,1179.78 1297.17,1167.20">
        <lane id="j3+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.70" shape="1293.76,1205.68 1293.90,1181.13 1293.90,1179.76 1293.92,1176.12">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j3+e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.70" shape="1296.96,1205.70 1297.10,1181.15 1297.10,1179.78 1297.12,1176.00">
            <param key="origId" value="124769659"/>
        </lane>
        <lane id="j3+e1_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="29.70" shape="1300.16,1205.72 1300.30,1181.17 1300.30,1179.80 1300.32,1175.87">
            <param key="origId" value="124769659"/>
        </lane>
    </edge>
    <edge id="j3+e2" from="363027669" to="j3" name="La Avenida Street" priority="-1" type="highway.unclassified" spreadType="center" shape="1432.66,1139.62 1339.50,1161.76 1326.40,1164.87 1323.30,1165.61 1312.08,1167.42">
        <lane id="j3+e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="107.36" shape="1433.18,1142.79 1340.24,1164.87 1328.96,1167.55">
            <param key="origId" value="38082837"/>
        </lane>
        <lane id="j3+e2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="107.36" shape="1432.44,1139.67 1339.50,1161.76 1327.99,1164.49">
            <param key="origId" value="38082837"/>
        </lane>
        <lane id="j3+e2_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="107.36" shape="1431.70,1136.56 1338.76,1158.65 1327.02,1161.43">
            <param key="origId" value="38082837"/>
        </lane>
    </edge>
    <edge id="j3+e3" from="cluster_gneJ34_gneJ35" to="j3" priority="-1" type="highway.motorway_link" spreadType="center" shape="1502.51,923.78 1472.65,938.68 1464.72,943.47 1458.48,948.69 1452.54,954.95 1448.00,961.45 1444.86,967.63 1441.95,975.21 1439.79,982.63 1438.15,991.03 1432.07,1025.06 1429.83,1036.33 1427.37,1045.79 1424.65,1054.73 1421.38,1063.25 1416.96,1072.01 1412.15,1080.30 1406.61,1088.33 1400.29,1096.41 1393.52,1103.61 1386.76,1110.15 1379.36,1116.54 1371.14,1122.39 1361.80,1128.07 1351.44,1133.50 1340.91,1138.33 1326.79,1144.30 1324.69,1145.19 1322.75,1145.86 1318.78,1147.00 1314.03,1148.52">
        <lane id="j3+e3_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="306.07" acceleration="1" shape="1504.65,928.07 1474.97,942.89 1467.52,947.39 1461.77,952.19 1456.27,957.99 1452.13,963.92 1449.25,969.58 1446.50,976.74 1444.46,983.76 1442.87,991.91 1436.79,1025.95 1434.51,1037.40 1431.99,1047.09 1429.19,1056.29 1425.77,1065.20 1421.18,1074.30 1416.21,1082.87 1410.48,1091.17 1403.94,1099.54 1396.94,1106.98 1390.00,1113.69 1382.33,1120.32 1373.78,1126.40 1364.16,1132.25 1353.56,1137.81 1342.85,1142.72 1328.66,1148.72 1326.41,1149.67 1324.20,1150.44 1323.58,1150.62">
            <param key="origId" value="699541212 699013848 699541211 38083393 393950151 393950151"/>
        </lane>
        <lane id="j3+e3_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="306.07" acceleration="1" shape="1503.22,925.21 1473.42,940.08 1465.65,944.78 1459.58,949.86 1453.78,955.96 1449.38,962.27 1446.32,968.28 1443.47,975.72 1441.35,983.01 1439.72,991.32 1433.64,1025.36 1431.39,1036.69 1428.91,1046.22 1426.16,1055.25 1422.84,1063.90 1418.37,1072.77 1413.50,1081.16 1407.90,1089.28 1401.51,1097.45 1394.66,1104.73 1387.84,1111.33 1380.35,1117.80 1372.02,1123.73 1362.59,1129.46 1352.15,1134.94 1341.56,1139.79 1327.41,1145.77 1325.26,1146.68 1323.23,1147.39 1322.60,1147.57">
            <param key="origId" value="699541212 699013848 699541211 38083393 393950151 393950151"/>
        </lane>
        <lane id="j3+e3_2" index="2" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="306.07" shape="1501.80,922.35 1471.88,937.28 1463.79,942.16 1457.38,947.52 1451.30,953.94 1446.62,960.63 1443.40,966.98 1440.43,974.70 1438.23,982.25 1436.58,990.74 1430.50,1024.76 1428.27,1035.97 1425.83,1045.36 1423.14,1054.21 1419.92,1062.60 1415.55,1071.25 1410.80,1079.44 1405.32,1087.38 1399.07,1095.37 1392.38,1102.49 1385.68,1108.97 1378.37,1115.28 1370.26,1121.05 1361.01,1126.68 1350.73,1132.06 1340.26,1136.87 1326.17,1142.83 1324.12,1143.70 1322.27,1144.33 1321.63,1144.52">
            <param key="origId" value="699541212 699013848 699541211 38083393 393950151 393950151"/>
        </lane>
        <lane id="j3+e3_3" index="3" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="306.07" shape="1500.37,919.49 1470.33,934.47 1461.92,939.55 1455.19,945.19 1448.81,951.91 1443.87,958.98 1440.47,965.68 1437.40,973.68 1435.12,981.50 1433.43,990.15 1427.35,1024.17 1425.15,1035.26 1422.75,1044.49 1420.11,1053.17 1416.99,1061.30 1412.74,1069.72 1408.09,1077.73 1402.74,1085.49 1396.64,1093.28 1390.10,1100.24 1383.52,1106.61 1376.39,1112.76 1368.50,1118.38 1359.44,1123.89 1349.32,1129.19 1338.97,1133.94 1324.92,1139.88 1322.97,1140.71 1321.30,1141.28 1320.66,1141.47">
            <param key="origId" value="699541212 699013848 699541211 38083393 393950151 393950151"/>
        </lane>
    </edge>
    <edge id="j3+e4" from="33375252" to="j3" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1314.01,1047.83 1313.67,1121.84 1313.55,1145.35">
        <lane id="j3+e4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="89.37" shape="1315.61,1047.99 1315.27,1121.85 1315.19,1137.36">
            <param key="origId" value="23725173"/>
        </lane>
        <lane id="j3+e4_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="89.37" shape="1312.41,1047.97 1312.07,1121.83 1311.99,1137.34">
            <param key="origId" value="23725173"/>
        </lane>
    </edge>
    <edge id="j3-e1" from="j3" to="1394515159" name="North Shoreline Boulevard" priority="-1" type="highway.secondary" spreadType="center" shape="1312.08,1167.42 1312.57,1179.93 1311.12,1265.44">
        <lane id="j3-e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="89.91" shape="1313.99,1175.34 1314.17,1179.91 1312.72,1265.32">
            <param key="origId" value="145470502"/>
        </lane>
        <lane id="j3-e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="89.91" shape="1310.79,1175.47 1310.97,1179.95 1309.52,1265.27">
            <param key="origId" value="145470502"/>
        </lane>
    </edge>
    <edge id="j3-e4" from="j3" to="gneJ29" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center" shape="1296.78,1144.38 1297.79,1029.90">
        <lane id="j3-e4_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="107.16" shape="1293.64,1137.17 1294.59,1030.02">
            <param key="origId" value="264271356 23725175"/>
        </lane>
        <lane id="j3-e4_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="107.16" shape="1296.84,1137.20 1297.79,1030.05">
            <param key="origId" value="264271356 23725175"/>
        </lane>
        <lane id="j3-e4_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="107.16" shape="1300.04,1137.23 1300.99,1030.08">
            <param key="origId" value="264271356 23725175"/>
        </lane>
    </edge>
    <edge id="j3-e5" from="j3" to="312379251" priority="-1" type="highway.motorway_link" spreadType="center" shape="1297.17,1167.20 1287.18,1147.47 1286.17,1144.90 1284.20,1139.89 1281.90,1132.33 1276.79,1111.12">
        <lane id="j3-e5_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="37.52" shape="1288.87,1150.81 1287.18,1147.47 1286.17,1144.90 1284.20,1139.89 1281.90,1132.33 1277.75,1115.10">
            <param key="origId" value="690599564"/>
        </lane>
    </edge>
    <edge id="j4+e3" from="573844751-AddedOffRampNode" to="j4" priority="-1" spreadType="center">
        <lane id="j4+e3_0" index="0" speed="15.65" length="95.85" shape="1316.91,912.03 1317.09,1007.88"/>
        <lane id="j4+e3_1" index="1" speed="15.65" length="95.85" shape="1313.71,912.04 1313.89,1007.89"/>
        <lane id="j4+e3_2" index="2" speed="15.65" length="95.85" shape="1310.51,912.05 1310.69,1007.90"/>
    </edge>
    <edge id="j4-e1" from="j4" to="33375252" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center">
        <lane id="j4-e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="31.79" shape="1315.51,1015.88 1315.61,1047.68">
            <param key="origId" value="690760150"/>
        </lane>
        <lane id="j4-e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="31.79" shape="1312.31,1015.90 1312.41,1047.69">
            <param key="origId" value="690760150"/>
        </lane>
    </edge>
    <edge id="j4-e2" from="j4" to="1350115557" priority="-1" type="highway.motorway_link" spreadType="center" shape="1320.30,1011.86 1320.58,1058.67 1322.04,1066.62 1325.76,1073.67 1331.16,1079.32 1336.86,1083.62 1343.28,1086.68 1350.30,1089.13 1356.97,1090.07 1364.43,1090.27 1371.27,1089.50 1378.63,1087.17 1385.67,1083.51 1391.95,1078.78 1396.76,1073.18 1400.58,1067.68 1404.49,1060.48 1407.34,1053.87 1409.59,1046.83 1410.98,1039.41 1411.35,1032.39 1410.94,1024.43 1410.02,1017.04 1408.36,1009.84 1405.88,1002.97 1402.07,996.78 1397.26,991.61 1391.92,987.92 1385.56,984.87 1377.95,982.77 1370.37,981.68 1363.89,982.07 1356.95,983.25 1350.01,985.62 1342.98,988.75 1254.50,1031.38 1181.50,1066.59 1170.79,1072.17">
        <lane id="j4-e2_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="473.84" shape="1320.32,1015.86 1320.58,1058.67 1322.04,1066.62 1325.76,1073.67 1331.16,1079.32 1336.86,1083.62 1343.28,1086.68 1350.30,1089.13 1356.97,1090.07 1364.43,1090.27 1371.27,1089.50 1378.63,1087.17 1385.67,1083.51 1391.95,1078.78 1396.76,1073.18 1400.58,1067.68 1404.49,1060.48 1407.34,1053.87 1409.59,1046.83 1410.98,1039.41 1411.35,1032.39 1410.94,1024.43 1410.02,1017.04 1408.36,1009.84 1405.88,1002.97 1402.07,996.78 1397.26,991.61 1391.92,987.92 1385.56,984.87 1377.95,982.77 1370.37,981.68 1363.89,982.07 1356.95,983.25 1350.01,985.62 1342.98,988.75 1254.50,1031.38 1181.50,1066.59 1174.34,1070.32">
            <param key="origId" value="9742541 699541208 699541207 699541210 699541209"/>
        </lane>
    </edge>
    <edge id="j5+e1" from="gneJ29" to="j5" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center" shape="1297.79,1029.90 1299.67,918.37">
        <lane id="j5+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="111.40" shape="1294.59,1029.70 1296.47,918.32">
            <param key="origId" value="264271356 23725175"/>
        </lane>
        <lane id="j5+e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="111.40" shape="1297.79,1029.75 1299.67,918.37">
            <param key="origId" value="264271356 23725175"/>
        </lane>
        <lane id="j5+e1_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="111.40" shape="1300.99,1029.81 1302.87,918.42">
            <param key="origId" value="264271356 23725175"/>
        </lane>
    </edge>
    <edge id="j5-e2" from="j5" to="gneJ30" name="Shoreline (South)" priority="-1" type="highway.primary" spreadType="center" shape="1300.84,911.71 1300.92,896.21 1301.12,867.31">
        <lane id="j5-e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="37.65" shape="1299.27,905.10 1299.32,896.20 1299.52,867.45">
            <param key="origId" value="23725176 4368969 4368969"/>
        </lane>
        <lane id="j5-e2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="37.65" shape="1302.47,905.12 1302.52,896.22 1302.72,867.47">
            <param key="origId" value="23725176 4368969 4368969"/>
        </lane>
        <param key="origTo" value="6481192958"/>
    </edge>
    <edge id="j5-e3" from="j5" to="65389652" priority="-1" type="highway.motorway_link" spreadType="center" shape="1296.38,911.84 1294.15,893.74 1292.32,887.22 1289.36,880.32 1285.42,873.62 1281.04,867.48 1275.51,862.70 1269.68,859.10 1262.83,857.26 1255.82,856.98 1247.85,858.88 1240.56,862.21 1233.20,867.28 1226.59,873.22 1220.92,879.67 1217.37,887.81">
        <lane id="j5-e3_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="104.43" shape="1295.58,905.32 1294.15,893.74 1292.32,887.22 1289.36,880.32 1285.42,873.62 1281.04,867.48 1275.51,862.70 1269.68,859.10 1262.83,857.26 1255.82,856.98 1247.85,858.88 1240.56,862.21 1233.20,867.28 1226.59,873.22 1226.01,873.88">
            <param key="origId" value="11475392"/>
        </lane>
    </edge>
    <edge id="j6+e1" from="gneJ30" to="j6" name="Shoreline (South)" priority="-1" type="highway.primary" spreadType="center" shape="1301.12,867.31 1301.28,842.93 1301.34,834.62">
        <lane id="j6+e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="26.79" shape="1299.52,867.15 1299.68,842.92 1299.70,840.36">
            <param key="origId" value="23725176 4368969 4368969"/>
        </lane>
        <lane id="j6+e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="26.79" shape="1302.72,867.17 1302.88,842.94 1302.90,840.38">
            <param key="origId" value="23725176 4368969 4368969"/>
        </lane>
    </edge>
    <edge id="j6+e3" from="4177242968" to="j6" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center" shape="1314.40,800.64 1314.34,814.33 1314.31,820.24">
        <lane id="j6+e3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="6.26" shape="1319.18,804.66 1319.15,811.01">
            <param key="origId" value="417103949"/>
        </lane>
        <lane id="j6+e3_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="6.26" shape="1315.98,804.65 1315.95,810.94">
            <param key="origId" value="417103949"/>
        </lane>
        <lane id="j6+e3_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="6.26" shape="1312.78,804.63 1312.76,810.87">
            <param key="origId" value="417103949"/>
        </lane>
        <lane id="j6+e3_3" index="3" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="6.26" shape="1309.58,804.62 1309.56,810.79">
            <param key="origId" value="417103949"/>
        </lane>
        <param key="origTo" value="6481168012"/>
    </edge>
    <edge id="j6+e4" from="447913628" to="j6" priority="-1" type="highway.motorway_link" spreadType="center" shape="1250.91,832.26 1259.93,827.93 1270.67,824.53 1281.46,822.70 1292.70,821.48 1294.33,821.31 1301.60,820.72">
        <lane id="j6+e4_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="40.89" shape="1251.96,826.43 1258.16,823.46 1269.54,819.85 1280.80,817.94 1292.18,816.71 1293.34,816.59">
            <param key="origId" value="348360464"/>
        </lane>
        <lane id="j6+e4_1" index="1" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="40.89" shape="1253.34,829.32 1259.34,826.44 1270.29,822.97 1281.24,821.11 1292.53,819.89 1293.47,819.79">
            <param key="origId" value="348360464"/>
        </lane>
        <lane id="j6+e4_2" index="2" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="40.89" shape="1254.73,832.20 1260.52,829.42 1271.05,826.09 1281.68,824.29 1292.87,823.07 1293.60,823.00">
            <param key="origId" value="348360464"/>
        </lane>
        <lane id="j6+e4_3" index="3" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="40.89" shape="1256.11,835.09 1261.70,832.40 1271.80,829.21 1282.12,827.46 1293.22,826.25 1293.72,826.20">
            <param key="origId" value="348360464"/>
        </lane>
        <param key="origTo" value="6481192957"/>
    </edge>
    <edge id="j6-e1" from="j6" to="573844751-AddedOffRampNode" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center" shape="1314.14,834.73 1313.70,909.87 1313.71,911.89">
        <lane id="j6-e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="71.30" shape="1317.31,840.46 1316.90,909.89 1316.91,911.72">
            <param key="origId" value="573844751 23725172 690760151 690760150"/>
        </lane>
        <lane id="j6-e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="71.30" shape="1314.11,840.44 1313.70,909.87 1313.71,911.74">
            <param key="origId" value="573844751 23725172 690760151 690760150"/>
        </lane>
        <lane id="j6-e1_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="71.30" shape="1310.91,840.42 1310.50,909.85 1310.51,911.76">
            <param key="origId" value="573844751 23725172 690760151 690760150"/>
        </lane>
    </edge>
    <edge id="j6-e3" from="j6" to="4177242966" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center" shape="1301.60,820.72 1303.83,720.96 1304.14,663.63">
        <lane id="j6-e3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="143.01" shape="1300.23,810.58 1302.23,720.94 1302.52,667.62">
            <param key="origId" value="145470501"/>
        </lane>
        <lane id="j6-e3_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="143.01" shape="1303.43,810.66 1305.43,720.98 1305.72,667.64">
            <param key="origId" value="145470501"/>
        </lane>
        <param key="origFrom" value="6481192957"/>
    </edge>
    <edge id="j6-e4" from="j6" to="65389652" priority="-1" type="highway.motorway_link" spreadType="center" shape="1301.34,834.62 1294.83,834.88 1283.32,836.52 1273.85,838.39 1264.86,840.92 1256.94,843.74 1248.78,847.79 1241.01,852.82 1233.45,858.78 1228.05,863.90 1222.88,870.65 1218.96,878.32 1215.83,887.37">
        <lane id="j6-e4_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="83.84" shape="1294.07,834.99 1283.32,836.52 1273.85,838.39 1264.86,840.92 1256.94,843.74 1248.78,847.79 1241.01,852.82 1233.45,858.78 1228.05,863.90 1222.88,870.65 1222.13,872.11">
            <param key="origId" value="38083121"/>
        </lane>
        <param key="origFrom" value="6481192958"/>
    </edge>
    <edge id="j7+e3" from="417103945#0-AddedOffRampNode" to="j7" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center" shape="1316.41,626.94 1316.37,637.35 1316.32,651.71 1316.63,694.19 1316.92,726.92">
        <lane id="j7+e3_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="91.94" shape="1319.59,630.94 1319.57,637.36 1319.52,651.70 1319.83,694.16 1320.08,722.84">
            <param key="origId" value="417103945 417103945 417103958"/>
        </lane>
        <lane id="j7+e3_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="91.94" shape="1316.39,630.93 1316.37,637.35 1316.32,651.71 1316.63,694.19 1316.88,722.87">
            <param key="origId" value="417103945 417103945 417103958"/>
        </lane>
        <lane id="j7+e3_2" index="2" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="91.94" shape="1313.19,630.91 1313.17,637.34 1313.12,651.72 1313.43,694.22 1313.68,722.89">
            <param key="origId" value="417103945 417103945 417103958"/>
        </lane>
    </edge>
    <edge id="j7-e1" from="j7" to="4177242967" name="North Shoreline Boulevard" priority="-1" type="highway.primary" spreadType="center">
        <lane id="j7-e1_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="30.70" shape="1316.86,730.99 1316.42,761.68">
            <param key="origId" value="417103958"/>
        </lane>
        <lane id="j7-e1_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="30.70" shape="1313.66,730.94 1313.22,761.64">
            <param key="origId" value="417103958"/>
        </lane>
    </edge>
    <edge id="j7-e2" from="j7" to="447914228" priority="-1" type="highway.motorway_link" spreadType="center" shape="1320.12,726.89 1322.59,760.97 1324.91,769.67 1327.94,780.99 1331.06,790.17 1334.67,797.74 1338.65,804.15 1343.78,810.21 1349.86,815.87 1356.96,821.11 1365.00,825.29 1374.00,828.85 1383.59,831.10 1418.37,837.78 1433.80,839.70 1442.50,839.60 1451.15,838.55 1459.35,836.78 1468.41,833.52 1482.91,826.70 1502.54,817.81 1551.94,791.89">
        <lane id="j7-e2_0" index="0" allow="private emergency authority army vip passenger hov taxi bus coach delivery truck trailer motorcycle evehicle custom1 custom2" speed="22.22" length="309.77" shape="1320.41,730.93 1322.59,760.97 1324.91,769.67 1327.94,780.99 1331.06,790.17 1334.67,797.74 1338.65,804.15 1343.78,810.21 1349.86,815.87 1356.96,821.11 1365.00,825.29 1374.00,828.85 1383.59,831.10 1418.37,837.78 1433.80,839.70 1442.50,839.60 1451.15,838.55 1459.35,836.78 1468.41,833.52 1482.91,826.70 1502.54,817.81 1551.83,791.95">
            <param key="origId" value="11475390 699541222 699541221 699013846 698785573 698785582 699010689"/>
        </lane>
    </edge>
    <edge id="j8+e1" from="4177242966" to="j8" priority="-1" spreadType="center" shape="1304.14,663.63 1304.48,597.68">
        <lane id="j8+e1_0" index="0" speed="13.89" length="61.81" shape="1300.96,659.61 1301.28,597.92"/>
        <lane id="j8+e1_1" index="1" speed="13.89" length="61.81" shape="1304.16,659.63 1304.48,597.85"/>
        <lane id="j8+e1_2" index="2" speed="13.89" length="61.81" shape="1307.36,659.65 1307.68,597.70"/>
    </edge>
    <edge id="j8+e2" from="6481592059" to="j8" priority="-1" shape="1402.99,587.00 1318.04,587.17">
        <lane id="j8+e2_0" index="0" speed="13.89" length="75.16" shape="1399.00,591.81 1323.84,591.96"/>
        <lane id="j8+e2_1" index="1" speed="13.89" length="75.16" shape="1398.99,588.61 1323.84,588.76"/>
    </edge>
    <edge id="j8+e3" from="gneJ28" to="j8" priority="-1" shape="1309.59,544.68 1310.18,581.10">
        <lane id="j8+e3_0" index="0" speed="13.89" length="30.82" shape="1317.59,544.71 1318.09,575.52"/>
        <lane id="j8+e3_1" index="1" speed="13.89" length="30.82" shape="1314.39,544.76 1314.89,575.57"/>
        <lane id="j8+e3_2" index="2" speed="13.89" length="30.82" shape="1311.19,544.81 1311.69,575.63"/>
    </edge>
    <edge id="j8+e4" from="6481599039" to="j8" priority="-1" shape="1284.23,586.69 1302.18,586.20">
        <lane id="j8+e4_0" index="0" speed="13.89" length="7.42" shape="1288.09,581.78 1295.51,581.58"/>
        <lane id="j8+e4_1" index="1" speed="13.89" length="7.42" shape="1288.18,584.98 1295.59,584.78"/>
    </edge>
    <edge id="j8-e1" from="j8" to="417103945#0-AddedOffRampNode" priority="-1" spreadType="center" shape="1314.18,597.52 1314.81,626.94">
        <lane id="j8-e1_0" index="0" speed="13.89" length="25.34" shape="1315.78,597.60 1316.32,622.94"/>
        <lane id="j8-e1_1" index="1" speed="13.89" length="25.34" shape="1312.58,597.67 1313.13,623.01"/>
    </edge>
    <edge id="j8-e2" from="j8" to="6481592059" priority="-1" shape="1318.04,587.17 1402.99,587.00">
        <lane id="j8-e2_0" index="0" speed="13.89" length="75.16" shape="1323.83,585.56 1398.99,585.41"/>
    </edge>
    <edge id="j8-e3" from="j8" to="gneJ28" priority="-1" shape="1310.18,581.10 1309.59,544.68">
        <lane id="j8-e3_0" index="0" speed="13.89" length="30.82" shape="1305.29,575.73 1304.79,544.91"/>
        <lane id="j8-e3_1" index="1" speed="13.89" length="30.82" shape="1308.49,575.68 1307.99,544.86"/>
    </edge>
    <edge id="j8-e4" from="j8" to="6481599039" priority="-1" shape="1302.18,586.20 1284.23,586.69">
        <lane id="j8-e4_0" index="0" speed="13.89" length="7.42" shape="1295.68,587.98 1288.26,588.18"/>
    </edge>
    <edge id="j9+e1" from="cluster_4177242965_cluster_4913266357_4913266373" to="j9" priority="-1" shape="1312.40,490.61 1313.07,368.45">
        <lane id="j9+e1_0" index="0" speed="15.65" length="122.26" shape="1304.40,490.57 1305.07,368.25"/>
        <lane id="j9+e1_1" index="1" speed="15.65" length="122.26" shape="1307.60,490.58 1308.27,368.33"/>
        <lane id="j9+e1_2" index="2" speed="15.65" length="122.26" shape="1310.80,490.60 1311.47,368.41"/>
    </edge>
    <edge id="j9+e2" from="4884567876" to="j9" priority="-1" spreadType="center" shape="1388.10,303.81 1320.01,349.54">
        <lane id="j9+e2_0" index="0" speed="15.65" length="54.03" shape="1386.57,308.70 1341.73,338.81"/>
        <lane id="j9+e2_1" index="1" speed="15.65" length="54.03" shape="1384.78,306.04 1339.93,336.16"/>
        <lane id="j9+e2_2" index="2" speed="15.65" length="54.03" shape="1383.00,303.38 1338.13,333.52"/>
    </edge>
    <edge id="j9+e3" from="4884567893" to="j9" priority="-1" shape="1312.06,260.40 1311.52,311.40">
        <lane id="j9+e3_0" index="0" speed="15.65" length="45.75" shape="1320.02,264.47 1319.53,310.22"/>
        <lane id="j9+e3_1" index="1" speed="15.65" length="45.75" shape="1316.82,264.44 1316.33,310.19"/>
        <lane id="j9+e3_2" index="2" speed="15.65" length="45.75" shape="1313.62,264.40 1313.13,310.16"/>
    </edge>
    <edge id="j9+e4" from="4177248959" to="j9" priority="-1" spreadType="center" shape="1238.57,366.41 1304.76,324.17">
        <lane id="j9+e4_0" index="0" speed="15.65" length="48.65" shape="1240.21,361.57 1281.23,335.39"/>
        <lane id="j9+e4_1" index="1" speed="15.65" length="48.65" shape="1241.93,364.27 1282.93,338.10"/>
        <lane id="j9+e4_2" index="2" speed="15.65" length="48.65" shape="1243.65,366.97 1284.64,340.80"/>
    </edge>
    <edge id="j9-e1" from="j9" to="cluster_4177242965_cluster_4913266357_4913266373" priority="-1" shape="1313.07,368.45 1312.40,490.61">
        <lane id="j9-e1_0" index="0" speed="15.65" length="122.16" shape="1317.87,368.48 1317.20,490.64"/>
        <lane id="j9-e1_1" index="1" speed="15.65" length="122.16" shape="1314.67,368.46 1314.00,490.62"/>
    </edge>
    <edge id="j9-e2" from="j9" to="gneJ33" name="West Middlefield Road" priority="-1" type="highway.secondary" spreadType="center" shape="1323.69,316.37 1357.39,294.54 1383.70,278.94 1389.20,275.34">
        <lane id="j9-e2_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="74.03" shape="1325.39,313.36 1356.55,293.18 1382.85,277.58 1388.21,274.08">
            <param key="origId" value="23926328"/>
        </lane>
        <lane id="j9-e2_1" index="1" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="15.65" length="74.03" shape="1327.27,315.96 1358.23,295.90 1384.55,280.30 1389.96,276.75">
            <param key="origId" value="23926328"/>
        </lane>
        <param key="origFrom" value="2809108150"/>
    </edge>
    <edge id="j9-e3" from="j9" to="4884567893" priority="-1" shape="1311.52,311.40 1312.06,260.40">
        <lane id="j9-e3_0" index="0" speed="15.65" length="45.75" shape="1306.73,310.09 1307.22,264.34"/>
        <lane id="j9-e3_1" index="1" speed="15.65" length="45.75" shape="1309.93,310.12 1310.42,264.37"/>
    </edge>
    <edge id="j9-e4" from="j9" to="gneJ35" priority="-1" spreadType="center" shape="1297.68,362.85 1076.01,496.02">
        <lane id="j9-e4_0" index="0" speed="15.65" length="258.79" shape="1298.59,364.17 1076.83,497.39"/>
        <lane id="j9-e4_1" index="1" speed="15.65" length="258.79" shape="1297.10,361.33 1075.19,494.65"/>
    </edge>

    <tlLogic id="GS_cluster_447913676_6481168012_6481192957_6481192958" type="static" programID="0" offset="0">
        <phase duration="10" state="GGGGgrrrrrGrrg"/>
        <phase duration="4"  state="GGGYgrrrrryrry"/>
        <phase duration="98" state="GGGrGrrrrrrGGr"/>
        <phase duration="4"  state="YYYryrrrrrrYYr"/>
        <phase duration="30" state="rrrrrGGGGgGrrr"/>
        <phase duration="4"  state="rrrrryyyyyyrrr"/>
    </tlLogic>
    <tlLogic id="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" type="static" programID="0" offset="0">
        <phase duration="59" state="srrrrrrGGGrrsrrrrrrGGGrr"/>
        <phase duration="4"  state="srrrrrryyyrrsrrrrrryyyrr"/>
        <phase duration="16" state="srrGGGGrrrrrsrrggggrrrrr"/>
        <phase duration="4"  state="srryyyyrrrrrsrryyyyrrrrr"/>
        <phase duration="31" state="GGGrrrrsrrrrGGGrrrrsrrrr"/>
        <phase duration="4"  state="yyyrrrrsrrrryyyrrrrsrrrr"/>
        <phase duration="20" state="rrrrrrrsrrGGrrrrrrrsrrGG"/>
        <phase duration="4"  state="rrrrrrrsrryyrrrrrrrsrryy"/>
    </tlLogic>
    <tlLogic id="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" type="static" programID="0" offset="10">
        <phase duration="72" state="GGGrrsrrGGGrrsrr"/>
        <phase duration="4"  state="yyyrrsrryyyrrsrr"/>
        <phase duration="35" state="srrrrGGgsrrrrGGg"/>
        <phase duration="4"  state="srrrryyysrrrryyy"/>
        <phase duration="31" state="srrGGsrrsrrGGsrr"/>
        <phase duration="4"  state="srryysrrsrryysrr"/>
    </tlLogic>
    <tlLogic id="gneJ13" type="static" programID="0" offset="26">
        <phase duration="54" state="rrrrrrrrrGGGGGG"/>
        <phase duration="4"  state="rrrrrrrrryyyyyy"/>
        <phase duration="16" state="GGGGGrrrrrrrrrr"/>
        <phase duration="4"  state="yyyyyrrrrrrrrrr"/>
        <phase duration="68" state="rrrrrGGGGrrrrrr"/>
        <phase duration="4"  state="rrrrryyyyrrrrrr"/>
    </tlLogic>
    <tlLogic id="gneJ23" type="static" programID="0" offset="0">
        <phase duration="80" state="rrrrGGGGggrrrrrrrrrrr"/>
        <phase duration="4"  state="rrrryyyyyyrrrrrrrrrrr"/>
        <phase duration="28" state="rrrrrrrrrrrrrrGGGGGGG"/>
        <phase duration="4"  state="rrrrrrrrrrrrrryyyyyyy"/>
        <phase duration="30" state="GGGgrrrrrrGGGrrrrrrrr"/>
        <phase duration="4"  state="yyyyrrrrrryyyrrrrrrrr"/>
    </tlLogic>

    <junction id="102175174" type="priority" x="1520.37" y="1130.83" incLanes="707878933_0 -715091003_0" intLanes=":102175174_0_0 :102175174_1_0" shape="1520.62,1134.02 1520.36,1127.63 1520.01,1127.65 1520.49,1134.03">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="1350115460" type="priority" x="1227.99" y="1065.73" incLanes="348360469_0 348360469_1" intLanes=":1350115460_0_0" shape="1230.08,1071.34 1231.88,1065.20 1229.22,1064.44 1228.28,1064.21 1227.33,1064.02 1226.17,1063.83 1224.59,1063.58 1224.10,1066.74 1226.50,1067.96 1227.13,1068.86 1227.75,1069.80 1228.64,1070.67">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="1350115557" type="priority" x="1170.79" y="1072.17" incLanes="348360468_0 j4-e2_0" intLanes=":1350115557_0_0 :1350115557_1_0" shape="1176.58,1074.62 1173.60,1068.90 1170.76,1069.91 1168.60,1070.17 1167.35,1070.49 1165.76,1071.19 1168.73,1076.86 1171.56,1075.85 1172.64,1075.72 1173.73,1075.60 1174.98,1075.29">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="1394515010" type="priority" x="1694.26" y="1122.82" incLanes="end_EB_Avenida_0" intLanes=":1394515010_0_0" shape="1694.26,1122.82 1694.11,1119.62 1694.26,1122.82">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="1394515159" type="priority" x="1311.12" y="1265.44" incLanes="j3-e1_0 j3-e1_1" intLanes=":1394515159_0_0 :1394515159_0_1" shape="1314.32,1265.35 1307.92,1265.24 1307.92,1265.57 1314.32,1265.61">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="26028109" type="priority" x="2187.27" y="568.12" incLanes="beg_NB101_0 beg_NB101_1" intLanes=":26028109_0_0 :26028109_0_1" shape="2200.84,566.41 2198.58,560.43 2184.41,566.97 2187.09,572.77">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="312379251" type="priority" x="1276.79" y="1111.12" incLanes="j3-e5_0 j2-e3_0" intLanes=":312379251_0_0 :312379251_1_0" shape="1273.19,1116.20 1279.30,1114.72 1277.12,1106.85 1271.02,1108.79">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="33375252" type="priority" x="1314.01" y="1047.83" incLanes="j4-e1_0 j4-e1_1" intLanes=":33375252_0_0 :33375252_0_1" shape="1317.21,1047.67 1310.81,1047.69 1310.81,1047.96 1317.21,1047.99">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="348360455-AddedOffRampNode" type="priority" x="1384.95" y="883.46" incLanes="gneE45_0 gneE45_1" intLanes=":348360455-AddedOffRampNode_0_0 :348360455-AddedOffRampNode_0_1" shape="1386.57,886.23 1383.58,880.56 1383.39,880.66 1386.26,886.38">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="363027669" type="priority" x="1432.66" y="1139.62" incLanes="38082837#0_0 38082837#0_1 38082837#0_2" intLanes=":363027669_0_0 :363027669_0_1 :363027669_0_2" shape="1433.77,1144.29 1431.99,1134.86 1431.33,1135.00 1433.55,1144.34">
        <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="3696108256" type="priority" x="1584.33" y="587.00" incLanes="j10-e2_0" intLanes=":3696108256_0_0" shape="1584.33,587.00 1584.36,583.80 1584.33,587.00">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="392010185" type="dead_end" x="1474.99" y="1364.19" incLanes="end_EB_Pear_0" intLanes="" shape="1474.99,1364.19 1474.82,1360.99 1474.99,1364.19"/>
    <junction id="417103945#0-AddedOffRampNode" type="priority" x="1314.81" y="626.94" incLanes="j8-e1_0 j8-e1_1" intLanes=":417103945#0-AddedOffRampNode_0_0 :417103945#0-AddedOffRampNode_0_1 :417103945#0-AddedOffRampNode_0_2" shape="1317.92,622.91 1311.53,623.04 1311.59,630.91 1321.19,630.95 1320.37,627.90 1319.60,626.93 1318.82,625.95 1318.20,624.71">
        <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="4177242966" type="priority" x="1304.14" y="663.63" incLanes="j6-e3_0 j6-e3_1" intLanes=":4177242966_0_0 :4177242966_0_1 :4177242966_0_2" shape="1308.96,659.65 1299.36,659.61 1299.76,662.59 1300.52,664.63 1300.81,665.89 1300.92,667.61 1307.32,667.65 1307.75,664.67 1308.53,662.63 1308.83,661.38">
        <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="4177242967" type="priority" x="1314.76" y="765.66" incLanes="j7-e1_0 j7-e1_1" intLanes=":4177242967_0_0 :4177242967_0_1 :4177242967_0_2" shape="1318.02,761.71 1311.62,761.61 1311.16,764.60 1310.37,766.63 1310.06,767.88 1309.92,769.61 1319.52,769.71 1319.13,766.73 1318.39,764.69 1318.11,763.43">
        <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="4177242968" type="priority" x="1314.40" y="800.64" incLanes="417103942_0 417103942_1 417103942_2" intLanes=":4177242968_0_0 :4177242968_0_1 :4177242968_0_2 :4177242968_0_3" shape="1319.24,796.69 1309.64,796.59 1309.20,799.58 1308.41,801.62 1308.11,802.88 1307.98,804.61 1320.78,804.67 1320.38,801.70 1319.63,799.66 1319.34,798.41">
        <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="4177242969" type="priority" x="1310.99" y="1302.10" incLanes="145470502#2_0 145470502#2_1" intLanes=":4177242969_0_0 :4177242969_0_1 :4177242969_0_2 :4177242969_0_3" shape="1314.20,1298.11 1307.80,1298.09 1306.96,1301.12 1305.42,1303.06 1304.82,1304.30 1304.58,1306.09 1317.38,1306.11 1316.56,1303.08 1315.02,1301.14 1314.43,1299.90">
        <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="4177242970" type="dead_end" x="1294.37" y="1502.75" incLanes="" intLanes="" shape="1299.17,1502.81 1289.57,1502.69"/>
    <junction id="4177248959" type="priority" x="1238.57" y="366.41" incLanes="417104423#1_0 417104423#1_1" intLanes=":4177248959_0_0 :4177248959_0_1 :4177248959_0_2" shape="1244.51,368.31 1239.35,360.22 1237.09,362.15 1236.45,363.00 1235.80,363.86 1234.90,364.75 1233.51,365.72 1236.81,371.21 1239.60,370.00 1240.68,369.79 1241.75,369.58 1242.98,369.15">
        <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="4213107386" type="priority" x="1156.25" y="415.94" incLanes="j14-e2_0 j14-e2_1" intLanes=":4213107386_0_0 :4213107386_0_1" shape="1158.03,418.60 1154.73,413.12 1154.46,413.28 1157.78,418.75">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="447909678" type="priority" x="1490.08" y="1132.47" incLanes="496781290_0" intLanes=":447909678_0_0 :447909678_0_1 :447909678_0_2" shape="1494.15,1135.52 1493.90,1129.12 1490.87,1128.83 1489.82,1128.50 1488.77,1128.19 1487.49,1127.99 1485.74,1128.02 1486.55,1137.58 1489.39,1136.93 1490.34,1136.48 1491.30,1136.05 1492.49,1135.70">
        <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="447913628" type="priority" x="1250.91" y="832.26" incLanes="348360470_0 348360470_1" intLanes=":447913628_0_0 :447913628_0_1 :447913628_0_2 :447913628_0_3" shape="1256.80,836.53 1251.26,824.99 1249.07,826.97 1248.64,828.07 1248.24,829.22 1247.55,830.38 1246.25,831.55 1249.83,836.85 1252.22,836.24 1253.22,836.52 1254.24,836.85 1255.39,836.94">
        <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="447914228" type="dead_end" x="1553.32" y="794.78" incLanes="j7-e2_0 end_SB85_onramp_0 end_SB85_onramp_1" intLanes="" shape="1551.09,790.53 1552.58,793.36 1551.83,791.95 1554.81,797.61"/>
    <junction id="4884567876" type="priority" x="1388.10" y="303.81" incLanes="j12-e4_0 j12-e4_1" intLanes=":4884567876_0_0 :4884567876_0_1 :4884567876_0_2" shape="1393.20,304.29 1389.69,298.94 1386.95,300.24 1385.89,300.48 1384.82,300.73 1383.61,301.19 1382.11,302.05 1387.46,310.02 1389.69,308.03 1390.32,307.14 1390.95,306.26 1391.83,305.33">
        <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="4884567885" type="priority" x="1506.35" y="203.62" incLanes="j13-e1_0 j13-e1_1" intLanes=":4884567885_0_0 :4884567885_0_1 :4884567885_0_2" shape="1511.09,202.62 1505.96,198.79 1504.12,200.55 1503.28,200.97 1502.42,201.37 1501.47,201.96 1500.36,202.95 1507.31,209.57 1508.98,207.20 1509.34,206.21 1509.67,205.19 1510.18,204.03">
        <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="4884567893" type="priority" x="1312.06" y="260.40" incLanes="beg_NB_Shoreline.78_0 beg_NB_Shoreline.78_1 j9-e3_0 j9-e3_1" intLanes=":4884567893_0_0 :4884567893_0_1 :4884567893_0_2 :4884567893_3_0 :4884567893_3_1" shape="1318.59,256.61 1305.80,256.19 1305.62,264.32 1321.62,264.49 1320.82,261.51 1320.07,260.55 1319.32,259.59 1318.77,258.36">
        <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="00000" cont="0"/>
        <request index="4" response="00000" foes="00000" cont="0"/>
    </junction>
    <junction id="4913266336" type="priority" x="1237.50" y="591.37" incLanes="8969162#0_0 -8969162#1_0" intLanes=":4913266336_0_0 :4913266336_1_0" shape="1238.43,594.44 1236.91,588.22 1236.66,588.28 1236.57,588.31 1236.48,588.34 1236.24,588.43">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="519661983" type="priority" x="1312.05" y="-4.95" incLanes="end_SB_Shoreline_0 end_SB_Shoreline_1" intLanes=":519661983_0_0" shape="1312.05,-4.95 1305.65,-4.91 1312.05,-4.95">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="529144347" type="right_before_left" x="1209.99" y="1355.37" incLanes="j1-e4_0 j1-e4_1" intLanes=":529144347_0_0" shape="1209.99,1355.37 1207.70,1361.35 1209.99,1355.37">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="573844751-AddedOffRampNode" type="priority" x="1313.71" y="911.89" incLanes="j6-e1_0 j6-e1_1 j6-e1_2" intLanes=":573844751-AddedOffRampNode_0_0 :573844751-AddedOffRampNode_0_1 :573844751-AddedOffRampNode_0_2" shape="1308.91,912.05 1318.51,912.03 1318.51,911.72 1308.91,911.76">
        <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="6473959177" type="dead_end" x="1309.72" y="1502.62" incLanes="j1-e1b_0 j1-e1b_1" intLanes="" shape="1312.92,1502.66 1306.52,1502.58"/>
    <junction id="6481592059" type="priority" x="1402.99" y="587.00" incLanes="j10-e4_0 j8-e2_0" intLanes=":6481592059_0_0 :6481592059_0_1 :6481592059_2_0" shape="1407.00,590.19 1406.98,583.79 1398.98,583.81 1399.00,593.41 1402.03,592.57 1403.97,591.03 1405.21,590.43">
        <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="6481599039" type="right_before_left" x="1284.23" y="586.69" incLanes="j8-e4_0 -8969162#0_0" intLanes=":6481599039_0_0 :6481599039_1_0 :6481599039_1_1" shape="1288.31,589.78 1288.05,580.18 1285.02,581.10 1284.08,581.90 1283.13,582.71 1281.90,583.36 1280.11,583.67 1280.40,590.07">
        <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="6481614669" type="priority" x="1210.09" y="605.40" incLanes="8969162#1_0 -8969162#2_0" intLanes=":6481614669_0_0 :6481614669_1_0" shape="1212.02,607.96 1208.39,602.69 1207.95,603.02">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="6509336812" type="priority" x="1188.57" y="629.33" incLanes="8969162#2_0 -8969162#3_0" intLanes=":6509336812_0_0 :6509336812_1_0" shape="1191.40,630.85 1186.07,627.31 1185.83,627.68 1185.75,627.81 1185.68,627.95 1185.61,628.12 1185.51,628.35">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="65389652" type="priority" x="1215.83" y="887.37" incLanes="j5-e3_0 j6-e4_0" intLanes=":65389652_0_0 :65389652_1_0" shape="1227.55,874.56 1224.48,873.19 1223.66,872.64 1220.61,871.58 1218.49,875.51 1216.81,878.37 1215.42,880.73 1214.18,883.15 1212.96,886.20 1211.62,890.43 1217.76,892.21 1219.00,888.06 1220.06,885.01 1221.21,882.59 1222.67,880.35 1224.70,877.82">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="65389678" type="priority" x="1201.52" y="894.86" incLanes="beg_SB101_offramp.53_0" intLanes=":65389678_0_0 :65389678_0_1" shape="1203.34,898.93 1197.40,896.54 1196.95,899.93 1197.34,901.20 1197.82,902.49 1198.13,904.03 1198.03,906.06 1201.19,906.59 1201.71,903.68 1201.95,902.67 1202.27,901.68 1202.71,900.50">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="65389683" type="dead_end" x="920.09" y="1145.21" incLanes="" intLanes="" shape="920.93,1146.57 919.25,1143.85"/>
    <junction id="65466197" type="priority" x="1519.33" y="297.31" incLanes="j11-e3_0 j12-e1_0" intLanes=":65466197_0_0 :65466197_1_0" shape="1516.51,298.83 1522.30,296.11 1522.19,295.87 1522.14,295.78 1522.10,295.70 1521.96,295.47">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="65618422" type="priority" x="1643.63" y="191.11" incLanes="-gneE5_0 gneE3_0" intLanes=":65618422_0_0 :65618422_1_0" shape="1645.51,193.70 1641.90,188.42 1645.23,193.88">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="65632905" type="priority" x="1573.96" y="233.93" incLanes="j11-e2_0 -gneE3_0" intLanes=":65632905_0_0 :65632905_3_0 :65632905_2_0" shape="1573.38,238.60 1578.57,234.85 1575.22,229.40 1573.54,230.66 1572.41,232.03 1571.82,233.50 1571.79,235.09 1572.31,236.79">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="100" foes="100" cont="1"/>
        <request index="2" response="000" foes="010" cont="0"/>
    </junction>
    <junction id="66261597" type="priority" x="1157.14" y="676.74" incLanes="8969162#4_0 gneE12_0" intLanes=":66261597_0_0 :66261597_3_0 :66261597_2_0" shape="1159.61,678.80 1155.16,674.20 1158.54,679.64 1158.97,679.37 1159.11,679.26 1159.25,679.15 1159.40,679.00">
        <request index="0" response="000" foes="000" cont="0"/>
        <request index="1" response="100" foes="100" cont="1"/>
        <request index="2" response="000" foes="010" cont="0"/>
    </junction>
    <junction id="6767977675" type="priority" x="1176.35" y="658.12" incLanes="8969162#3_0 -8969162#4_0" intLanes=":6767977675_0_0 :6767977675_4_0 :6767977675_2_0 :6767977675_5_0" shape="1179.55,658.77 1173.66,656.27 1178.11,660.87 1178.78,660.19 1178.99,659.93 1179.16,659.64 1179.33,659.27">
        <request index="0" response="0000" foes="1000" cont="0"/>
        <request index="1" response="0100" foes="0100" cont="1"/>
        <request index="2" response="0000" foes="0010" cont="0"/>
        <request index="3" response="0001" foes="0001" cont="1"/>
    </junction>
    <junction id="6814821073" type="priority" x="1538.75" y="633.51" incLanes="j10-e1_0" intLanes=":6814821073_0_0" shape="1538.75,633.51 1541.95,633.53 1538.75,633.51">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="cluster_1394515013_1394515014" type="priority" x="1596.63" y="1127.59" incLanes="beg_WB_Avenida_0 -715091002_0" intLanes=":cluster_1394515013_1394515014_0_0 :cluster_1394515013_1394515014_1_0" shape="1599.96,1130.50 1599.66,1124.10 1593.32,1124.69 1593.58,1131.09">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="cluster_4177242965_cluster_4913266357_4913266373" type="priority" x="1311.06" y="494.85" incLanes="j9-e1_0 j9-e1_1 -417103955#1.41_0 -417103955#1.41_1" intLanes=":cluster_4177242965_cluster_4913266357_4913266373_0_0 :cluster_4177242965_cluster_4913266357_4913266373_0_1 :cluster_4177242965_cluster_4913266357_4913266373_0_2 :cluster_4177242965_cluster_4913266357_4913266373_3_0 :cluster_4177242965_cluster_4913266357_4913266373_3_1 :cluster_4177242965_cluster_4913266357_4913266373_3_2" shape="1318.80,490.65 1302.80,490.56 1303.32,499.07 1319.32,499.12">
        <request index="0" response="000000" foes="000000" cont="0"/>
        <request index="1" response="000000" foes="000000" cont="0"/>
        <request index="2" response="000000" foes="000000" cont="0"/>
        <request index="3" response="000000" foes="000000" cont="0"/>
        <request index="4" response="000000" foes="000000" cont="0"/>
        <request index="5" response="000000" foes="000000" cont="0"/>
    </junction>
    <junction id="cluster_4913265903_6509336824" type="priority" x="1073.21" y="728.96" incLanes="-gneE12_0 j14-e1_0" intLanes=":cluster_4913265903_6509336824_0_0 :cluster_4913265903_6509336824_1_0 :cluster_4913265903_6509336824_3_0" shape="1073.76,732.38 1070.38,726.95 1069.25,727.66 1072.63,733.10">
        <request index="0" response="000" foes="100" cont="0"/>
        <request index="1" response="000" foes="000" cont="0"/>
        <request index="2" response="001" foes="001" cont="1"/>
    </junction>
    <junction id="cluster_gneJ29_gneJ30" type="priority" x="1686.95" y="837.93" incLanes="beg_NB85_offramp.22_0 beg_NB85_offramp.22_1 beg_NB101_offramp_0 beg_NB101_offramp_1" intLanes=":cluster_gneJ29_gneJ30_0_0 :cluster_gneJ29_gneJ30_0_1 :cluster_gneJ29_gneJ30_2_0 :cluster_gneJ29_gneJ30_2_1" shape="1693.25,841.82 1688.02,830.60 1680.69,833.78 1686.08,845.39">
        <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="cluster_gneJ34_gneJ35" type="priority" x="1504.83" y="922.67" incLanes="gneE41_0 gneE41_1 gneE41_2 gneE41_3" intLanes=":cluster_gneJ34_gneJ35_0_0 :cluster_gneJ34_gneJ35_0_1 :cluster_gneJ34_gneJ35_0_2 :cluster_gneJ34_gneJ35_0_3" shape="1509.85,927.35 1504.45,915.75 1499.65,918.05 1505.37,929.51">
        <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="gneJ10" type="dead_end" x="1594.31" y="-48.93" incLanes="end_EB_Middlefield_0 end_EB_Middlefield_1" intLanes="" shape="1591.13,-49.30 1597.49,-48.56"/>
    <junction id="gneJ11" type="dead_end" x="1117.12" y="1100.25" incLanes="end_NB101_onramp_0 end_NB101_onramp_1" intLanes="" shape="1118.60,1103.09 1115.64,1097.41"/>
    <junction id="gneJ12" type="priority" x="1441.20" y="1365.96" incLanes="beg_WB_Pear_0 j1-e2_0" intLanes=":gneJ12_0_0 :gneJ12_1_0" shape="1441.37,1369.16 1441.03,1362.76 1441.37,1369.16">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ15" type="dead_end" x="2256.35" y="542.02" incLanes="" intLanes="" shape="2255.22,539.03 2257.48,545.01"/>
    <junction id="gneJ16" type="dead_end" x="2061.64" y="186.11" incLanes="" intLanes="" shape="2058.44,186.25 2064.84,185.97"/>
    <junction id="gneJ20" type="priority" x="2064.13" y="317.35" incLanes="beg_NB85_0 beg_NB85_1" intLanes=":gneJ20_0_0 :gneJ20_0_1" shape="2057.85,316.51 2070.52,317.07 2064.13,317.35">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ21" type="dead_end" x="1304.29" y="1502.91" incLanes="j1-e1a_0" intLanes="" shape="1305.89,1502.93 1302.69,1502.89"/>
    <junction id="gneJ24" type="priority" x="1312.33" y="90.49" incLanes="beg_NB_Shoreline_0 beg_NB_Shoreline_1 end_SB_Shoreline.1_0 end_SB_Shoreline.1_1" intLanes=":gneJ24_0_0 :gneJ24_0_1 :gneJ24_2_0 :gneJ24_2_1" shape="1318.73,90.57 1305.93,90.41 1318.73,90.57">
        <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="gneJ25" type="priority" x="1295.15" y="1443.57" incLanes="beg_SB_Shoreline_0 beg_SB_Shoreline_1 beg_SB_Shoreline_2" intLanes=":gneJ25_0_0 :gneJ25_0_1 :gneJ25_0_2 :gneJ25_0_3" shape="1301.60,1439.65 1288.80,1439.49 1289.18,1442.47 1289.92,1444.52 1290.20,1445.78 1290.30,1447.51 1299.90,1447.63 1300.35,1444.66 1301.15,1442.63 1301.46,1441.38">
        <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="gneJ26" type="priority" x="961.64" y="1119.40" incLanes="beg_SB101_offramp_0" intLanes=":gneJ26_0_0" shape="962.54,1120.73 960.95,1117.95 960.69,1118.10 962.38,1120.82">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="gneJ28" type="priority" x="1309.59" y="544.68" incLanes="j8-e3_0 j8-e3_1 417103955#0_0 417103955#0_1 417103955#0_2" intLanes=":gneJ28_0_0 :gneJ28_0_1 :gneJ28_2_0 :gneJ28_2_1 :gneJ28_2_2" shape="1303.19,544.94 1319.19,544.68 1319.19,544.55 1303.19,544.51">
        <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="00000" cont="0"/>
        <request index="4" response="00000" foes="00000" cont="0"/>
    </junction>
    <junction id="gneJ29" type="priority" x="1297.79" y="1029.90" incLanes="j3-e4_0 j3-e4_1 j3-e4_2" intLanes=":gneJ29_0_0 :gneJ29_0_1 :gneJ29_0_2" shape="1302.59,1029.83 1292.99,1029.67 1292.99,1030.01 1302.59,1030.09">
        <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="gneJ3" type="priority" x="1606.19" y="-1.86" incLanes="beg_WB_Middlefield_0 beg_WB_Middlefield_1" intLanes=":gneJ3_0_0 :gneJ3_0_1" shape="1609.39,-1.71 1603.02,-2.34 1609.29,-1.06 1609.34,-1.30 1609.35,-1.39 1609.37,-1.47">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ30" type="priority" x="1301.12" y="867.31" incLanes="j5-e2_0 j5-e2_1" intLanes=":gneJ30_0_0 :gneJ30_0_1" shape="1304.32,867.18 1297.92,867.14 1297.92,867.44 1304.32,867.48">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ31" type="priority" x="1296.96" y="1205.85" incLanes="j2-e2_0 j2-e2_1 j2-e2_2" intLanes=":gneJ31_0_0 :gneJ31_0_1 :gneJ31_0_2" shape="1301.76,1205.73 1292.16,1205.67 1292.16,1205.97 1301.76,1206.03">
        <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="gneJ32" type="priority" x="1539.38" y="473.62" incLanes="j11-e1_0 j10-e3_0" intLanes=":gneJ32_0_0 :gneJ32_1_0" shape="1542.58,473.63 1536.18,473.61 1542.58,473.63">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ33" type="priority" x="1389.20" y="275.34" incLanes="j9-e2_0 j9-e2_1" intLanes=":gneJ33_0_0 :gneJ33_0_1" shape="1391.01,277.98 1387.62,272.55 1387.33,272.74 1390.84,278.09">
        <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="1076.01" y="496.02" incLanes="j9-e4_0 j9-e4_1" intLanes=":gneJ35_0_0 :gneJ35_0_1" shape="1077.66,498.76 1074.36,493.28 1077.66,498.76">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ36" type="priority" x="1598.55" y="35.73" incLanes="gneE47_0 gneE47_1" intLanes=":gneJ36_0_0 :gneJ36_0_1" shape="1601.72,36.19 1595.45,34.91 1601.54,36.89 1601.62,36.63 1601.64,36.54 1601.67,36.45">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ37" type="dead_end" x="1610.72" y="-48.34" incLanes="" intLanes="" shape="1607.54,-48.65 1613.90,-48.03"/>
    <junction id="gneJ5" type="priority" x="1698.12" y="153.87" incLanes="j13-e2_0 gneE5_0" intLanes=":gneJ5_0_0 :gneJ5_1_0" shape="1699.33,149.64 1693.83,152.93 1697.44,158.21 1699.86,155.75 1700.40,154.37 1700.49,152.90 1700.13,151.32">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="gneJ7" type="dead_end" x="751.39" y="662.97" incLanes="" intLanes="" shape="753.09,665.68 749.69,660.26"/>
    <junction id="gneJ8" type="dead_end" x="764.17" y="682.88" incLanes="j14-e4_0 j14-e4_1" intLanes="" shape="765.80,685.63 762.54,680.13"/>
    <junction id="gneJ9" type="priority" x="1569.83" y="62.96" incLanes="j12-e2_0 j12-e2_1" intLanes=":gneJ9_0_0 :gneJ9_0_1" shape="1572.89,63.90 1566.86,61.76 1572.68,64.42">
        <request index="0" response="00" foes="00" cont="0"/>
        <request index="1" response="00" foes="00" cont="0"/>
    </junction>
    <junction id="j1" type="traffic_light" x="1305.61" y="1377.56" incLanes="j1+e2_0 j1+e3_0 j1+e3_1 j1+e3_2 j1+e3_3 j1+e4_0 j1+e1_0 j1+e1_1 j1+e1_2 j1+e1_3" intLanes=":j1_0_0 :j1_1_0 :j1_2_0 :j1_21_0 :j1_4_0 :j1_5_0 :j1_5_1 :j1_7_0 :j1_8_0 :j1_9_0 :j1_10_0 :j1_11_0 :j1_12_0 :j1_13_0 :j1_14_0 :j1_15_0 :j1_15_1 :j1_15_2 :j1_22_0 :j1_19_0 :j1_20_0" shape="1321.84,1375.40 1321.51,1369.00 1319.15,1368.54 1318.32,1367.84 1317.74,1366.84 1317.39,1365.53 1317.27,1363.89 1290.98,1366.26 1290.54,1368.48 1289.81,1369.27 1288.74,1369.83 1287.33,1370.18 1285.58,1370.31 1285.69,1379.91 1287.85,1380.33 1288.60,1380.88 1289.13,1381.65 1289.44,1382.64 1289.53,1383.86 1314.34,1384.17 1314.57,1381.59 1315.21,1379.47 1316.26,1377.78 1317.71,1376.54 1319.57,1375.75">
        <request index="0"  response="110000000000001100000" foes="110000000000001100000" cont="0"/>
        <request index="1"  response="110000000000011100000" foes="110000011000011100000" cont="0"/>
        <request index="2"  response="001111000001111100000" foes="001111011001111100000" cont="0"/>
        <request index="3"  response="001111000101111100000" foes="001111000101111100000" cont="1"/>
        <request index="4"  response="001000000000000000000" foes="001000000100000000000" cont="0"/>
        <request index="5"  response="001000000000000001000" foes="111000001100000001111" cont="0"/>
        <request index="6"  response="001000000000000001000" foes="111000001100000001111" cont="0"/>
        <request index="7"  response="001000000000000001000" foes="111000011100000001110" cont="0"/>
        <request index="8"  response="000111100000000001000" foes="000111111100000001100" cont="0"/>
        <request index="9"  response="000111100000000001000" foes="000111111100000001100" cont="0"/>
        <request index="10" response="000111000000000000000" foes="000111000000000000000" cont="0"/>
        <request index="11" response="001111000001111110000" foes="001111000001111111000" cont="0"/>
        <request index="12" response="111111000001111100110" foes="111111000001111100110" cont="0"/>
        <request index="13" response="111111000001110000110" foes="111111000001110000110" cont="0"/>
        <request index="14" response="000000000000000000000" foes="000000000001100000000" cont="0"/>
        <request index="15" response="000000000000000001000" foes="000000011111100001100" cont="0"/>
        <request index="16" response="000000000000000001000" foes="000000011111100001100" cont="0"/>
        <request index="17" response="000000000000000001000" foes="000000011111100001100" cont="0"/>
        <request index="18" response="000000000000011111000" foes="000000011100011111100" cont="1"/>
        <request index="19" response="000000000000011100000" foes="000000011000011100011" cont="0"/>
        <request index="20" response="000000000000011100000" foes="000000011000011100011" cont="0"/>
    </junction>
    <junction id="j10" type="priority_stop" x="1538.89" y="586.61" incLanes="j10+e1_0 j10+e2_0 j10+e3_0 j10+e4_0" intLanes=":j10_0_0 :j10_1_0 :j10_14_0 :j10_15_0 :j10_4_0 :j10_5_0 :j10_6_0 :j10_7_0 :j10_8_0 :j10_9_0 :j10_16_0 :j10_11_0 :j10_12_0 :j10_13_0" shape="1535.71,593.86 1542.11,593.84 1542.55,591.62 1543.10,590.85 1543.88,590.30 1544.88,589.97 1546.10,589.87 1546.15,583.47 1543.91,583.01 1543.12,582.45 1542.56,581.66 1542.23,580.66 1542.12,579.44 1535.72,579.41 1535.26,581.64 1534.70,582.42 1533.92,582.98 1532.91,583.32 1531.68,583.43 1531.70,589.83 1533.92,590.27 1534.70,590.83 1535.26,591.62 1535.60,592.62">
        <request index="0"  response="00000000000000" foes="00010000100000" cont="0"/>
        <request index="1"  response="00000000000000" foes="11110001100000" cont="0"/>
        <request index="2"  response="00001100000000" foes="11001111100000" cont="1"/>
        <request index="3"  response="10001000010000" foes="10001000010000" cont="1"/>
        <request index="4"  response="00001000000000" foes="10001000001000" cont="0"/>
        <request index="5"  response="00011000000111" foes="10011000000111" cont="0"/>
        <request index="6"  response="01111000000110" foes="01111000000110" cont="0"/>
        <request index="7"  response="01000100000100" foes="01000100000100" cont="0"/>
        <request index="8"  response="00000000000000" foes="01000010000100" cont="0"/>
        <request index="9"  response="00000000000000" foes="11000001111100" cont="0"/>
        <request index="10" response="00000000000011" foes="11000001100011" cont="1"/>
        <request index="11" response="00000000000010" foes="00000001000010" cont="0"/>
        <request index="12" response="00011100000110" foes="00011111000110" cont="0"/>
        <request index="13" response="00011000110110" foes="00011000111110" cont="0"/>
    </junction>
    <junction id="j11" type="priority" x="1539.93" y="348.89" incLanes="j11+e2_0 j11+e3_0 j11+e1_0" intLanes=":j11_0_0 :j11_1_0 :j11_2_0 :j11_3_0 :j11_4_0 :j11_6_0" shape="1547.02,351.95 1546.90,345.56 1544.17,345.19 1543.09,344.69 1542.21,343.98 1541.51,343.07 1541.01,341.93 1534.92,343.96 1535.71,346.41 1536.23,348.26 1536.53,349.82 1536.67,351.40 1536.71,353.32 1536.70,355.91 1543.10,355.93 1543.54,353.76 1544.09,352.99 1544.85,352.43 1545.83,352.08">
        <request index="0" response="001000" foes="001000" cont="0"/>
        <request index="1" response="111000" foes="111000" cont="0"/>
        <request index="2" response="000000" foes="100000" cont="0"/>
        <request index="3" response="000000" foes="100011" cont="0"/>
        <request index="4" response="000000" foes="000010" cont="0"/>
        <request index="5" response="001100" foes="001110" cont="1"/>
    </junction>
    <junction id="j12" type="priority" x="1470.53" y="230.85" incLanes="j12+e1_0 j12+e2_0 j12+e2_1 j12+e2_2 j12+e4_0 j12+e4_1" intLanes=":j12_0_0 :j12_1_0 :j12_2_0 :j12_3_0 :j12_3_1 :j12_12_0 :j12_13_0 :j12_7_0 :j12_7_1 :j12_14_0 :j12_15_0 :j12_16_0" shape="1477.94,245.16 1482.85,241.03 1481.73,239.00 1481.61,238.01 1481.79,237.02 1482.27,236.04 1483.04,235.07 1466.09,219.00 1464.27,220.89 1462.89,222.25 1461.68,223.30 1460.41,224.28 1458.82,225.40 1456.67,226.90 1471.61,243.83 1473.65,242.80 1474.69,242.84 1475.76,243.24 1476.84,244.02">
        <request index="0"  response="000000011000" foes="110000011000" cont="0"/>
        <request index="1"  response="001110011000" foes="001111111000" cont="0"/>
        <request index="2"  response="000000000000" foes="001000000000" cont="0"/>
        <request index="3"  response="000000000000" foes="111000000011" cont="0"/>
        <request index="4"  response="000000000000" foes="111000000011" cont="0"/>
        <request index="5"  response="000110000010" foes="000110000010" cont="1"/>
        <request index="6"  response="000110000010" foes="000110000010" cont="1"/>
        <request index="7"  response="000000000000" foes="000001100010" cont="0"/>
        <request index="8"  response="000000000000" foes="000001100010" cont="0"/>
        <request index="9"  response="000000011100" foes="000000011110" cont="1"/>
        <request index="10" response="000000011001" foes="000000011001" cont="1"/>
        <request index="11" response="000000011001" foes="000000011001" cont="1"/>
    </junction>
    <junction id="j13" type="priority" x="1587.93" y="68.43" incLanes="j13+e2_0 j13+e3_0 j13+e3_1" intLanes=":j13_0_0 :j13_1_0 :j13_2_0 :j13_2_1" shape="1594.04,73.60 1595.84,67.38 1593.84,66.34 1593.26,65.60 1592.97,64.71 1592.96,63.66 1593.23,62.47 1587.14,60.49 1586.25,63.25 1585.56,65.28 1584.95,66.94 1584.27,68.57 1583.38,70.52 1582.14,73.15 1587.92,75.90 1589.37,74.04 1590.31,73.52 1591.40,73.27 1592.65,73.30">
        <request index="0" response="1100" foes="1100" cont="0"/>
        <request index="1" response="0000" foes="0000" cont="0"/>
        <request index="2" response="0000" foes="0001" cont="0"/>
        <request index="3" response="0000" foes="0001" cont="0"/>
    </junction>
    <junction id="j14" type="priority" x="828.70" y="629.60" incLanes="j14+e1_0 j14+e2_0 j14+e2_1 j14+e4_0 j14+e4_1" intLanes=":j14_0_0 :j14_1_0 :j14_2_0 :j14_3_0 :j14_3_1 :j14_5_0 :j14_5_1 :j14_8_0" shape="836.27,648.46 841.76,645.16 840.99,643.03 841.07,642.08 841.45,641.20 842.13,640.40 843.12,639.67 843.40,632.15 840.35,632.31 836.70,630.86 833.91,627.54 831.98,623.03 832.04,618.47 833.32,615.58 826.45,612.17 814.44,619.58 813.59,627.70 817.35,627.64 821.21,629.25 824.26,633.06 825.82,637.03 825.12,641.10 823.46,643.83 830.76,647.06 832.90,646.31 833.86,646.39 834.74,646.77 835.54,647.47" customShape="1">
        <request index="0" response="00011000" foes="00011000" cont="0"/>
        <request index="1" response="11111000" foes="11111000" cont="0"/>
        <request index="2" response="00000000" foes="10000000" cont="0"/>
        <request index="3" response="00000000" foes="10000011" cont="0"/>
        <request index="4" response="00000000" foes="10000011" cont="0"/>
        <request index="5" response="00000000" foes="00000010" cont="0"/>
        <request index="6" response="00000000" foes="00000010" cont="0"/>
        <request index="7" response="00011100" foes="00011110" cont="1"/>
    </junction>
    <junction id="j2" type="priority" x="1295.95" y="1253.34" incLanes="j2+e1_0 j2+e1_1 j2+e1_2 j2+e1_3" intLanes=":j2_0_0 :j2_1_0 :j2_1_1 :j2_1_2" shape="1300.87,1249.52 1288.10,1249.06 1287.85,1257.15 1300.64,1257.49">
        <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="j21" type="priority" x="1295.30" y="1278.51" incLanes="j1-e3_0 j1-e3_1 j1-e3_2" intLanes=":j21_0_0 :j21_0_1 :j21_0_2 :j21_0_3" shape="1290.52,1282.49 1300.12,1282.44 1300.20,1274.66 1287.40,1274.33 1288.16,1277.41 1288.91,1278.41 1289.68,1279.40 1290.27,1280.67">
        <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="j3" type="traffic_light" x="1304.90" y="1156.09" incLanes="j3+e2_0 j3+e2_1 j3+e2_2 j3+e3_0 j3+e3_1 j3+e3_2 j3+e3_3 j3+e4_0 j3+e4_1 j3+e1_0 j3+e1_1 j3+e1_2" intLanes=":j3_0_0 :j3_1_0 :j3_2_0 :j3_3_0 :j3_4_0 :j3_5_0 :j3_6_0 :j3_7_0 :j3_8_0 :j3_9_0 :j3_9_1 :j3_11_0 :j3_11_1 :j3_11_2" shape="1292.32,1176.18 1315.59,1175.28 1317.08,1173.31 1319.00,1172.29 1321.70,1171.24 1325.18,1170.17 1329.45,1169.08 1320.18,1139.94 1318.29,1140.09 1317.63,1139.79 1317.16,1139.24 1316.88,1138.43 1316.79,1137.38 1292.04,1137.16 1291.96,1141.99 1291.79,1145.75 1291.54,1148.44 1291.21,1150.06 1290.79,1150.61 1290.30,1150.09 1287.45,1151.54 1289.78,1156.38 1291.25,1160.12 1292.04,1163.35 1292.35,1166.70 1292.38,1170.77">
        <request index="0"  response="00000001100000" foes="00011001100000" cont="0"/>
        <request index="1"  response="11100001100000" foes="11111001100000" cont="0"/>
        <request index="2"  response="11100111100000" foes="11111111100000" cont="0"/>
        <request index="3"  response="11100111100000" foes="11111111100000" cont="0"/>
        <request index="4"  response="11100111100000" foes="11111111100000" cont="0"/>
        <request index="5"  response="00000000000000" foes="00011000011111" cont="0"/>
        <request index="6"  response="00000000000000" foes="00011000011111" cont="0"/>
        <request index="7"  response="00000000000000" foes="11111000011100" cont="0"/>
        <request index="8"  response="00000000000000" foes="11111000011100" cont="0"/>
        <request index="9"  response="00000111111111" foes="00000111111111" cont="0"/>
        <request index="10" response="00000111111111" foes="00000111111111" cont="0"/>
        <request index="11" response="00000110000000" foes="00000110011110" cont="0"/>
        <request index="12" response="00000110000000" foes="00000110011110" cont="0"/>
        <request index="13" response="00000110000000" foes="00000110011110" cont="0"/>
    </junction>
    <junction id="j4" type="priority" x="1313.90" y="1011.89" incLanes="j4+e3_0 j4+e3_1 j4+e3_2" intLanes=":j4_0_0 :j4_1_0 :j4_1_1" shape="1310.71,1015.91 1321.92,1015.85 1321.08,1012.83 1319.53,1010.90 1318.93,1009.66 1318.69,1007.88 1309.09,1007.90 1309.51,1010.88 1310.29,1012.93 1310.59,1014.18">
        <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="j5" type="priority" x="1298.96" y="913.97" incLanes="j5+e1_0 j5+e1_1 j5+e1_2" intLanes=":j5_0_0 :j5_1_0 :j5_1_1" shape="1304.07,905.12 1297.67,905.09 1297.16,905.12 1293.99,905.51 1294.59,910.23 1294.76,911.88 1294.86,913.54 1294.90,915.56 1294.87,918.29 1304.47,918.45">
        <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="j6" type="traffic_light" x="1307.85" y="827.58" incLanes="j6+e3_0 j6+e3_1 j6+e3_2 j6+e3_3 j6+e4_0 j6+e4_1 j6+e4_2 j6+e4_3 j6+e1_0 j6+e1_1" intLanes=":j6_0_0 :j6_0_1 :j6_0_2 :j6_3_0 :j6_4_0 :j6_5_0 :j6_6_0 :j6_7_0 :j6_8_0 :j6_8_1" shape="1320.75,811.04 1298.63,810.55 1297.99,812.77 1297.25,813.60 1296.21,814.25 1294.89,814.71 1293.28,814.99 1294.14,836.59 1296.35,836.76 1297.12,837.25 1297.67,838.01 1298.00,839.04 1298.10,840.35 1318.91,840.47">
        <request index="0" response="0011000000" foes="0011000000" cont="0"/>
        <request index="1" response="0011000000" foes="0011000000" cont="0"/>
        <request index="2" response="0011000000" foes="0011000000" cont="0"/>
        <request index="3" response="1111000000" foes="1111000000" cont="0"/>
        <request index="4" response="0000000000" foes="1100000000" cont="0"/>
        <request index="5" response="0000000000" foes="1100000000" cont="0"/>
        <request index="6" response="0000000000" foes="1100001111" cont="0"/>
        <request index="7" response="0000000000" foes="1100001111" cont="0"/>
        <request index="8" response="0011110000" foes="0011111000" cont="0"/>
        <request index="9" response="0011110000" foes="0011111000" cont="0"/>
    </junction>
    <junction id="j7" type="priority" x="1315.32" y="726.93" incLanes="j7+e3_0 j7+e3_1 j7+e3_2" intLanes=":j7_0_0 :j7_1_0 :j7_1_1" shape="1318.82,731.04 1322.01,730.81 1321.68,722.82 1312.08,722.91 1312.06,730.92 1318.46,731.01">
        <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="j8" type="traffic_light" x="1309.81" y="589.93" incLanes="j8+e2_0 j8+e2_1 j8+e3_0 j8+e3_1 j8+e3_2 j8+e4_0 j8+e4_1 j8+e1_0 j8+e1_1 j8+e1_2" intLanes=":j8_0_0 :j8_1_0 :j8_16_0 :j8_3_0 :j8_4_0 :j8_4_1 :j8_6_0 :j8_7_0 :j8_8_0 :j8_9_0 :j8_17_0 :j8_11_0 :j8_12_0 :j8_12_1 :j8_14_0 :j8_15_0" shape="1299.68,597.95 1317.38,597.57 1318.06,595.35 1318.96,594.57 1320.22,594.01 1321.85,593.67 1323.85,593.56 1323.83,583.96 1321.59,583.02 1320.79,581.85 1320.21,580.20 1319.84,578.08 1319.69,575.50 1303.69,575.76 1302.81,578.00 1301.67,578.81 1300.06,579.41 1297.99,579.80 1295.46,579.98 1295.72,589.58 1297.94,590.46 1298.71,591.62 1299.26,593.25 1299.58,595.36">
        <request index="0"  response="0000000000110000" foes="1000000000110000" cont="0"/>
        <request index="1"  response="0111100001110000" foes="0111110001110000" cont="0"/>
        <request index="2"  response="0111001001110000" foes="0111001011110000" cont="1"/>
        <request index="3"  response="0000000000000000" foes="0100001000000000" cont="0"/>
        <request index="4"  response="0000010000000100" foes="1100011000000111" cont="0"/>
        <request index="5"  response="0000010000000100" foes="1100011000000111" cont="0"/>
        <request index="6"  response="0011110000000100" foes="0011111000000110" cont="0"/>
        <request index="7"  response="0011000100000100" foes="0011000100000100" cont="0"/>
        <request index="8"  response="0011000000000000" foes="0011000010000000" cont="0"/>
        <request index="9"  response="0111000001111000" foes="0111000001111100" cont="0"/>
        <request index="10" response="0111000001110010" foes="1111000001110010" cont="1"/>
        <request index="11" response="0000000000000000" foes="0000000001000010" cont="0"/>
        <request index="12" response="0000010000000100" foes="0000011111000110" cont="0"/>
        <request index="13" response="0000010000000100" foes="0000011111000110" cont="0"/>
        <request index="14" response="0000010000111100" foes="0000011000111110" cont="0"/>
        <request index="15" response="0000010000110001" foes="0000010000110001" cont="0"/>
    </junction>
    <junction id="j9" type="traffic_light" x="1311.79" y="338.80" incLanes="j9+e2_0 j9+e2_1 j9+e2_2 j9+e3_0 j9+e3_1 j9+e3_2 j9+e4_0 j9+e4_1 j9+e4_2 j9+e1_0 j9+e1_1 j9+e1_2" intLanes=":j9_0_0 :j9_1_0 :j9_1_1 :j9_3_0 :j9_4_0 :j9_5_0 :j9_5_1 :j9_7_0 :j9_8_0 :j9_8_1 :j9_10_0 :j9_11_0 :j9_12_0 :j9_13_0 :j9_13_1 :j9_15_0 :j9_16_0 :j9_17_0 :j9_17_1 :j9_19_0 :j9_20_0 :j9_20_1 :j9_22_0 :j9_23_0" shape="1342.63,340.13 1337.25,332.22 1332.03,332.53 1327.60,329.34 1325.57,323.50 1327.99,316.96 1324.45,312.07 1322.59,312.83 1321.48,312.22 1321.21,311.40 1321.13,310.24 1305.13,310.07 1304.42,313.02 1302.34,316.39 1298.90,320.17 1294.09,324.38 1287.91,329.00 1280.37,334.04 1285.47,342.11 1292.63,343.59 1296.84,348.03 1298.24,353.79 1296.37,359.94 1299.33,365.59 1301.69,364.74 1302.50,364.96 1303.07,365.62 1303.39,366.70 1303.47,368.21 1319.47,368.61 1320.20,364.17 1322.19,359.60 1325.42,354.92 1329.91,350.11 1335.64,345.18" customShape="1">
        <request index="0"  response="000000000000001100000000" foes="000000011000001100000000" cont="0"/>
        <request index="1"  response="111110000000111100000000" foes="111111111000111100000000" cont="0"/>
        <request index="2"  response="111110000000111100000000" foes="111111111000111100000000" cont="0"/>
        <request index="3"  response="111100000111111100000000" foes="111100000111111100000000" cont="0"/>
        <request index="4"  response="111100000111111100000000" foes="111100000111111100000000" cont="0"/>
        <request index="5"  response="110000000110000010000000" foes="110000000110000010000000" cont="0"/>
        <request index="6"  response="110000000110000010000000" foes="110000000110000010000000" cont="0"/>
        <request index="7"  response="000000000000000000000000" foes="110000000110000001100000" cont="0"/>
        <request index="8"  response="000000000000000000000000" foes="110000011110000000011111" cont="0"/>
        <request index="9"  response="000000000000000000000000" foes="110000011110000000011111" cont="0"/>
        <request index="10" response="001110000000000000000000" foes="001111111110000000011110" cont="0"/>
        <request index="11" response="001110000000000000000000" foes="001111111110000000011110" cont="0"/>
        <request index="12" response="001100000000000000000000" foes="001100000000000000011000" cont="0"/>
        <request index="13" response="111100000000111110000000" foes="111100000000111111111000" cont="0"/>
        <request index="14" response="111100000000111110000000" foes="111100000000111111111000" cont="0"/>
        <request index="15" response="111100000000111100000111" foes="111100000000111100000111" cont="0"/>
        <request index="16" response="111100000000111100000111" foes="111100000000111100000111" cont="0"/>
        <request index="17" response="000010000000110000000110" foes="000010000000110000000110" cont="0"/>
        <request index="18" response="000010000000110000000110" foes="000010000000110000000110" cont="0"/>
        <request index="19" response="000000000000000000000000" foes="000001100000110000000110" cont="0"/>
        <request index="20" response="000000000000000000000000" foes="000000011111110000011110" cont="0"/>
        <request index="21" response="000000000000000000000000" foes="000000011111110000011110" cont="0"/>
        <request index="22" response="000000000000001110000000" foes="000000011110001111111110" cont="0"/>
        <request index="23" response="000000000000001110000000" foes="000000011110001111111110" cont="0"/>
    </junction>

    <junction id=":65632905_3_0" type="internal" x="1575.34" y="235.38" incLanes=":65632905_1_0 -gneE3_0" intLanes=":65632905_2_0"/>
    <junction id=":66261597_3_0" type="internal" x="1156.24" y="677.62" incLanes=":66261597_1_0 gneE12_0" intLanes=":66261597_2_0"/>
    <junction id=":6767977675_4_0" type="internal" x="1175.98" y="659.00" incLanes=":6767977675_1_0 -8969162#4_0" intLanes=":6767977675_2_0"/>
    <junction id=":6767977675_5_0" type="internal" x="1177.03" y="657.46" incLanes=":6767977675_3_0 8969162#3_0" intLanes=":6767977675_0_0"/>
    <junction id=":cluster_4913265903_6509336824_3_0" type="internal" x="1072.30" y="729.53" incLanes=":cluster_4913265903_6509336824_2_0 -gneE12_0" intLanes=":cluster_4913265903_6509336824_0_0"/>
    <junction id=":j1_21_0" type="internal" x="1307.17" y="1372.73" incLanes=":j1_3_0 j1+e4_0" intLanes=":j1_5_0 :j1_5_1 :j1_7_0 :j1_8_0 :j1_9_0 :j1_10_0 :j1_11_0 :j1_15_0 :j1_15_1 :j1_15_2 :j1_18_0"/>
    <junction id=":j1_22_0" type="internal" x="1304.36" y="1376.21" incLanes=":j1_18_0 :j1_8_0" intLanes=":j1_2_0 :j1_3_0 :j1_4_0 :j1_5_0 :j1_5_1 :j1_7_0 :j1_8_0 :j1_11_0 :j1_12_0 :j1_13_0"/>
    <junction id=":j10_14_0" type="internal" x="1538.92" y="588.21" incLanes=":j10_2_0 j10+e3_0" intLanes=":j10_5_0 :j10_6_0 :j10_7_0 :j10_8_0 :j10_9_0 :j10_12_0 :j10_13_0"/>
    <junction id=":j10_15_0" type="internal" x="1538.91" y="592.25" incLanes=":j10_3_0 j10+e2_0 j10+e3_0 j10+e4_0" intLanes=":j10_4_0 :j10_9_0 :j10_13_0"/>
    <junction id=":j10_16_0" type="internal" x="1538.92" y="584.99" incLanes=":j10_10_0 j10+e1_0" intLanes=":j10_0_0 :j10_1_0 :j10_5_0 :j10_6_0 :j10_12_0 :j10_13_0"/>
    <junction id=":j11_6_0" type="internal" x="1539.65" y="350.80" incLanes=":j11_5_0 j11+e3_0" intLanes=":j11_1_0 :j11_2_0 :j11_3_0"/>
    <junction id=":j12_12_0" type="internal" x="1466.65" y="227.46" incLanes=":j12_5_0 j12+e1_0 j12+e4_0 j12+e4_1" intLanes=":j12_1_0 :j12_7_0 :j12_7_1"/>
    <junction id=":j12_13_0" type="internal" x="1469.09" y="225.11" incLanes=":j12_5_1 j12+e1_0 j12+e4_0 j12+e4_1" intLanes=":j12_1_0 :j12_7_0 :j12_7_1"/>
    <junction id=":j12_14_0" type="internal" x="1474.01" y="234.33" incLanes=":j12_9_0 j12+e2_0 j12+e2_1" intLanes=":j12_1_0 :j12_2_0 :j12_3_0 :j12_3_1"/>
    <junction id=":j12_15_0" type="internal" x="1472.37" y="235.38" incLanes=":j12_10_0 j12+e1_0 j12+e2_0 j12+e2_1" intLanes=":j12_0_0 :j12_3_0 :j12_3_1"/>
    <junction id=":j12_16_0" type="internal" x="1469.12" y="237.66" incLanes=":j12_10_1 j12+e1_0 j12+e2_0 j12+e2_1" intLanes=":j12_0_0 :j12_3_0 :j12_3_1"/>
    <junction id=":j14_8_0" type="internal" x="834.51" y="637.35" incLanes=":j14_7_0 j14+e2_0 j14+e2_1" intLanes=":j14_1_0 :j14_2_0 :j14_3_0 :j14_3_1"/>
    <junction id=":j8_16_0" type="internal" x="1315.19" y="586.92" incLanes=":j8_2_0 j8+e4_0 j8+e4_1" intLanes=":j8_4_0 :j8_4_1 :j8_6_0 :j8_7_0 :j8_8_0 :j8_9_0 :j8_12_0 :j8_12_1 :j8_14_0"/>
    <junction id=":j8_17_0" type="internal" x="1305.69" y="586.65" incLanes=":j8_10_0 j8+e2_0 j8+e2_1" intLanes=":j8_0_0 :j8_1_0 :j8_4_0 :j8_4_1 :j8_6_0 :j8_12_0 :j8_12_1 :j8_14_0 :j8_15_0"/>

    <connection from="-417103955#1.41" to="j9+e1" fromLane="0" toLane="0" via=":cluster_4177242965_cluster_4913266357_4913266373_3_0" dir="s" state="M"/>
    <connection from="-417103955#1.41" to="j9+e1" fromLane="1" toLane="1" via=":cluster_4177242965_cluster_4913266357_4913266373_3_1" dir="s" state="M"/>
    <connection from="-417103955#1.41" to="j9+e1" fromLane="1" toLane="2" via=":cluster_4177242965_cluster_4913266357_4913266373_3_2" dir="s" state="M"/>
    <connection from="-715091002" to="end_EB_Avenida" fromLane="0" toLane="0" via=":cluster_1394515013_1394515014_1_0" dir="s" state="M"/>
    <connection from="-715091003" to="-715091002" fromLane="0" toLane="0" via=":102175174_1_0" dir="s" state="M"/>
    <connection from="-8969162#0" to="j8+e4" fromLane="0" toLane="0" via=":6481599039_1_0" dir="s" state="="/>
    <connection from="-8969162#0" to="j8+e4" fromLane="0" toLane="1" via=":6481599039_1_1" dir="s" state="="/>
    <connection from="-8969162#1" to="-8969162#0" fromLane="0" toLane="0" via=":4913266336_1_0" dir="s" state="M"/>
    <connection from="-8969162#2" to="-8969162#1" fromLane="0" toLane="0" via=":6481614669_1_0" dir="s" state="M"/>
    <connection from="-8969162#3" to="-8969162#2" fromLane="0" toLane="0" via=":6509336812_1_0" dir="s" state="M"/>
    <connection from="-8969162#4" to="-8969162#3" fromLane="0" toLane="0" via=":6767977675_2_0" dir="s" state="M"/>
    <connection from="-8969162#4" to="8969162#4" fromLane="0" toLane="0" via=":6767977675_3_0" dir="t" state="m"/>
    <connection from="-gneE12" to="j14+e1" fromLane="0" toLane="0" via=":cluster_4913265903_6509336824_0_0" dir="s" state="M"/>
    <connection from="-gneE3" to="j11+e2" fromLane="0" toLane="0" via=":65632905_2_0" dir="r" state="M"/>
    <connection from="-gneE5" to="-gneE3" fromLane="0" toLane="0" via=":65618422_0_0" dir="s" state="M"/>
    <connection from="145470502#2" to="j1+e3" fromLane="0" toLane="0" via=":4177242969_0_0" dir="s" state="M"/>
    <connection from="145470502#2" to="j1+e3" fromLane="1" toLane="1" via=":4177242969_0_1" dir="s" state="M"/>
    <connection from="145470502#2" to="j1+e3" fromLane="1" toLane="2" via=":4177242969_0_2" dir="s" state="M"/>
    <connection from="145470502#2" to="j1+e3" fromLane="1" toLane="3" via=":4177242969_0_3" dir="s" state="M"/>
    <connection from="348360468" to="end_NB101_onramp" fromLane="0" toLane="0" via=":1350115557_0_0" dir="s" state="M"/>
    <connection from="348360469" to="348360468" fromLane="1" toLane="0" via=":1350115460_0_0" dir="s" state="M"/>
    <connection from="348360470" to="j6+e4" fromLane="0" toLane="0" via=":447913628_0_0" dir="s" state="M"/>
    <connection from="348360470" to="j6+e4" fromLane="0" toLane="1" via=":447913628_0_1" dir="s" state="M"/>
    <connection from="348360470" to="j6+e4" fromLane="1" toLane="2" via=":447913628_0_2" dir="s" state="M"/>
    <connection from="348360470" to="j6+e4" fromLane="1" toLane="3" via=":447913628_0_3" dir="s" state="M"/>
    <connection from="38082837#0" to="j3+e2" fromLane="0" toLane="0" via=":363027669_0_0" dir="s" state="M"/>
    <connection from="38082837#0" to="j3+e2" fromLane="1" toLane="1" via=":363027669_0_1" dir="s" state="M"/>
    <connection from="38082837#0" to="j3+e2" fromLane="2" toLane="2" via=":363027669_0_2" dir="s" state="M"/>
    <connection from="417103942" to="j6+e3" fromLane="0" toLane="0" via=":4177242968_0_0" dir="s" state="M"/>
    <connection from="417103942" to="j6+e3" fromLane="0" toLane="1" via=":4177242968_0_1" dir="s" state="M"/>
    <connection from="417103942" to="j6+e3" fromLane="1" toLane="2" via=":4177242968_0_2" dir="s" state="M"/>
    <connection from="417103942" to="j6+e3" fromLane="2" toLane="3" via=":4177242968_0_3" dir="s" state="M"/>
    <connection from="417103955#0" to="j8+e3" fromLane="0" toLane="0" via=":gneJ28_2_0" dir="s" state="M"/>
    <connection from="417103955#0" to="j8+e3" fromLane="1" toLane="1" via=":gneJ28_2_1" dir="s" state="M"/>
    <connection from="417103955#0" to="j8+e3" fromLane="2" toLane="2" via=":gneJ28_2_2" dir="s" state="M"/>
    <connection from="417104423#1" to="j9+e4" fromLane="0" toLane="0" via=":4177248959_0_0" dir="s" state="M"/>
    <connection from="417104423#1" to="j9+e4" fromLane="1" toLane="1" via=":4177248959_0_1" dir="s" state="M"/>
    <connection from="417104423#1" to="j9+e4" fromLane="1" toLane="2" via=":4177248959_0_2" dir="s" state="M"/>
    <connection from="496781290" to="38082837#0" fromLane="0" toLane="0" via=":447909678_0_0" dir="s" state="M"/>
    <connection from="496781290" to="38082837#0" fromLane="0" toLane="1" via=":447909678_0_1" dir="s" state="M"/>
    <connection from="496781290" to="38082837#0" fromLane="0" toLane="2" via=":447909678_0_2" dir="s" state="M"/>
    <connection from="707878933" to="496781290" fromLane="0" toLane="0" via=":102175174_0_0" dir="s" state="M"/>
    <connection from="8969162#0" to="8969162#1" fromLane="0" toLane="0" via=":4913266336_0_0" dir="s" state="M"/>
    <connection from="8969162#1" to="8969162#2" fromLane="0" toLane="0" via=":6481614669_0_0" dir="s" state="M"/>
    <connection from="8969162#2" to="8969162#3" fromLane="0" toLane="0" via=":6509336812_0_0" dir="s" state="M"/>
    <connection from="8969162#3" to="8969162#4" fromLane="0" toLane="0" via=":6767977675_0_0" dir="s" state="M"/>
    <connection from="8969162#3" to="-8969162#3" fromLane="0" toLane="0" via=":6767977675_1_0" dir="t" state="m"/>
    <connection from="8969162#4" to="-gneE12" fromLane="0" toLane="0" via=":66261597_0_0" dir="s" state="M"/>
    <connection from="8969162#4" to="-8969162#4" fromLane="0" toLane="0" via=":66261597_1_0" dir="t" state="m"/>
    <connection from="beg_NB101" to="beg_NB101_offramp" fromLane="0" toLane="0" via=":26028109_0_0" dir="s" state="M"/>
    <connection from="beg_NB101" to="beg_NB101_offramp" fromLane="1" toLane="1" via=":26028109_0_1" dir="s" state="M"/>
    <connection from="beg_NB101_offramp" to="gneE41" fromLane="0" toLane="2" via=":cluster_gneJ29_gneJ30_2_0" dir="s" state="M"/>
    <connection from="beg_NB101_offramp" to="gneE41" fromLane="1" toLane="3" via=":cluster_gneJ29_gneJ30_2_1" dir="s" state="M"/>
    <connection from="beg_NB85" to="beg_NB85_offramp.22" fromLane="0" toLane="0" via=":gneJ20_0_0" dir="t" state="M"/>
    <connection from="beg_NB85" to="beg_NB85_offramp.22" fromLane="1" toLane="1" via=":gneJ20_0_1" dir="t" state="M"/>
    <connection from="beg_NB85_offramp.22" to="gneE41" fromLane="0" toLane="0" via=":cluster_gneJ29_gneJ30_0_0" dir="s" state="M"/>
    <connection from="beg_NB85_offramp.22" to="gneE41" fromLane="1" toLane="1" via=":cluster_gneJ29_gneJ30_0_1" dir="s" state="M"/>
    <connection from="beg_NB_Shoreline" to="beg_NB_Shoreline.78" fromLane="0" toLane="0" via=":gneJ24_0_0" dir="s" state="M"/>
    <connection from="beg_NB_Shoreline" to="beg_NB_Shoreline.78" fromLane="1" toLane="1" via=":gneJ24_0_1" dir="s" state="M"/>
    <connection from="beg_NB_Shoreline.78" to="j9+e3" fromLane="0" toLane="0" via=":4884567893_0_0" dir="s" state="M"/>
    <connection from="beg_NB_Shoreline.78" to="j9+e3" fromLane="1" toLane="1" via=":4884567893_0_1" dir="s" state="M"/>
    <connection from="beg_NB_Shoreline.78" to="j9+e3" fromLane="1" toLane="2" via=":4884567893_0_2" dir="s" state="M"/>
    <connection from="beg_SB101_offramp" to="beg_SB101_offramp.53" fromLane="0" toLane="0" via=":gneJ26_0_0" dir="s" state="M"/>
    <connection from="beg_SB101_offramp.53" to="348360470" fromLane="0" toLane="0" via=":65389678_0_0" dir="s" state="M"/>
    <connection from="beg_SB101_offramp.53" to="348360470" fromLane="0" toLane="1" via=":65389678_0_1" dir="s" state="M"/>
    <connection from="beg_SB_Shoreline" to="j1+e1" fromLane="0" toLane="0" via=":gneJ25_0_0" dir="s" state="M"/>
    <connection from="beg_SB_Shoreline" to="j1+e1" fromLane="1" toLane="1" via=":gneJ25_0_1" dir="s" state="M"/>
    <connection from="beg_SB_Shoreline" to="j1+e1" fromLane="2" toLane="2" via=":gneJ25_0_2" dir="s" state="M"/>
    <connection from="beg_SB_Shoreline" to="j1+e1" fromLane="2" toLane="3" via=":gneJ25_0_3" dir="s" state="M"/>
    <connection from="beg_WB_Avenida" to="707878933" fromLane="0" toLane="0" via=":cluster_1394515013_1394515014_0_0" dir="s" state="M"/>
    <connection from="beg_WB_Middlefield" to="gneE47" fromLane="0" toLane="0" via=":gneJ3_0_0" dir="s" state="M"/>
    <connection from="beg_WB_Middlefield" to="gneE47" fromLane="1" toLane="1" via=":gneJ3_0_1" dir="s" state="M"/>
    <connection from="beg_WB_Pear" to="j1+e2" fromLane="0" toLane="0" via=":gneJ12_0_0" dir="s" state="M"/>
    <connection from="end_EB_Avenida" to="beg_WB_Avenida" fromLane="0" toLane="0" via=":1394515010_0_0" dir="t" state="M"/>
    <connection from="end_SB_Shoreline" to="beg_NB_Shoreline" fromLane="1" toLane="1" via=":519661983_0_0" dir="t" state="M"/>
    <connection from="end_SB_Shoreline.1" to="end_SB_Shoreline" fromLane="0" toLane="0" via=":gneJ24_2_0" dir="s" state="M"/>
    <connection from="end_SB_Shoreline.1" to="end_SB_Shoreline" fromLane="1" toLane="1" via=":gneJ24_2_1" dir="s" state="M"/>
    <connection from="gneE12" to="-8969162#4" fromLane="0" toLane="0" via=":66261597_2_0" dir="s" state="M"/>
    <connection from="gneE3" to="gneE5" fromLane="0" toLane="0" via=":65618422_1_0" dir="s" state="M"/>
    <connection from="gneE41" to="j3+e3" fromLane="0" toLane="0" via=":cluster_gneJ34_gneJ35_0_0" dir="s" state="M"/>
    <connection from="gneE41" to="j3+e3" fromLane="1" toLane="1" via=":cluster_gneJ34_gneJ35_0_1" dir="s" state="M"/>
    <connection from="gneE41" to="j3+e3" fromLane="2" toLane="2" via=":cluster_gneJ34_gneJ35_0_2" dir="s" state="M"/>
    <connection from="gneE41" to="j3+e3" fromLane="3" toLane="3" via=":cluster_gneJ34_gneJ35_0_3" dir="s" state="M"/>
    <connection from="gneE45" to="end_SB85_onramp" fromLane="0" toLane="0" via=":348360455-AddedOffRampNode_0_0" dir="s" state="M"/>
    <connection from="gneE45" to="end_SB85_onramp" fromLane="1" toLane="1" via=":348360455-AddedOffRampNode_0_1" dir="s" state="M"/>
    <connection from="gneE47" to="j13+e3" fromLane="0" toLane="0" via=":gneJ36_0_0" dir="s" state="M"/>
    <connection from="gneE47" to="j13+e3" fromLane="1" toLane="1" via=":gneJ36_0_1" dir="s" state="M"/>
    <connection from="gneE5" to="j13+e2" fromLane="0" toLane="0" via=":gneJ5_1_0" dir="r" state="M"/>
    <connection from="j1+e1" to="j1-e4" fromLane="0" toLane="0" via=":j1_14_0" tl="gneJ23" linkIndex="14" dir="r" state="O"/>
    <connection from="j1+e1" to="j1-e3" fromLane="0" toLane="0" via=":j1_15_0" tl="gneJ23" linkIndex="15" dir="s" state="O"/>
    <connection from="j1+e1" to="j1-e3" fromLane="1" toLane="1" via=":j1_15_1" tl="gneJ23" linkIndex="16" dir="s" state="O"/>
    <connection from="j1+e1" to="j1-e3" fromLane="2" toLane="2" via=":j1_15_2" tl="gneJ23" linkIndex="17" dir="s" state="O"/>
    <connection from="j1+e1" to="j1-e2" fromLane="3" toLane="0" via=":j1_18_0" tl="gneJ23" linkIndex="18" dir="L" state="o"/>
    <connection from="j1+e1" to="j1-e1b" fromLane="3" toLane="0" via=":j1_19_0" tl="gneJ23" linkIndex="19" dir="l" state="o"/>
    <connection from="j1+e1" to="j1-e1b" fromLane="3" toLane="1" via=":j1_20_0" tl="gneJ23" linkIndex="20" dir="l" state="o"/>
    <connection from="j1+e2" to="j1-e1b" fromLane="0" toLane="0" via=":j1_0_0" tl="gneJ23" linkIndex="0" dir="r" state="o"/>
    <connection from="j1+e2" to="j1-e1a" fromLane="0" toLane="0" via=":j1_1_0" tl="gneJ23" linkIndex="1" dir="R" state="o"/>
    <connection from="j1+e2" to="j1-e4" fromLane="0" toLane="1" via=":j1_2_0" tl="gneJ23" linkIndex="2" dir="s" state="o"/>
    <connection from="j1+e2" to="j1-e3" fromLane="0" toLane="2" via=":j1_3_0" tl="gneJ23" linkIndex="3" dir="l" state="o"/>
    <connection from="j1+e3" to="j1-e2" fromLane="0" toLane="0" via=":j1_4_0" tl="gneJ23" linkIndex="4" dir="r" state="O"/>
    <connection from="j1+e3" to="j1-e1b" fromLane="0" toLane="0" via=":j1_5_0" tl="gneJ23" linkIndex="5" dir="s" state="O"/>
    <connection from="j1+e3" to="j1-e1b" fromLane="1" toLane="1" via=":j1_5_1" tl="gneJ23" linkIndex="6" dir="s" state="O"/>
    <connection from="j1+e3" to="j1-e1a" fromLane="2" toLane="0" via=":j1_7_0" tl="gneJ23" linkIndex="7" dir="s" state="O"/>
    <connection from="j1+e3" to="j1-e4" fromLane="2" toLane="0" via=":j1_8_0" tl="gneJ23" linkIndex="8" dir="l" state="o"/>
    <connection from="j1+e3" to="j1-e4" fromLane="3" toLane="1" via=":j1_9_0" tl="gneJ23" linkIndex="9" dir="l" state="o"/>
    <connection from="j1+e4" to="j1-e3" fromLane="0" toLane="0" via=":j1_10_0" tl="gneJ23" linkIndex="10" dir="r" state="o"/>
    <connection from="j1+e4" to="j1-e2" fromLane="0" toLane="0" via=":j1_11_0" tl="gneJ23" linkIndex="11" dir="s" state="o"/>
    <connection from="j1+e4" to="j1-e1b" fromLane="0" toLane="1" via=":j1_12_0" tl="gneJ23" linkIndex="12" dir="l" state="o"/>
    <connection from="j1+e4" to="j1-e1a" fromLane="0" toLane="0" via=":j1_13_0" tl="gneJ23" linkIndex="13" dir="l" state="o"/>
    <connection from="j1-e2" to="end_EB_Pear" fromLane="0" toLane="0" via=":gneJ12_1_0" dir="s" state="M"/>
    <connection from="j1-e3" to="j2+e1" fromLane="0" toLane="0" via=":j21_0_0" dir="s" state="M"/>
    <connection from="j1-e3" to="j2+e1" fromLane="0" toLane="1" via=":j21_0_1" dir="s" state="M"/>
    <connection from="j1-e3" to="j2+e1" fromLane="1" toLane="2" via=":j21_0_2" dir="s" state="M"/>
    <connection from="j1-e3" to="j2+e1" fromLane="2" toLane="3" via=":j21_0_3" dir="s" state="M"/>
    <connection from="j1-e4" to="j1+e4" fromLane="1" toLane="0" via=":529144347_0_0" dir="t" state="="/>
    <connection from="j10+e1" to="j10-e4" fromLane="0" toLane="0" via=":j10_0_0" dir="r" state="M"/>
    <connection from="j10+e1" to="j10-e3" fromLane="0" toLane="0" via=":j10_1_0" dir="s" state="M"/>
    <connection from="j10+e1" to="j10-e2" fromLane="0" toLane="0" via=":j10_2_0" dir="l" state="s"/>
    <connection from="j10+e1" to="j10-e1" fromLane="0" toLane="0" via=":j10_3_0" dir="t" state="s"/>
    <connection from="j10+e2" to="j10-e1" fromLane="0" toLane="0" via=":j10_4_0" dir="r" state="s"/>
    <connection from="j10+e2" to="j10-e4" fromLane="0" toLane="0" via=":j10_5_0" dir="s" state="s"/>
    <connection from="j10+e2" to="j10-e3" fromLane="0" toLane="0" via=":j10_6_0" dir="l" state="s"/>
    <connection from="j10+e2" to="j10-e2" fromLane="0" toLane="0" via=":j10_7_0" dir="t" state="s"/>
    <connection from="j10+e3" to="j10-e2" fromLane="0" toLane="0" via=":j10_8_0" dir="r" state="M"/>
    <connection from="j10+e3" to="j10-e1" fromLane="0" toLane="0" via=":j10_9_0" dir="s" state="M"/>
    <connection from="j10+e3" to="j10-e4" fromLane="0" toLane="0" via=":j10_10_0" dir="l" state="s"/>
    <connection from="j10+e4" to="j10-e3" fromLane="0" toLane="0" via=":j10_11_0" dir="r" state="s"/>
    <connection from="j10+e4" to="j10-e2" fromLane="0" toLane="0" via=":j10_12_0" dir="s" state="s"/>
    <connection from="j10+e4" to="j10-e1" fromLane="0" toLane="0" via=":j10_13_0" dir="l" state="s"/>
    <connection from="j10-e1" to="j10+e1" fromLane="0" toLane="0" via=":6814821073_0_0" dir="t" state="M"/>
    <connection from="j10-e2" to="j10+e2" fromLane="0" toLane="0" via=":3696108256_0_0" dir="t" state="M"/>
    <connection from="j10-e3" to="j11+e1" fromLane="0" toLane="0" via=":gneJ32_1_0" dir="s" state="M"/>
    <connection from="j10-e4" to="j8+e2" fromLane="0" toLane="0" via=":6481592059_0_0" dir="s" state="M"/>
    <connection from="j10-e4" to="j8+e2" fromLane="0" toLane="1" via=":6481592059_0_1" dir="s" state="M"/>
    <connection from="j11+e1" to="j11-e3" fromLane="0" toLane="0" via=":j11_4_0" dir="s" state="M"/>
    <connection from="j11+e1" to="j11-e2" fromLane="0" toLane="0" via=":j11_5_0" dir="l" state="m"/>
    <connection from="j11+e2" to="j11-e1" fromLane="0" toLane="0" via=":j11_0_0" dir="r" state="m"/>
    <connection from="j11+e2" to="j11-e3" fromLane="0" toLane="0" via=":j11_1_0" dir="l" state="m"/>
    <connection from="j11+e3" to="j11-e2" fromLane="0" toLane="0" via=":j11_2_0" dir="r" state="M"/>
    <connection from="j11+e3" to="j11-e1" fromLane="0" toLane="0" via=":j11_3_0" dir="s" state="M"/>
    <connection from="j11-e1" to="j10+e3" fromLane="0" toLane="0" via=":gneJ32_0_0" dir="s" state="M"/>
    <connection from="j11-e2" to="gneE3" fromLane="0" toLane="0" via=":65632905_0_0" dir="l" state="M"/>
    <connection from="j11-e2" to="j11+e2" fromLane="0" toLane="0" via=":65632905_1_0" dir="t" state="m"/>
    <connection from="j11-e3" to="j12+e1" fromLane="0" toLane="0" via=":65466197_0_0" dir="s" state="M"/>
    <connection from="j12+e1" to="j12-e4" fromLane="0" toLane="0" via=":j12_0_0" dir="r" state="m"/>
    <connection from="j12+e1" to="j12-e2" fromLane="0" toLane="1" via=":j12_1_0" dir="l" state="m"/>
    <connection from="j12+e2" to="j12-e1" fromLane="0" toLane="0" via=":j12_2_0" dir="r" state="M"/>
    <connection from="j12+e2" to="j12-e4" fromLane="0" toLane="0" via=":j12_3_0" dir="s" state="M"/>
    <connection from="j12+e2" to="j12-e4" fromLane="1" toLane="1" via=":j12_3_1" dir="s" state="M"/>
    <connection from="j12+e2" to="j12-e2" fromLane="2" toLane="0" via=":j12_5_0" dir="t" state="m"/>
    <connection from="j12+e2" to="j12-e2" fromLane="2" toLane="1" via=":j12_5_1" dir="t" state="m"/>
    <connection from="j12+e4" to="j12-e2" fromLane="0" toLane="0" via=":j12_7_0" dir="s" state="M"/>
    <connection from="j12+e4" to="j12-e2" fromLane="1" toLane="1" via=":j12_7_1" dir="s" state="M"/>
    <connection from="j12+e4" to="j12-e1" fromLane="1" toLane="0" via=":j12_9_0" dir="l" state="m"/>
    <connection from="j12+e4" to="j12-e4" fromLane="1" toLane="0" via=":j12_10_0" dir="t" state="m"/>
    <connection from="j12+e4" to="j12-e4" fromLane="1" toLane="1" via=":j12_10_1" dir="t" state="m"/>
    <connection from="j12-e1" to="j11+e3" fromLane="0" toLane="0" via=":65466197_1_0" dir="s" state="M"/>
    <connection from="j12-e2" to="end_EB_Middlefield" fromLane="0" toLane="0" via=":gneJ9_0_0" dir="s" state="M"/>
    <connection from="j12-e2" to="end_EB_Middlefield" fromLane="1" toLane="1" via=":gneJ9_0_1" dir="s" state="M"/>
    <connection from="j12-e4" to="j9+e2" fromLane="0" toLane="0" via=":4884567876_0_0" dir="s" state="M"/>
    <connection from="j12-e4" to="j9+e2" fromLane="0" toLane="1" via=":4884567876_0_1" dir="s" state="M"/>
    <connection from="j12-e4" to="j9+e2" fromLane="1" toLane="2" via=":4884567876_0_2" dir="s" state="M"/>
    <connection from="j13+e2" to="j13-e1" fromLane="0" toLane="0" via=":j13_0_0" dir="r" state="m"/>
    <connection from="j13+e3" to="j13-e2" fromLane="0" toLane="0" via=":j13_1_0" dir="r" state="M"/>
    <connection from="j13+e3" to="j13-e1" fromLane="0" toLane="0" via=":j13_2_0" dir="s" state="M"/>
    <connection from="j13+e3" to="j13-e1" fromLane="1" toLane="1" via=":j13_2_1" dir="s" state="M"/>
    <connection from="j13-e1" to="j12+e2" fromLane="0" toLane="0" via=":4884567885_0_0" dir="s" state="M"/>
    <connection from="j13-e1" to="j12+e2" fromLane="1" toLane="1" via=":4884567885_0_1" dir="s" state="M"/>
    <connection from="j13-e1" to="j12+e2" fromLane="1" toLane="2" via=":4884567885_0_2" dir="s" state="M"/>
    <connection from="j13-e2" to="-gneE5" fromLane="0" toLane="0" via=":gneJ5_0_0" dir="l" state="M"/>
    <connection from="j14+e1" to="j14-e4" fromLane="0" toLane="0" via=":j14_0_0" dir="r" state="m"/>
    <connection from="j14+e1" to="j14-e2" fromLane="0" toLane="1" via=":j14_1_0" dir="l" state="m"/>
    <connection from="j14+e2" to="j14-e1" fromLane="0" toLane="0" via=":j14_2_0" dir="r" state="M"/>
    <connection from="j14+e2" to="j14-e4" fromLane="0" toLane="0" via=":j14_3_0" dir="s" state="M"/>
    <connection from="j14+e2" to="j14-e4" fromLane="1" toLane="1" via=":j14_3_1" dir="s" state="M"/>
    <connection from="j14+e4" to="j14-e2" fromLane="0" toLane="0" via=":j14_5_0" dir="s" state="M"/>
    <connection from="j14+e4" to="j14-e2" fromLane="1" toLane="1" via=":j14_5_1" dir="s" state="M"/>
    <connection from="j14+e4" to="j14-e1" fromLane="1" toLane="0" via=":j14_7_0" dir="l" state="m"/>
    <connection from="j14-e1" to="gneE12" fromLane="0" toLane="0" via=":cluster_4913265903_6509336824_1_0" dir="s" state="M"/>
    <connection from="j14-e1" to="j14+e1" fromLane="0" toLane="0" via=":cluster_4913265903_6509336824_2_0" dir="t" state="m"/>
    <connection from="j14-e2" to="417104423#1" fromLane="0" toLane="0" via=":4213107386_0_0" dir="s" state="M"/>
    <connection from="j14-e2" to="417104423#1" fromLane="1" toLane="1" via=":4213107386_0_1" dir="s" state="M"/>
    <connection from="j2+e1" to="j2-e3" fromLane="0" toLane="0" via=":j2_0_0" dir="s" state="M"/>
    <connection from="j2+e1" to="j2-e2" fromLane="1" toLane="0" via=":j2_1_0" dir="s" state="M"/>
    <connection from="j2+e1" to="j2-e2" fromLane="2" toLane="1" via=":j2_1_1" dir="s" state="M"/>
    <connection from="j2+e1" to="j2-e2" fromLane="3" toLane="2" via=":j2_1_2" dir="s" state="M"/>
    <connection from="j2-e2" to="j3+e1" fromLane="0" toLane="0" via=":gneJ31_0_0" dir="s" state="M"/>
    <connection from="j2-e2" to="j3+e1" fromLane="1" toLane="1" via=":gneJ31_0_1" dir="s" state="M"/>
    <connection from="j2-e2" to="j3+e1" fromLane="2" toLane="2" via=":gneJ31_0_2" dir="s" state="M"/>
    <connection from="j2-e3" to="348360469" fromLane="0" toLane="0" via=":312379251_1_0" dir="s" state="M"/>
    <connection from="j3+e1" to="j3-e4" fromLane="0" toLane="0" via=":j3_11_0" tl="gneJ13" linkIndex="11" dir="s" state="o"/>
    <connection from="j3+e1" to="j3-e4" fromLane="1" toLane="1" via=":j3_11_1" tl="gneJ13" linkIndex="12" dir="s" state="o"/>
    <connection from="j3+e1" to="j3-e4" fromLane="2" toLane="2" via=":j3_11_2" tl="gneJ13" linkIndex="13" dir="s" state="o"/>
    <connection from="j3+e2" to="j3-e1" fromLane="0" toLane="0" via=":j3_0_0" tl="gneJ13" linkIndex="0" dir="r" state="o"/>
    <connection from="j3+e2" to="j3-e5" fromLane="1" toLane="0" via=":j3_1_0" tl="gneJ13" linkIndex="1" dir="L" state="o"/>
    <connection from="j3+e2" to="j3-e4" fromLane="1" toLane="0" via=":j3_2_0" tl="gneJ13" linkIndex="2" dir="l" state="o"/>
    <connection from="j3+e2" to="j3-e4" fromLane="1" toLane="1" via=":j3_3_0" tl="gneJ13" linkIndex="3" dir="l" state="o"/>
    <connection from="j3+e2" to="j3-e4" fromLane="2" toLane="2" via=":j3_4_0" tl="gneJ13" linkIndex="4" dir="l" state="o"/>
    <connection from="j3+e3" to="j3-e1" fromLane="0" toLane="0" via=":j3_5_0" tl="gneJ13" linkIndex="5" dir="r" state="O"/>
    <connection from="j3+e3" to="j3-e1" fromLane="1" toLane="1" via=":j3_6_0" tl="gneJ13" linkIndex="6" dir="r" state="O"/>
    <connection from="j3+e3" to="j3-e4" fromLane="2" toLane="1" via=":j3_7_0" tl="gneJ13" linkIndex="7" dir="l" state="O"/>
    <connection from="j3+e3" to="j3-e4" fromLane="3" toLane="2" via=":j3_8_0" tl="gneJ13" linkIndex="8" dir="l" state="O"/>
    <connection from="j3+e4" to="j3-e1" fromLane="0" toLane="0" via=":j3_9_0" tl="gneJ13" linkIndex="9" dir="s" state="o"/>
    <connection from="j3+e4" to="j3-e1" fromLane="1" toLane="1" via=":j3_9_1" tl="gneJ13" linkIndex="10" dir="s" state="o"/>
    <connection from="j3-e1" to="145470502#2" fromLane="0" toLane="0" via=":1394515159_0_0" dir="s" state="M"/>
    <connection from="j3-e1" to="145470502#2" fromLane="1" toLane="1" via=":1394515159_0_1" dir="s" state="M"/>
    <connection from="j3-e4" to="j5+e1" fromLane="0" toLane="0" via=":gneJ29_0_0" dir="s" state="M"/>
    <connection from="j3-e4" to="j5+e1" fromLane="1" toLane="1" via=":gneJ29_0_1" dir="s" state="M"/>
    <connection from="j3-e4" to="j5+e1" fromLane="2" toLane="2" via=":gneJ29_0_2" dir="s" state="M"/>
    <connection from="j3-e5" to="348360469" fromLane="0" toLane="1" via=":312379251_0_0" dir="s" state="M"/>
    <connection from="j4+e3" to="j4-e2" fromLane="0" toLane="0" via=":j4_0_0" dir="s" state="M"/>
    <connection from="j4+e3" to="j4-e1" fromLane="1" toLane="0" via=":j4_1_0" dir="s" state="M"/>
    <connection from="j4+e3" to="j4-e1" fromLane="2" toLane="1" via=":j4_1_1" dir="s" state="M"/>
    <connection from="j4-e1" to="j3+e4" fromLane="0" toLane="0" via=":33375252_0_0" dir="s" state="M"/>
    <connection from="j4-e1" to="j3+e4" fromLane="1" toLane="1" via=":33375252_0_1" dir="s" state="M"/>
    <connection from="j4-e2" to="end_NB101_onramp" fromLane="0" toLane="1" via=":1350115557_1_0" dir="s" state="M"/>
    <connection from="j5+e1" to="j5-e3" fromLane="0" toLane="0" via=":j5_0_0" dir="R" state="M"/>
    <connection from="j5+e1" to="j5-e2" fromLane="1" toLane="0" via=":j5_1_0" dir="s" state="M"/>
    <connection from="j5+e1" to="j5-e2" fromLane="2" toLane="1" via=":j5_1_1" dir="s" state="M"/>
    <connection from="j5-e2" to="j6+e1" fromLane="0" toLane="0" via=":gneJ30_0_0" dir="s" state="M"/>
    <connection from="j5-e2" to="j6+e1" fromLane="1" toLane="1" via=":gneJ30_0_1" dir="s" state="M"/>
    <connection from="j5-e3" to="gneE45" fromLane="0" toLane="0" via=":65389652_0_0" dir="s" state="M"/>
    <connection from="j6+e1" to="j6-e3" fromLane="0" toLane="0" via=":j6_8_0" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="11" dir="s" state="o"/>
    <connection from="j6+e1" to="j6-e3" fromLane="1" toLane="1" via=":j6_8_1" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="12" dir="s" state="o"/>
    <connection from="j6+e3" to="j6-e1" fromLane="0" toLane="0" via=":j6_0_0" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="0" dir="s" state="o"/>
    <connection from="j6+e3" to="j6-e1" fromLane="1" toLane="1" via=":j6_0_1" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="1" dir="s" state="o"/>
    <connection from="j6+e3" to="j6-e1" fromLane="2" toLane="2" via=":j6_0_2" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="2" dir="s" state="o"/>
    <connection from="j6+e3" to="j6-e4" fromLane="3" toLane="0" via=":j6_3_0" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="3" dir="l" state="o"/>
    <connection from="j6+e4" to="j6-e3" fromLane="0" toLane="0" via=":j6_4_0" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="5" dir="r" state="O"/>
    <connection from="j6+e4" to="j6-e3" fromLane="1" toLane="1" via=":j6_5_0" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="6" dir="r" state="O"/>
    <connection from="j6+e4" to="j6-e1" fromLane="2" toLane="1" via=":j6_6_0" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="7" dir="l" state="O"/>
    <connection from="j6+e4" to="j6-e1" fromLane="3" toLane="2" via=":j6_7_0" tl="GS_cluster_447913676_6481168012_6481192957_6481192958" linkIndex="8" dir="l" state="O"/>
    <connection from="j6-e1" to="j4+e3" fromLane="0" toLane="0" via=":573844751-AddedOffRampNode_0_0" dir="s" state="M"/>
    <connection from="j6-e1" to="j4+e3" fromLane="1" toLane="1" via=":573844751-AddedOffRampNode_0_1" dir="s" state="M"/>
    <connection from="j6-e1" to="j4+e3" fromLane="2" toLane="2" via=":573844751-AddedOffRampNode_0_2" dir="s" state="M"/>
    <connection from="j6-e3" to="j8+e1" fromLane="0" toLane="0" via=":4177242966_0_0" dir="s" state="M"/>
    <connection from="j6-e3" to="j8+e1" fromLane="1" toLane="1" via=":4177242966_0_1" dir="s" state="M"/>
    <connection from="j6-e3" to="j8+e1" fromLane="1" toLane="2" via=":4177242966_0_2" dir="s" state="M"/>
    <connection from="j6-e4" to="gneE45" fromLane="0" toLane="1" via=":65389652_1_0" dir="s" state="M"/>
    <connection from="j7+e3" to="j7-e2" fromLane="0" toLane="0" via=":j7_0_0" dir="s" state="M"/>
    <connection from="j7+e3" to="j7-e1" fromLane="1" toLane="0" via=":j7_1_0" dir="s" state="M"/>
    <connection from="j7+e3" to="j7-e1" fromLane="2" toLane="1" via=":j7_1_1" dir="s" state="M"/>
    <connection from="j7-e1" to="417103942" fromLane="0" toLane="0" via=":4177242967_0_0" dir="s" state="M"/>
    <connection from="j7-e1" to="417103942" fromLane="0" toLane="1" via=":4177242967_0_1" dir="s" state="M"/>
    <connection from="j7-e1" to="417103942" fromLane="1" toLane="2" via=":4177242967_0_2" dir="s" state="M"/>
    <connection from="j8+e1" to="j8-e4" fromLane="0" toLane="0" via=":j8_11_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="0" dir="r" state="O"/>
    <connection from="j8+e1" to="j8-e3" fromLane="0" toLane="0" via=":j8_12_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="1" dir="s" state="O"/>
    <connection from="j8+e1" to="j8-e3" fromLane="1" toLane="1" via=":j8_12_1" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="2" dir="s" state="O"/>
    <connection from="j8+e1" to="j8-e2" fromLane="2" toLane="0" via=":j8_14_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="3" dir="l" state="o"/>
    <connection from="j8+e1" to="j8-e1" fromLane="2" toLane="0" via=":j8_15_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="4" dir="t" state="o"/>
    <connection from="j8+e2" to="j8-e1" fromLane="0" toLane="0" via=":j8_0_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="5" dir="r" state="o"/>
    <connection from="j8+e2" to="j8-e4" fromLane="1" toLane="0" via=":j8_1_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="6" dir="s" state="o"/>
    <connection from="j8+e2" to="j8-e3" fromLane="1" toLane="1" via=":j8_2_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="7" dir="l" state="o"/>
    <connection from="j8+e3" to="j8-e2" fromLane="0" toLane="0" via=":j8_3_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="8" dir="r" state="O"/>
    <connection from="j8+e3" to="j8-e1" fromLane="0" toLane="0" via=":j8_4_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="9" dir="s" state="O"/>
    <connection from="j8+e3" to="j8-e1" fromLane="1" toLane="1" via=":j8_4_1" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="10" dir="s" state="O"/>
    <connection from="j8+e3" to="j8-e4" fromLane="2" toLane="0" via=":j8_6_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="11" dir="l" state="o"/>
    <connection from="j8+e3" to="j8-e3" fromLane="2" toLane="0" via=":j8_7_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="12" dir="t" state="o"/>
    <connection from="j8+e4" to="j8-e3" fromLane="0" toLane="0" via=":j8_8_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="13" dir="r" state="o"/>
    <connection from="j8+e4" to="j8-e2" fromLane="1" toLane="0" via=":j8_9_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="14" dir="s" state="o"/>
    <connection from="j8+e4" to="j8-e1" fromLane="1" toLane="1" via=":j8_10_0" tl="cluster_gneJ29_gneJ30_gneJ31_gneJ32_gneJ33" linkIndex="15" dir="l" state="o"/>
    <connection from="j8-e1" to="j7+e3" fromLane="0" toLane="0" via=":417103945#0-AddedOffRampNode_0_0" dir="s" state="M"/>
    <connection from="j8-e1" to="j7+e3" fromLane="0" toLane="1" via=":417103945#0-AddedOffRampNode_0_1" dir="s" state="M"/>
    <connection from="j8-e1" to="j7+e3" fromLane="1" toLane="2" via=":417103945#0-AddedOffRampNode_0_2" dir="s" state="M"/>
    <connection from="j8-e2" to="j10+e4" fromLane="0" toLane="0" via=":6481592059_2_0" dir="s" state="M"/>
    <connection from="j8-e3" to="-417103955#1.41" fromLane="0" toLane="0" via=":gneJ28_0_0" dir="s" state="M"/>
    <connection from="j8-e3" to="-417103955#1.41" fromLane="1" toLane="1" via=":gneJ28_0_1" dir="s" state="M"/>
    <connection from="j8-e4" to="8969162#0" fromLane="0" toLane="0" via=":6481599039_0_0" dir="s" state="="/>
    <connection from="j9+e1" to="j9-e4" fromLane="0" toLane="0" via=":j9_19_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="19" dir="r" state="O"/>
    <connection from="j9+e1" to="j9-e3" fromLane="0" toLane="0" via=":j9_20_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="20" dir="s" state="O"/>
    <connection from="j9+e1" to="j9-e3" fromLane="1" toLane="1" via=":j9_20_1" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="21" dir="s" state="O"/>
    <connection from="j9+e1" to="j9-e2" fromLane="2" toLane="0" via=":j9_22_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="22" dir="l" state="o"/>
    <connection from="j9+e1" to="j9-e2" fromLane="2" toLane="1" via=":j9_23_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="23" dir="l" state="o"/>
    <connection from="j9+e2" to="j9-e1" fromLane="0" toLane="0" via=":j9_0_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="0" dir="r" state="o"/>
    <connection from="j9+e2" to="j9-e4" fromLane="0" toLane="0" via=":j9_1_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="1" dir="s" state="o"/>
    <connection from="j9+e2" to="j9-e4" fromLane="1" toLane="1" via=":j9_1_1" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="2" dir="s" state="o"/>
    <connection from="j9+e2" to="j9-e3" fromLane="2" toLane="0" via=":j9_3_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="3" dir="l" state="o"/>
    <connection from="j9+e2" to="j9-e3" fromLane="2" toLane="1" via=":j9_4_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="4" dir="l" state="o"/>
    <connection from="j9+e2" to="j9-e2" fromLane="2" toLane="0" via=":j9_5_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="5" dir="t" state="o"/>
    <connection from="j9+e2" to="j9-e2" fromLane="2" toLane="1" via=":j9_5_1" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="6" dir="t" state="o"/>
    <connection from="j9+e3" to="j9-e2" fromLane="0" toLane="0" via=":j9_7_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="7" dir="r" state="O"/>
    <connection from="j9+e3" to="j9-e1" fromLane="0" toLane="0" via=":j9_8_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="8" dir="s" state="O"/>
    <connection from="j9+e3" to="j9-e1" fromLane="1" toLane="1" via=":j9_8_1" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="9" dir="s" state="O"/>
    <connection from="j9+e3" to="j9-e4" fromLane="2" toLane="0" via=":j9_10_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="10" dir="l" state="o"/>
    <connection from="j9+e3" to="j9-e4" fromLane="2" toLane="1" via=":j9_11_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="11" dir="l" state="o"/>
    <connection from="j9+e4" to="j9-e3" fromLane="0" toLane="0" via=":j9_12_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="12" dir="r" state="o"/>
    <connection from="j9+e4" to="j9-e2" fromLane="0" toLane="0" via=":j9_13_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="13" dir="s" state="o"/>
    <connection from="j9+e4" to="j9-e2" fromLane="1" toLane="1" via=":j9_13_1" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="14" dir="s" state="o"/>
    <connection from="j9+e4" to="j9-e1" fromLane="2" toLane="0" via=":j9_15_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="15" dir="l" state="o"/>
    <connection from="j9+e4" to="j9-e1" fromLane="2" toLane="1" via=":j9_16_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="16" dir="l" state="o"/>
    <connection from="j9+e4" to="j9-e4" fromLane="2" toLane="0" via=":j9_17_0" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="17" dir="t" state="o"/>
    <connection from="j9+e4" to="j9-e4" fromLane="2" toLane="1" via=":j9_17_1" tl="cluster_2809108150_gneJ23_gneJ25_gneJ26_gneJ27_gneJ28" linkIndex="18" dir="t" state="o"/>
    <connection from="j9-e1" to="417103955#0" fromLane="0" toLane="0" via=":cluster_4177242965_cluster_4913266357_4913266373_0_0" dir="s" state="M"/>
    <connection from="j9-e1" to="417103955#0" fromLane="1" toLane="1" via=":cluster_4177242965_cluster_4913266357_4913266373_0_1" dir="s" state="M"/>
    <connection from="j9-e1" to="417103955#0" fromLane="1" toLane="2" via=":cluster_4177242965_cluster_4913266357_4913266373_0_2" dir="s" state="M"/>
    <connection from="j9-e2" to="j12+e4" fromLane="0" toLane="0" via=":gneJ33_0_0" dir="s" state="M"/>
    <connection from="j9-e2" to="j12+e4" fromLane="1" toLane="1" via=":gneJ33_0_1" dir="s" state="M"/>
    <connection from="j9-e3" to="end_SB_Shoreline.1" fromLane="0" toLane="0" via=":4884567893_3_0" dir="s" state="M"/>
    <connection from="j9-e3" to="end_SB_Shoreline.1" fromLane="1" toLane="1" via=":4884567893_3_1" dir="s" state="M"/>
    <connection from="j9-e4" to="j14+e2" fromLane="0" toLane="0" via=":gneJ35_0_0" dir="s" state="M"/>
    <connection from="j9-e4" to="j14+e2" fromLane="1" toLane="1" via=":gneJ35_0_1" dir="s" state="M"/>

    <connection from=":102175174_0" to="496781290" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":102175174_1" to="-715091002" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1350115460_0" to="348360468" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1350115557_0" to="end_NB101_onramp" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1350115557_1" to="end_NB101_onramp" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":1394515010_0" to="beg_WB_Avenida" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":1394515159_0" to="145470502#2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":1394515159_0" to="145470502#2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":26028109_0" to="beg_NB101_offramp" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":26028109_0" to="beg_NB101_offramp" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":312379251_0" to="348360469" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":312379251_1" to="348360469" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":33375252_0" to="j3+e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":33375252_0" to="j3+e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":348360455-AddedOffRampNode_0" to="end_SB85_onramp" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":348360455-AddedOffRampNode_0" to="end_SB85_onramp" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":363027669_0" to="j3+e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":363027669_0" to="j3+e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":363027669_0" to="j3+e2" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":3696108256_0" to="j10+e2" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":417103945#0-AddedOffRampNode_0" to="j7+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":417103945#0-AddedOffRampNode_0" to="j7+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":417103945#0-AddedOffRampNode_0" to="j7+e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4177242966_0" to="j8+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4177242966_0" to="j8+e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4177242966_0" to="j8+e1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4177242967_0" to="417103942" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4177242967_0" to="417103942" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4177242967_0" to="417103942" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4177242968_0" to="j6+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4177242968_0" to="j6+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4177242968_0" to="j6+e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4177242968_0" to="j6+e3" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":4177242969_0" to="j1+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4177242969_0" to="j1+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4177242969_0" to="j1+e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4177242969_0" to="j1+e3" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":4177248959_0" to="j9+e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4177248959_0" to="j9+e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4177248959_0" to="j9+e4" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4213107386_0" to="417104423#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4213107386_0" to="417104423#1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":447909678_0" to="38082837#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":447909678_0" to="38082837#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":447909678_0" to="38082837#0" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":447913628_0" to="j6+e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":447913628_0" to="j6+e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":447913628_0" to="j6+e4" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":447913628_0" to="j6+e4" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":4884567876_0" to="j9+e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4884567876_0" to="j9+e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4884567876_0" to="j9+e2" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4884567885_0" to="j12+e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4884567885_0" to="j12+e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4884567885_0" to="j12+e2" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4884567893_0" to="j9+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4884567893_0" to="j9+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4884567893_0" to="j9+e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":4884567893_3" to="end_SB_Shoreline.1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4884567893_3" to="end_SB_Shoreline.1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":4913266336_0" to="8969162#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":4913266336_1" to="-8969162#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":519661983_0" to="beg_NB_Shoreline" fromLane="0" toLane="1" dir="t" state="M"/>
    <connection from=":529144347_0" to="j1+e4" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":573844751-AddedOffRampNode_0" to="j4+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":573844751-AddedOffRampNode_0" to="j4+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":573844751-AddedOffRampNode_0" to="j4+e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":6481592059_0" to="j8+e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6481592059_0" to="j8+e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":6481592059_2" to="j10+e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6481599039_0" to="8969162#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6481599039_1" to="j8+e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6481599039_1" to="j8+e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":6481614669_0" to="8969162#2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6481614669_1" to="-8969162#1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6509336812_0" to="8969162#3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6509336812_1" to="-8969162#2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":65389652_0" to="gneE45" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":65389652_1" to="gneE45" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":65389678_0" to="348360470" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":65389678_0" to="348360470" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":65466197_0" to="j12+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":65466197_1" to="j11+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":65618422_0" to="-gneE3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":65618422_1" to="gneE5" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":65632905_0" to="gneE3" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":65632905_1" to="j11+e2" fromLane="0" toLane="0" via=":65632905_3_0" dir="t" state="m"/>
    <connection from=":65632905_3" to="j11+e2" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":65632905_2" to="j11+e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":66261597_0" to="-gneE12" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":66261597_1" to="-8969162#4" fromLane="0" toLane="0" via=":66261597_3_0" dir="t" state="m"/>
    <connection from=":66261597_3" to="-8969162#4" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":66261597_2" to="-8969162#4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6767977675_0" to="8969162#4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6767977675_1" to="-8969162#3" fromLane="0" toLane="0" via=":6767977675_4_0" dir="t" state="m"/>
    <connection from=":6767977675_4" to="-8969162#3" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":6767977675_2" to="-8969162#3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":6767977675_3" to="8969162#4" fromLane="0" toLane="0" via=":6767977675_5_0" dir="t" state="m"/>
    <connection from=":6767977675_5" to="8969162#4" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":6814821073_0" to="j10+e1" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":cluster_1394515013_1394515014_0" to="707878933" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_1394515013_1394515014_1" to="end_EB_Avenida" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_4177242965_cluster_4913266357_4913266373_0" to="417103955#0" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_4177242965_cluster_4913266357_4913266373_0" to="417103955#0" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_4177242965_cluster_4913266357_4913266373_0" to="417103955#0" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":cluster_4177242965_cluster_4913266357_4913266373_3" to="j9+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_4177242965_cluster_4913266357_4913266373_3" to="j9+e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_4177242965_cluster_4913266357_4913266373_3" to="j9+e1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":cluster_4913265903_6509336824_0" to="j14+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_4913265903_6509336824_1" to="gneE12" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_4913265903_6509336824_2" to="j14+e1" fromLane="0" toLane="0" via=":cluster_4913265903_6509336824_3_0" dir="t" state="m"/>
    <connection from=":cluster_4913265903_6509336824_3" to="j14+e1" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":cluster_gneJ29_gneJ30_0" to="gneE41" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_gneJ29_gneJ30_0" to="gneE41" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_gneJ29_gneJ30_2" to="gneE41" fromLane="0" toLane="2" dir="s" state="M"/>
    <connection from=":cluster_gneJ29_gneJ30_2" to="gneE41" fromLane="1" toLane="3" dir="s" state="M"/>
    <connection from=":cluster_gneJ34_gneJ35_0" to="j3+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":cluster_gneJ34_gneJ35_0" to="j3+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":cluster_gneJ34_gneJ35_0" to="j3+e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":cluster_gneJ34_gneJ35_0" to="j3+e3" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":gneJ12_0" to="j1+e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ12_1" to="end_EB_Pear" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ20_0" to="beg_NB85_offramp.22" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":gneJ20_0" to="beg_NB85_offramp.22" fromLane="1" toLane="1" dir="t" state="M"/>
    <connection from=":gneJ24_0" to="beg_NB_Shoreline.78" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ24_0" to="beg_NB_Shoreline.78" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ24_2" to="end_SB_Shoreline" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ24_2" to="end_SB_Shoreline" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ25_0" to="j1+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ25_0" to="j1+e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ25_0" to="j1+e1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":gneJ25_0" to="j1+e1" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":gneJ26_0" to="beg_SB101_offramp.53" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ28_0" to="-417103955#1.41" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ28_0" to="-417103955#1.41" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ28_2" to="j8+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ28_2" to="j8+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ28_2" to="j8+e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":gneJ29_0" to="j5+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ29_0" to="j5+e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ29_0" to="j5+e1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":gneJ3_0" to="gneE47" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ3_0" to="gneE47" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ30_0" to="j6+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ30_0" to="j6+e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ31_0" to="j3+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ31_0" to="j3+e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ31_0" to="j3+e1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":gneJ32_0" to="j10+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ32_1" to="j11+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ33_0" to="j12+e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ33_0" to="j12+e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ35_0" to="j14+e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ35_0" to="j14+e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ36_0" to="j13+e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ36_0" to="j13+e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":gneJ5_0" to="-gneE5" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":gneJ5_1" to="j13+e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":gneJ9_0" to="end_EB_Middlefield" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":gneJ9_0" to="end_EB_Middlefield" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j1_0" to="j1-e1b" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j1_1" to="j1-e1a" fromLane="0" toLane="0" dir="R" state="M"/>
    <connection from=":j1_2" to="j1-e4" fromLane="0" toLane="1" dir="s" state="M"/>
    <connection from=":j1_3" to="j1-e3" fromLane="0" toLane="2" via=":j1_21_0" dir="l" state="m"/>
    <connection from=":j1_21" to="j1-e3" fromLane="0" toLane="2" dir="l" state="M"/>
    <connection from=":j1_4" to="j1-e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j1_5" to="j1-e1b" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j1_5" to="j1-e1b" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j1_7" to="j1-e1a" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j1_8" to="j1-e4" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j1_9" to="j1-e4" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j1_10" to="j1-e3" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j1_11" to="j1-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j1_12" to="j1-e1b" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j1_13" to="j1-e1a" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j1_14" to="j1-e4" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j1_15" to="j1-e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j1_15" to="j1-e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j1_15" to="j1-e3" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":j1_18" to="j1-e2" fromLane="0" toLane="0" via=":j1_22_0" dir="L" state="m"/>
    <connection from=":j1_22" to="j1-e2" fromLane="0" toLane="0" dir="L" state="M"/>
    <connection from=":j1_19" to="j1-e1b" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j1_20" to="j1-e1b" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j10_0" to="j10-e4" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j10_1" to="j10-e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j10_2" to="j10-e2" fromLane="0" toLane="0" via=":j10_14_0" dir="l" state="m"/>
    <connection from=":j10_14" to="j10-e2" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j10_3" to="j10-e1" fromLane="0" toLane="0" via=":j10_15_0" dir="t" state="m"/>
    <connection from=":j10_15" to="j10-e1" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j10_4" to="j10-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j10_5" to="j10-e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j10_6" to="j10-e3" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j10_7" to="j10-e2" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j10_8" to="j10-e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j10_9" to="j10-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j10_10" to="j10-e4" fromLane="0" toLane="0" via=":j10_16_0" dir="l" state="m"/>
    <connection from=":j10_16" to="j10-e4" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j10_11" to="j10-e3" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j10_12" to="j10-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j10_13" to="j10-e1" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j11_0" to="j11-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j11_1" to="j11-e3" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j11_2" to="j11-e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j11_3" to="j11-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j11_4" to="j11-e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j11_5" to="j11-e2" fromLane="0" toLane="0" via=":j11_6_0" dir="l" state="m"/>
    <connection from=":j11_6" to="j11-e2" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j12_0" to="j12-e4" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j12_1" to="j12-e2" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j12_2" to="j12-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j12_3" to="j12-e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j12_3" to="j12-e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j12_5" to="j12-e2" fromLane="0" toLane="0" via=":j12_12_0" dir="t" state="m"/>
    <connection from=":j12_12" to="j12-e2" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j12_5" to="j12-e2" fromLane="1" toLane="1" via=":j12_13_0" dir="t" state="m"/>
    <connection from=":j12_13" to="j12-e2" fromLane="0" toLane="1" dir="t" state="M"/>
    <connection from=":j12_7" to="j12-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j12_7" to="j12-e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j12_9" to="j12-e1" fromLane="0" toLane="0" via=":j12_14_0" dir="l" state="m"/>
    <connection from=":j12_14" to="j12-e1" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j12_10" to="j12-e4" fromLane="0" toLane="0" via=":j12_15_0" dir="t" state="m"/>
    <connection from=":j12_15" to="j12-e4" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j12_10" to="j12-e4" fromLane="1" toLane="1" via=":j12_16_0" dir="t" state="m"/>
    <connection from=":j12_16" to="j12-e4" fromLane="0" toLane="1" dir="t" state="M"/>
    <connection from=":j13_0" to="j13-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j13_1" to="j13-e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j13_2" to="j13-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j13_2" to="j13-e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j14_0" to="j14-e4" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j14_1" to="j14-e2" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j14_2" to="j14-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j14_3" to="j14-e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j14_3" to="j14-e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j14_5" to="j14-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j14_5" to="j14-e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j14_7" to="j14-e1" fromLane="0" toLane="0" via=":j14_8_0" dir="l" state="m"/>
    <connection from=":j14_8" to="j14-e1" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j2_0" to="j2-e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j2_1" to="j2-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j2_1" to="j2-e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j2_1" to="j2-e2" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":j21_0" to="j2+e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j21_0" to="j2+e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j21_0" to="j2+e1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":j21_0" to="j2+e1" fromLane="3" toLane="3" dir="s" state="M"/>
    <connection from=":j3_0" to="j3-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j3_1" to="j3-e5" fromLane="0" toLane="0" dir="L" state="M"/>
    <connection from=":j3_2" to="j3-e4" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j3_3" to="j3-e4" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j3_4" to="j3-e4" fromLane="0" toLane="2" dir="l" state="M"/>
    <connection from=":j3_5" to="j3-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j3_6" to="j3-e1" fromLane="0" toLane="1" dir="r" state="M"/>
    <connection from=":j3_7" to="j3-e4" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j3_8" to="j3-e4" fromLane="0" toLane="2" dir="l" state="M"/>
    <connection from=":j3_9" to="j3-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j3_9" to="j3-e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j3_11" to="j3-e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j3_11" to="j3-e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j3_11" to="j3-e4" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":j4_0" to="j4-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j4_1" to="j4-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j4_1" to="j4-e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j5_0" to="j5-e3" fromLane="0" toLane="0" dir="R" state="M"/>
    <connection from=":j5_1" to="j5-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j5_1" to="j5-e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j6_0" to="j6-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j6_0" to="j6-e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j6_0" to="j6-e1" fromLane="2" toLane="2" dir="s" state="M"/>
    <connection from=":j6_3" to="j6-e4" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j6_4" to="j6-e3" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j6_5" to="j6-e3" fromLane="0" toLane="1" dir="r" state="M"/>
    <connection from=":j6_6" to="j6-e1" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j6_7" to="j6-e1" fromLane="0" toLane="2" dir="l" state="M"/>
    <connection from=":j6_8" to="j6-e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j6_8" to="j6-e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j7_0" to="j7-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j7_1" to="j7-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j7_1" to="j7-e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j8_0" to="j8-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j8_1" to="j8-e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j8_2" to="j8-e3" fromLane="0" toLane="1" via=":j8_16_0" dir="l" state="m"/>
    <connection from=":j8_16" to="j8-e3" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j8_3" to="j8-e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j8_4" to="j8-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j8_4" to="j8-e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j8_6" to="j8-e4" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j8_7" to="j8-e3" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j8_8" to="j8-e3" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j8_9" to="j8-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j8_10" to="j8-e1" fromLane="0" toLane="1" via=":j8_17_0" dir="l" state="m"/>
    <connection from=":j8_17" to="j8-e1" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j8_11" to="j8-e4" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j8_12" to="j8-e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j8_12" to="j8-e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j8_14" to="j8-e2" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j8_15" to="j8-e1" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j9_0" to="j9-e1" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j9_1" to="j9-e4" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j9_1" to="j9-e4" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j9_3" to="j9-e3" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j9_4" to="j9-e3" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j9_5" to="j9-e2" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j9_5" to="j9-e2" fromLane="1" toLane="1" dir="t" state="M"/>
    <connection from=":j9_7" to="j9-e2" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j9_8" to="j9-e1" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j9_8" to="j9-e1" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j9_10" to="j9-e4" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j9_11" to="j9-e4" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j9_12" to="j9-e3" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j9_13" to="j9-e2" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j9_13" to="j9-e2" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j9_15" to="j9-e1" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j9_16" to="j9-e1" fromLane="0" toLane="1" dir="l" state="M"/>
    <connection from=":j9_17" to="j9-e4" fromLane="0" toLane="0" dir="t" state="M"/>
    <connection from=":j9_17" to="j9-e4" fromLane="1" toLane="1" dir="t" state="M"/>
    <connection from=":j9_19" to="j9-e4" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from=":j9_20" to="j9-e3" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from=":j9_20" to="j9-e3" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from=":j9_22" to="j9-e2" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":j9_23" to="j9-e2" fromLane="0" toLane="1" dir="l" state="M"/>

</net>
<additional>
   <inductionLoop id="0" lane="j3+e4_0" pos="20" freq="900" file="NB_Shoreline_loop_output" />
   <inductionLoop id="1" lane="j3+e4_1" pos="20" freq="900" file="NB_Shoreline_loop_output" />
</additional>

Back to the top