{ "version": 1, "fileType": "FactMetaData", "QGC.MetaData.Facts": [ { "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 } ] }