[
{
    "name":             "guidedMinimumAltitude",
    "shortDescription": "Minimum altitude for guided actions altitude slider.",
    "type":             "double",
    "units":            "m",
    "defaultValue":     2
},
{
    "name":             "guidedMaximumAltitude",
    "shortDescription": "Maximum altitude for guided actions altitude slider.",
    "type":             "double",
    "units":            "m",
    "defaultValue":     121.92
},
{
    "name":             "showLogReplayStatusBar",
    "shortDescription": "Show/Hide Log Replay status bar",
    "type":             "bool",
    "defaultValue":     false
},
{
    "name":             "alternateInstrumentPanel",
    "shortDescription": "Use Vertical Instrument Panel instead of the default one",
    "type":             "bool",
    "defaultValue":     false
},
{
    "name":             "showAdditionalIndicatorsCompass",
    "shortDescription": "Show additional heading indicators on Compass",
    "type":             "bool",
    "defaultValue":     false
},
{
    "name":             "lockNoseUpCompass",
    "shortDescription": "Lock Compass Nose-Up",
    "type":             "bool",
    "defaultValue":     false
},
{
    "name":             "maxGoToLocationDistance",
    "shortDescription": "Maximum distance allowed for Go To Location.",
    "type":             "double",
    "units":            "m",
    "defaultValue":     1000,
    "min":              1
}
]