MeasurementArea.SettingsGroup.json 1.21 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7
[
{
    "name":             "TileHeight",
8
    "shrotDesc": "The height of a tile",
9 10 11 12
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    2,
13
    "default":     5
14 15 16
},
{
    "name":             "TileWidth",
17
    "shrotDesc": "The height of a tile",
18 19 20 21
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    2,
22
    "default":     5
23 24 25
},
{
    "name":             "MinTileAreaPercent",
26
    "shrotDesc": "The minimal allowed area in percent (of width*height).",
27 28 29 30 31
    "type":             "double",
    "units":            "%",
    "min":              0,
    "max":              100,
    "decimalPlaces":    2,
32
    "default":     20
33 34 35
},
{
    "name":             "ShowTiles",
36
    "shrotDesc": "Show tiles",
37
    "type":             "bool",
38
    "default":     true
39 40 41
},
{
    "name":             "BorderPolygonOffset",
42
    "shrotDesc": "The distance between the measurement area and it's enclosing polygon",
43 44 45 46
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,
47
    "default":     5
48 49
}
]
50
}