[ { "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": "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", "type": "double", "units": "m", "min": 0, "decimalPlaces": 2, "defaultValue": 1 }, { "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 } ]