-
Notifications
You must be signed in to change notification settings - Fork 0
/
airports.xml
41 lines (41 loc) · 993 Bytes
/
airports.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
<?xml version="1.0"?>
<Airports>
<Airport name="Manchester">
<Runway>
<runwayName>05L</runwayName>
<reciprocalName>05R</reciprocalName>
<tora>3048.000000</tora>
<toda>3048.000000</toda>
<asda>3048.000000</asda>
<lda>3048.000000</lda>
<threshold>427.000000</threshold>
</Runway>
<Runway>
<runwayName>05R</runwayName>
<reciprocalName>05L</reciprocalName>
<tora>3048.000000</tora>
<toda>3048.000000</toda>
<asda>3048.000000</asda>
<lda>3048.000000</lda>
<threshold>183.000000</threshold>
</Runway>
<Runway>
<runwayName>23R</runwayName>
<reciprocalName>23L</reciprocalName>
<tora>3047.000000</tora>
<toda>3047.000000</toda>
<asda>3047.000000</asda>
<lda>3047.000000</lda>
<threshold>184.000000</threshold>
</Runway>
<Runway>
<runwayName>23L</runwayName>
<reciprocalName>23R</reciprocalName>
<tora>3047.000000</tora>
<toda>3047.000000</toda>
<asda>3047.000000</asda>
<lda>3047.000000</lda>
<threshold>184.000000</threshold>
</Runway>
</Airport>
</Airports>