WimaGOperationArea.SettingsGroup.json 997 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
[
{
    "name":             "BottomLayerAltitude",
    "shortDescription": "Altitude of the bottom layer.",
    "type":             "double",
    "units":            "m",
    "min":              1,
    "decimalPlaces":    2,
    "defaultValue":     50
},
{
    "name":             "NumberOfLayers",
    "shortDescription": "The number of layers.",
    "type":             "uint32",
    "min":              1,
    "defaultValue":     10
},
{
    "name":             "LayerDistance",
    "shortDescription": "The distance between two adjacent layers.",
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    2,
    "defaultValue":     10
26 27 28 29 30 31 32 33 34
},
{
    "name":             "BorderPolygonOffset",
    "shortDescription": "The distance between the Operation Area and it's surounding Border Polygon.",
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,
    "defaultValue":     5
35 36
}
]