Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/0xxx/2392943/input_nodes.nod.xml
169722 views
1
<nodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
2
3
<node id="1" x="-1000" y="0"/>
4
<node id="2" x="-500" y="0"/>
5
<node id="2a" x="-800" y="200"/>
6
<node id="3" x="0" y="0"/>
7
<node id="4" x="500" y="0"/>
8
<node id="4a" x="800" y="200"/>
9
<node id="5" x="1000" y="0"/>
10
11
</nodes>
12
13