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