Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/distance_after_reroute/data/hello.nod.xml
169722 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<nodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
3
<node id="1" x="-250.0" y="0.0" />
4
<node id="2" x="+750.0" y="0.0" />
5
<node id="3" x="+1000.0" y="0.0" />
6
<node id="4" x="+1200.0" y="250.0" />
7
<node id="5" x="+1200.0" y="-50.0" />
8
</nodes>
9
10