WimaMeasurementArea.SettingsGroup.json 1.61 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
},
{
Valentin Platzgummer's avatar
Valentin Platzgummer committed
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
    "name":             "MinTileArea",
    "shortDescription": "The minimal allowed area of a tile",
    "type":             "double",
    "units":            "m^2",
    "min":              0,
    "decimalPlaces":    2,
    "defaultValue":     5
},
{
    "name":             "TransectDistance",
    "shortDescription": "The transect distance",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    2,
    "defaultValue":     2
},
{
    "name":             "MinTransectLength",
    "shortDescription": "The minimal transect length",
41 42 43 44
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    2,
45
    "defaultValue":     1
46
},
Valentin Platzgummer's avatar
Valentin Platzgummer committed
47 48 49 50 51 52
{
    "name":             "ShowTiles",
    "shortDescription": "Show tiles",
    "type":             "bool",
    "defaultValue":     true
},
53 54
{
    "name":             "BorderPolygonOffset",
55
    "shortDescription": "The distance between the measurement area and it's enclosing polygon",
56 57 58 59 60
    "type":             "double",
    "units":            "m",
    "min":              0,
    "decimalPlaces":    1,
    "defaultValue":     5
61 62
}
]