Skip to content

Commit

Permalink
added test refs #1982
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 13, 2019
1 parent 907686a commit 17567f5
Show file tree
Hide file tree
Showing 7 changed files with 303 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Warning: Intersecting left turns at junction 'joinedNode' from lane 'gneE5_0' and lane 'gneE3_0'. (increase junction radius to avoid this)
Warning: Intersecting left turns at junction 'joinedNode' from lane 'gneE7_0' and lane 'gneE0_0'. (increase junction radius to avoid this)
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="iso-8859-1"?>

<!-- generated on Thu 25 Aug 2011 08:41:01 AM CEST by Netedit Version dev-SVN-r11146
<?xml version="1.0" encoding="iso-8859-1"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netedit.exeConfiguration.xsd">
<input>
<sumo-net-file value="/home/erdm_ja/debug/join2/unjoined.net.xml"/>
</input>
<output>
<output-file value="/home/erdm_ja/debug/join2/unjoined.net.xml"/>
<plain-output-prefix value="/home/erdm_ja/debug/join2/input_edges"/>
</output>
<processing>
<no-turnarounds value="true"/>
<offset.disable-normalization value="true"/>
</processing>
</configuration>
-->

<edges version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
<edge id="gneE0" from="gneJ2" to="gneJ3" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE10" from="gneJ14" to="gneJ5" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE11" from="gneJ5" to="gneJ3" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE13" from="gneJ3" to="gneJ11" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE2" from="gneJ3" to="gneJ6" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE3" from="gneJ7" to="gneJ5" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE4" from="gneJ5" to="gneJ8" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE5" from="gneJ10" to="gneJ11" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE6" from="gneJ11" to="gneJ12" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE7" from="gneJ13" to="gneJ14" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE8" from="gneJ14" to="gneJ15" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
<edge id="gneE9" from="gneJ11" to="gneJ14" priority="1" numLanes="1" speed="13.89" spreadType="center"/>
</edges>
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="iso-8859-1"?>

<!-- generated on Thu 25 Aug 2011 08:41:01 AM CEST by Netedit Version dev-SVN-r11146
<?xml version="1.0" encoding="iso-8859-1"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netedit.exeConfiguration.xsd">
<input>
<sumo-net-file value="/home/erdm_ja/debug/join2/unjoined.net.xml"/>
</input>
<output>
<output-file value="/home/erdm_ja/debug/join2/unjoined.net.xml"/>
<plain-output-prefix value="/home/erdm_ja/debug/join2/input_edges"/>
</output>
<processing>
<no-turnarounds value="true"/>
<offset.disable-normalization value="true"/>
</processing>
</configuration>
-->

<nodes version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
<node id="gneJ10" x="100.28" y="57.41" type="unregulated"/>
<node id="gneJ11" x="40.37" y="58.83" type="priority"/>
<node id="gneJ12" x="35.70" y="106.03" type="unregulated"/>
<node id="gneJ13" x="19.57" y="104.53" type="unregulated"/>
<node id="gneJ14" x="22.41" y="56.79" type="priority"/>
<node id="gneJ15" x="-18.91" y="50.66" type="unregulated"/>
<node id="gneJ2" x="43.98" y="5.10" type="unregulated"/>
<node id="gneJ3" x="38.32" y="39.61" type="unregulated"/>
<node id="gneJ5" x="29.03" y="38.51" type="unregulated"/>
<node id="gneJ6" x="91.38" y="40.84" type="unregulated"/>
<node id="gneJ7" x="-17.23" y="34.24" type="unregulated"/>
<node id="gneJ8" x="30.13" y="4.39" type="unregulated"/>

<join nodes="gneJ3 gneJ5 gneJ11 gneJ14" id="joinedNode" x="32" y="48" z="2" type="traffic_light" tl="foobar"/>
</nodes>

0 comments on commit 17567f5

Please sign in to comment.