WimaArea.SettingsGroup.json 479 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
[
{
    "name":             "BorderPolygonOffset",
    "shortDescription": "The distance between the measurement area and it's surrounding polygon",
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,
    "defaultValue":     5
},
{
12
    "name":             "ShowBorderPolygon",
13 14 15 16 17
    "shortDescription": "Border polygon will be displayed if checked.",
    "type":             "bool",
    "defaultValue":     true
}
]