BreachReturn.FactMetaData.json 612 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7
[
{
    "name":             "Latitude",
8
    "shortDesc": "Latitude of breach return point position",
9 10 11 12 13
    "type":             "double",
    "decimalPlaces":    7
},
{
    "name":             "Longitude",
14
    "shortDesc": "Longitude of breach return point position",
15 16 17 18 19
    "type":             "double",
    "decimalPlaces":    7
},
{
    "name":             "Altitude",
20
    "shortDesc": "Altitude of breach return point position (Rel)",
21 22 23 24 25
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m"
}
]
26
}