File: cross.edg.xml

package info (click to toggle)
sumo 1.8.0%2Bdfsg2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 155,396 kB
  • sloc: xml: 722,633; cpp: 332,448; python: 174,887; java: 15,448; cs: 2,325; ansic: 363; tcl: 264; sh: 197; makefile: 108; csh: 1
file content (26 lines) | stat: -rw-r--r-- 1,451 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
   <edge id="1i" from="1" to="0" priority="78" numLanes="1" speed="19.444" />
   <edge id="1o" from="0" to="1" priority="46" numLanes="1" speed="11.111" />

   <edge id="2i" from="2" to="0" priority="78" numLanes="1" speed="19.444" />
   <edge id="2o" from="0" to="2" priority="46" numLanes="1" speed="11.111" />

   <edge id="3i" from="3" to="0" priority="78" numLanes="1" speed="19.444" />
   <edge id="3o" from="0" to="3" priority="46" numLanes="1" speed="11.111" />

   <edge id="4i" from="4" to="0" priority="78" numLanes="1" speed="19.444" />
   <edge id="4o" from="0" to="4" priority="46" numLanes="1" speed="11.111" />

   <edge id="51i" from="1" to="51" priority="78" numLanes="1" speed="19.444" />
   <edge id="51o" from="51" to="1" priority="46" numLanes="1" speed="11.111" />

   <edge id="52i" from="2" to="52" priority="78" numLanes="1" speed="19.444" />
   <edge id="52o" from="52" to="2" priority="46" numLanes="1" speed="11.111" />

   <edge id="53i" from="3" to="53" priority="78" numLanes="1" speed="19.444" />
   <edge id="53o" from="53" to="3" priority="46" numLanes="1" speed="11.111" />

   <edge id="54i" from="4" to="54" priority="78" numLanes="1" speed="19.444" />
   <edge id="54o" from="54" to="4" priority="46" numLanes="1" speed="11.111" />
</edges>