-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathILS_Window_Plugin-config.json
More file actions
75 lines (75 loc) · 2.25 KB
/
ILS_Window_Plugin-config.json
File metadata and controls
75 lines (75 loc) · 2.25 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"behaviour": {
"openWindowsBasedOnActiveRunways": true,
"windowStyle": "CDE"
},
"styling": {
"fontSize": 12,
"windowFrameColor": "#9FC3C2",
"windowFrameTextColor": "#000000",
"windowOuterFrameColor": "#000000",
"backgroundColor": "#0d090c",
"glideslopeColor": "#9FC3C2",
"localizerColor": "#9FC3C2",
"radarTargetColor": "#FFFFFF",
"historyTrailColor": "#FFFFFF",
"targetLabelColor": "#FFFFFF",
"rangeStatusTextColor": "#BBBB00",
"showTagByDefault": true,
"defaultTagMode": "callsign"
},
"approaches": [
{
"title": "GM01L",
"airport": "ENGM",
"runway": "01L",
"localizerCourse": 16.0,
"glideslopeAngle": 3.0,
"defaultRange": 15,
"thresholdAltitude": 657,
"thresholdLatitude": 60.18463723,
"thresholdLongitude": 11.0734543,
"maxOffsetLeft": 3,
"maxOffsetRight": 0.8
},
{
"title": "GM01R",
"airport": "ENGM",
"runway": "01R",
"localizerCourse": 16.0,
"glideslopeAngle": 3.0,
"defaultRange": 15,
"thresholdAltitude": 671,
"thresholdLatitude": 60.17621990,
"thresholdLongitude": 11.1080420,
"maxOffsetLeft": 0.8,
"maxOffsetRight": 3
},
{
"title": "GM19L",
"airport": "ENGM",
"runway": "19L",
"localizerCourse": 196.0,
"glideslopeAngle": 3.0,
"defaultRange": 15,
"thresholdAltitude": 676,
"thresholdLatitude": 60.20101438,
"thresholdLongitude": 11.1222507,
"maxOffsetLeft": 3,
"maxOffsetRight": 0.8
},
{
"title": "GM19R",
"airport": "ENGM",
"runway": "19R",
"localizerCourse": 196.0,
"glideslopeAngle": 3.0,
"defaultRange": 15,
"thresholdAltitude": 682,
"thresholdLatitude": 60.21552672,
"thresholdLongitude": 11.0912237,
"maxOffsetLeft": 0.8,
"maxOffsetRight": 3
}
]
}