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