FlyView.SettingsGroup.json 1.58 KB
Newer Older
1 2
[
{
3
    "name":             "guidedMinimumAltitude",
4 5 6 7 8 9
    "shortDescription": "Minimum altitude for guided actions altitude slider.",
    "type":             "double",
    "units":            "m",
    "defaultValue":     2
},
{
10
    "name":             "guidedMaximumAltitude",
11 12 13 14
    "shortDescription": "Maximum altitude for guided actions altitude slider.",
    "type":             "double",
    "units":            "m",
    "defaultValue":     121.92
15 16 17 18 19 20
},
{
    "name":             "showLogReplayStatusBar",
    "shortDescription": "Show/Hide Log Replay status bar",
    "type":             "bool",
    "defaultValue":     false
21 22 23
},
{
    "name":             "alternateInstrumentPanel",
24
    "shortDescription": "Use Vertical Instrument Panel instead of the default one",
25 26
    "type":             "bool",
    "defaultValue":     false
27 28
},
{
29 30
    "name":             "showAdditionalIndicatorsCompass",
    "shortDescription": "Show additional heading indicators on Compass",
31 32 33 34
    "type":             "bool",
    "defaultValue":     false
},
{
35 36
    "name":             "lockNoseUpCompass",
    "shortDescription": "Lock Compass Nose-Up",
37
    "type":             "bool",
38
    "defaultValue":     false
39
},
40 41 42 43 44 45
{
    "name":             "keepMapCenteredOnVehicle",
    "shortDescription": "Keep map centered on vehicle",
    "type":             "bool",
    "defaultValue":     false
},
46 47 48 49 50 51 52
{
    "name":             "maxGoToLocationDistance",
    "shortDescription": "Maximum distance allowed for Go To Location.",
    "type":             "double",
    "units":            "m",
    "defaultValue":     1000,
    "min":              1
53 54
}
]