Skip to content
MeasurementArea.SettingsGroup.json 1.21 KiB
Newer Older
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
Valentin Platzgummer's avatar
Valentin Platzgummer committed
[
{
    "name":             "TileHeight",
    "shrotDesc": "The height of a tile",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    2,
Valentin Platzgummer's avatar
Valentin Platzgummer committed
},
{
    "name":             "TileWidth",
    "shrotDesc": "The height of a tile",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    2,
Valentin Platzgummer's avatar
Valentin Platzgummer committed
},
{
    "name":             "MinTileAreaPercent",
    "shrotDesc": "The minimal allowed area in percent (of width*height).",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
    "type":             "double",
    "units":            "%",
    "min":              0,
    "max":              100,
    "decimalPlaces":    2,
Valentin Platzgummer's avatar
Valentin Platzgummer committed
},
{
    "name":             "ShowTiles",
    "shrotDesc": "Show tiles",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
    "type":             "bool",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
},
{
    "name":             "BorderPolygonOffset",
    "shrotDesc": "The distance between the measurement area and it's enclosing polygon",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,