25 lines
682 B
JSON
25 lines
682 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "GridAngle",
|
||
|
|
"shortDescription": "Angle for parallel lines of grid.",
|
||
|
|
"type": "double",
|
||
|
|
"units": "deg",
|
||
|
|
"min": -360.0,
|
||
|
|
"max": 360.0,
|
||
|
|
"decimalPlaces": 1,
|
||
|
|
"defaultValue": 0
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "FlyAlternateTransects",
|
||
|
|
"shortDescription": "Fly every other transect in each pass.",
|
||
|
|
"type": "bool",
|
||
|
|
"defaultValue": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "SplitConcavePolygons",
|
||
|
|
"shortDescription": "Split mission concave polygons into separate regular, convex polygons.",
|
||
|
|
"type": "bool",
|
||
|
|
"defaultValue": false
|
||
|
|
}
|
||
|
|
]
|