-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprzyklad.xml
48 lines (48 loc) · 1.09 KB
/
przyklad.xml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<route>
<line>
<section id="0">
<end>200</end>
<speed>40</speed>
</section>
<section id="1">
<end>1000</end>
<speed>80</speed>
</section>
<section id="2">
<end>1020</end>
<speed>20</speed>
<spot>1</spot>
</section>
<section id="3">
<end>6230</end>
<speed>120</speed>
</section>
<section id="4">
<end>7120</end>
<speed>80</speed>
</section>
<section id="5">
<end>8200</end>
<speed>120</speed>
</section>
<section id="6">
<end>8250</end>
<speed>20</speed>
<spot>1</spot>
</section>
<section id="7">
<end>10200</end>
<speed>120</speed>
</section>
</line>
<description>
<point place="0">Stacja Korolewo</point>
<point place="1020">Przejazd Kolejowy</point>
<point place="5900">Semafor wjazdowy</point>
<point place="6230">most zwodzony poczatek</point>
<point place="7120">most zwodzony koniec</point>
<point place="8200">Bór leœny, brak widocznosci</point>
<point place="10200">Stacja £apczewo</point>
</description>
</route>