Skip to content
FlyView.SettingsGroup.json 1.57 KiB
Newer Older
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
Don Gagne's avatar
Don Gagne committed
[
{
    "name":             "guidedMinimumAltitude",
    "shortDesc": "Minimum altitude for guided actions altitude slider.",
Don Gagne's avatar
Don Gagne committed
    "type":             "double",
    "units":            "m",
    "default":     2
Don Gagne's avatar
Don Gagne committed
},
{
    "name":             "guidedMaximumAltitude",
    "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.",
Don Gagne's avatar
Don Gagne committed
    "type":             "double",
    "units":            "m",
    "default":     1000,
    "min":              1
Don Gagne's avatar
Don Gagne committed
}
]