Skip to content

Commit

Permalink
Updated Netedit Crossing test. Refs eclipse-sumo#3045
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Oct 18, 2019
1 parent 17ec68d commit a7f6556
Show file tree
Hide file tree
Showing 451 changed files with 34,596 additions and 0 deletions.

Large diffs are not rendered by default.

Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<viewsettings>
<scheme name="testing">
<background backgroundColor="white" showGrid="1" gridXSize="1.0" gridYSize="1.0"/>
</scheme>
</viewsettings>
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 18.10.2019 08:55:51 by Eclipse SUMO netedit Version v1_3_1+0631-64cd301db4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
<input>
<sumo-net-file value="D:\SUMO\tests\netedit\netElements\crossings\with_tls\inspect\customshape\input_net.net.xml"/>
</input>
<output>
<output-file value="D:\SUMO\tests\netedit\netElements\crossings\with_tls\inspect\customshape\input_net.net.xml"/>
<plain-output-prefix value="D:\SUMO\tests\netedit\netElements\crossings\with_tls\inspect\customshape\input_net"/>
</output>
<processing>
<geometry.max-grade.fix value="false"/>
<offset.disable-normalization value="true"/>
<lefthand value="false"/>
</processing>
<junctions>
<no-internal-links value="false"/>
<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>
-->

<connections version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
<connection from="1" to="5" fromLane="1" toLane="1"/>

<connection from="2" to="6" fromLane="1" toLane="1"/>

<connection from="3" to="7" fromLane="1" toLane="1"/>

<connection from="4" to="8" fromLane="1" toLane="1"/>

<connection from="5" to="4" fromLane="0" toLane="0"/>
<connection from="5" to="2" fromLane="0" toLane="0"/>
<connection from="5" to="2" fromLane="1" toLane="1"/>
<connection from="5" to="3" fromLane="1" toLane="1"/>

<connection from="6" to="3" fromLane="0" toLane="0"/>
<connection from="6" to="1" fromLane="0" toLane="0"/>
<connection from="6" to="1" fromLane="1" toLane="1"/>
<connection from="6" to="4" fromLane="1" toLane="1"/>

<connection from="7" to="1" fromLane="0" toLane="0"/>
<connection from="7" to="4" fromLane="0" toLane="0"/>
<connection from="7" to="4" fromLane="1" toLane="1"/>
<connection from="7" to="2" fromLane="1" toLane="1"/>

<connection from="8" to="2" fromLane="0" toLane="0"/>
<connection from="8" to="3" fromLane="0" toLane="0"/>
<connection from="8" to="3" fromLane="1" toLane="1"/>
<connection from="8" to="1" fromLane="1" toLane="1"/>

<crossing node="Center" edges="4 8" priority="1" width="3.00"/>
<crossing node="Center" edges="3 7" priority="0" width="4.00"/>
</connections>
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 18.10.2019 08:55:51 by Eclipse SUMO netedit Version v1_3_1+0631-64cd301db4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
<input>
<sumo-net-file value="D:\SUMO\tests\netedit\netElements\crossings\with_tls\inspect\customshape\input_net.net.xml"/>
</input>
<output>
<output-file value="D:\SUMO\tests\netedit\netElements\crossings\with_tls\inspect\customshape\input_net.net.xml"/>
<plain-output-prefix value="D:\SUMO\tests\netedit\netElements\crossings\with_tls\inspect\customshape\input_net"/>
</output>
<processing>
<geometry.max-grade.fix value="false"/>
<offset.disable-normalization value="true"/>
<lefthand value="false"/>
</processing>
<junctions>
<no-internal-links value="false"/>
<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>
-->

<edges version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
<edge id="1" from="Center" to="A" priority="-1" numLanes="2" speed="13.90"/>
<edge id="2" from="Center" to="B" priority="-1" numLanes="2" speed="13.90"/>
<edge id="3" from="Center" to="C" priority="-1" numLanes="2" speed="13.90"/>
<edge id="4" from="Center" to="D" priority="-1" numLanes="2" speed="13.90"/>
<edge id="5" from="A" to="Center" priority="-1" numLanes="2" speed="13.90"/>
<edge id="6" from="B" to="Center" priority="-1" numLanes="2" speed="13.90"/>
<edge id="7" from="C" to="Center" priority="-1" numLanes="2" speed="13.90"/>
<edge id="8" from="D" to="Center" priority="-1" numLanes="2" speed="13.90"/>
</edges>
Loading

0 comments on commit a7f6556

Please sign in to comment.