WimaMeasurementArea.SettingsGroup.json 1.18 KB
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
[
{
    "name":             "TileHeight",
    "shortDescription": "The height of a tile",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    2,
    "defaultValue":     5
},
{
    "name":             "TileWidth",
    "shortDescription": "The height of a tile",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    2,
    "defaultValue":     5
},
{
    "name":             "MinTileAreaPercent",
    "shortDescription": "The minimal allowed area in percent (of width*height).",
    "type":             "double",
    "units":            "%",
    "min":              0,
    "max":              100,
    "decimalPlaces":    2,
    "defaultValue":     20
},
{
    "name":             "ShowTiles",
    "shortDescription": "Show tiles",
    "type":             "bool",
    "defaultValue":     true
},
{
    "name":             "BorderPolygonOffset",
    "shortDescription": "The distance between the measurement area and it's enclosing polygon",
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,
    "defaultValue":     5
}
]