-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLOWI-LIME.xml
50 lines (49 loc) · 1.47 KB
/
LOWI-LIME.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
49
50
<?xml version="1.0"?>
<PropertyList>
<version type="int">2</version>
<flight-rules type="string">V</flight-rules>
<flight-type type="string">X</flight-type>
<estimated-duration-minutes type="int">0</estimated-duration-minutes>
<departure>
<airport type="string">LOWI</airport>
<runway type="string">08</runway>
</departure>
<route>
<wp>
<type type="string">runway</type>
<departure type="bool">true</departure>
<ident type="string">08</ident>
<icao type="string">LOWI</icao>
</wp>
<wp n="1">
<type type="string">navaid</type>
<ident type="string">LIPB</ident>
<lon type="double">11.32718365</lon>
<lat type="double">46.46333697</lat>
</wp>
<wp n="2">
<type type="string">navaid</type>
<ident type="string">VIC</ident>
<lon type="double">11.674722</lon>
<lat type="double">45.636944</lat>
</wp>
<wp n="3">
<type type="string">navaid</type>
<ident type="string">VOG</ident>
<lon type="double">8.972222</lon>
<lat type="double">44.963889</lat>
</wp>
<wp n="4">
<type type="string">navaid</type>
<ident type="string">LIMC</ident>
<lon type="double">8.725533344</lon>
<lat type="double">45.62739903</lat>
</wp>
<wp n="5">
<type type="string">navaid</type>
<ident type="string">LIME</ident>
<lon type="double">9.703925827</lon>
<lat type="double">45.67341229</lat>
</wp>
</route>
</PropertyList>