Survey.SettingsGroup.json 768 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7 8 9 10
[
{
    "name":             "GridAngle",
    "shortDescription": "Angle for parallel lines of grid.",
    "type":             "double",
    "units":            "deg",
DonLakeFlyer's avatar
DonLakeFlyer committed
11 12
    "min":              -360.0,
    "max":              360.0,
13 14 15 16
    "decimalPlaces":    1,
    "defaultValue":     0
},
{
17 18
    "name":             "FlyAlternateTransects",
    "shortDescription": "Fly every other transect in each pass.",
19
    "type":             "bool",
20
    "defaultValue":     false
21 22 23 24 25
},
{
    "name":             "SplitConcavePolygons",
    "shortDescription": "Split mission concave polygons into separate regular, convex polygons.",
    "type":             "bool",
26
    "defaultValue":     false
27 28
}
]
29
}