{ "version": 1, "fileType": "FactMetaData", "QGC.MetaData.Facts": [ { "name": "Latitude", "shortDesc": "Latitude of item position", "type": "double", "min": -90.0, "max": 90.0, "decimalPlaces": 7 }, { "name": "Longitude", "shortDesc": "Longitude of item position", "type": "double", "min": -180.0, "max": 180.0, "decimalPlaces": 7 }, { "name": "Easting", "shortDesc": "Easting of item position", "type": "double", "decimalPlaces": 7 }, { "name": "Northing", "shortDesc": "Northing of item position", "type": "double", "decimalPlaces": 7 }, { "name": "Zone", "shortDesc": "UTM zone", "type": "uint8", "min": 1, "max": 60 }, { "name": "Hemisphere", "shortDesc": "Hemisphere for position", "type": "uint8", "enumStrings": "North,South", "enumValues": "0,1" }, { "name": "MGRS", "shortDesc": "MGRS coordinate", "type": "string" } ] }