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