Files
gcs-nf/Plugins/opmap/mapwidget/MissionManager/Survey.SettingsGroup.json
T

25 lines
682 B
JSON
Raw Normal View History

[
{
"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
}
]