Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/opposites/no_overwrite/input_edges.edg.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<edges version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
4
<edge id="anotherone" from="E" to="W" priority="1" numLanes="1" speed="13.89"/>
5
<edge id="VODUGES_beg" from="W" to="E" priority="1" numLanes="1" speed="13.89">
6
<neigh lane="anotherone_0"/>
7
</edge>
8
</edges>
9
10