-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_fac.json
57 lines (57 loc) · 918 Bytes
/
example_fac.json
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
51
52
53
54
55
56
57
{
"id": "AAA",
"magvar": -10,
"airports": [
{
"id": "KAAA",
"runways": true,
"symbol": false,
"centerlines": [
{
"runway": "RW04R",
"length": 10,
"crossbars": [5, 10]
}
]
},
{
"id": "KBBB",
"runways": true,
"symbol": true,
"centerlines": []
},
{
"id": "99A",
"runways": false,
"symbol": true,
"centerlines": []
}
],
"fixes": [
{
"id": "FIXAA",
"defined_by": ["ZZZ", "QQQ"]
},
{
"id": "FIXBB"
},
{
"id": "FRDFX",
"frd_point": "VOR/180/20"
},
{
"id": "RNVAA",
"rnav_point": true
},
{
"id": "RNVBB",
"rnav_point": true
}
],
"vors": [
{ "id": "AAA", "inner_only": true },
{ "id": "QQQ" },
{ "id": "ZZZ" }
],
"restrictive": ["MOAZZ", "P9999", "R1"]
}