WimaMeasurementArea.SettingsGroup.json 1.06 KB
Newer Older
1 2 3
[
{
    "name":             "BottomLayerAltitude",
4
    "shortDescription": "The distance between the terrain and the first layer of the measurement path.",
5 6 7 8
    "type":             "double",
    "units":            "m",
    "min":              1,
    "decimalPlaces":    2,
9
    "defaultValue":     5
10 11 12 13 14
},
{
    "name":             "NumberOfLayers",
    "shortDescription": "The number of layers.",
    "type":             "uint32",
15
    "units":            "m",
16
    "min":              1,
17
    "decimalPlaces":    0,
18
    "defaultValue":     1
19 20 21
},
{
    "name":             "LayerDistance",
22
    "shortDescription": "Specify the time between each photo",
23 24 25 26
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    2,
27
    "defaultValue":     1
28 29 30
},
{
    "name":             "BorderPolygonOffset",
31
    "shortDescription": "The distance between the measurement area and it's enclosing polygon",
32 33 34 35 36
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,
    "defaultValue":     5
37 38
}
]