Newer
Older
{
"version": 1,
"fileType": "FactMetaData",
"QGC.MetaData.Facts":
"name": "guidedMinimumAltitude",
"shortDesc": "Minimum altitude for guided actions altitude slider.",
"name": "guidedMaximumAltitude",
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
"shortDesc": "Maximum altitude for guided actions altitude slider.",
"type": "double",
"units": "m",
"default": 121.92
},
{
"name": "showLogReplayStatusBar",
"shortDesc": "Show/Hide Log Replay status bar",
"type": "bool",
"default": false
},
{
"name": "alternateInstrumentPanel",
"shortDesc": "Use Vertical Instrument Panel instead of the default one",
"type": "bool",
"default": false
},
{
"name": "showAdditionalIndicatorsCompass",
"shortDesc": "Show additional heading indicators on Compass",
"type": "bool",
"default": false
},
{
"name": "lockNoseUpCompass",
"shortDesc": "Lock Compass Nose-Up",
"type": "bool",
"default": false
},
{
"name": "keepMapCenteredOnVehicle",
"shortDesc": "Keep map centered on vehicle",
"type": "bool",
"default": false
},
{
"name": "maxGoToLocationDistance",
"shortDesc": "Maximum distance allowed for Go To Location.",