forked from eclipse-sumo/sumo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Netedit Crossing test. Refs eclipse-sumo#3045
- Loading branch information
1 parent
17ec68d
commit a7f6556
Showing
451 changed files
with
34,596 additions
and
0 deletions.
There are no files selected for viewing
234 changes: 234 additions & 0 deletions
234
tests/netedit/netElements/crossings/with_tls/inspect/customshape/errors.netedit
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
5 changes: 5 additions & 0 deletions
5
tests/netedit/netElements/crossings/with_tls/inspect/customshape/gui-settings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
67 changes: 67 additions & 0 deletions
67
tests/netedit/netElements/crossings/with_tls/inspect/customshape/input_net.con.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
45 changes: 45 additions & 0 deletions
45
tests/netedit/netElements/crossings/with_tls/inspect/customshape/input_net.edg.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.