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.
option prefix is now also supported by netconvert
- Loading branch information
Showing
25 changed files
with
996 additions
and
707 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Empty file.
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,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on Wed 29 Jan 2014 03:30:12 PM CET by Netedit Version dev-SVN-r15523 | ||
This data file and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v20.html | ||
SPDX-License-Identifier: EPL-2.0 | ||
<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="net4a.net.xml"/> | ||
</input> | ||
<output> | ||
<output-file value="net4a.net.xml"/> | ||
<plain-output-prefix value="/scr1/erdm_ja/sip-svn-trunk/projects/colombo/prototype4/plain4a"/> | ||
</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="CE" from="C" to="E" priority="2" numLanes="2" speed="13.89"/> | ||
<edge id="CN" from="C" to="N" priority="2" numLanes="2" speed="13.89"/> | ||
<edge id="CS" from="C" to="S" priority="2" numLanes="2" speed="13.89"/> | ||
<edge id="CW" from="C" to="W" priority="2" numLanes="2" speed="13.89"/> | ||
<edge id="EC" from="E" to="C" priority="2" numLanes="2" speed="13.89"/> | ||
<edge id="NC" from="N" to="C" priority="2" numLanes="2" speed="13.89"/> | ||
<edge id="SC" from="S" to="C" priority="2" numLanes="2" speed="13.89"/> | ||
<edge id="WC" from="W" to="C" priority="2" numLanes="2" speed="13.89"/> | ||
</edges> |
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,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on Wed 29 Jan 2014 03:30:12 PM CET by Netedit Version dev-SVN-r15523 | ||
This data file and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v20.html | ||
SPDX-License-Identifier: EPL-2.0 | ||
<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="net4a.net.xml"/> | ||
</input> | ||
<output> | ||
<output-file value="net4a.net.xml"/> | ||
<plain-output-prefix value="/scr1/erdm_ja/sip-svn-trunk/projects/colombo/prototype4/plain4a"/> | ||
</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"> | ||
<location netOffset="100.00,100.00" convBoundary="0.00,0.00,200.00,200.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/> | ||
|
||
<node id="C" x="100.00" y="100.00" type="traffic_light" tl="C"/> | ||
<node id="E" x="200.00" y="100.00" type="priority"/> | ||
<node id="N" x="100.00" y="200.00" type="dead_end"/> | ||
<node id="S" x="100.00" y="0.00" type="priority"/> | ||
<node id="W" x="0.00" y="100.00" type="dead_end"/> | ||
</nodes> |
Oops, something went wrong.