Skip to content
RallyPoint.FactMetaData.json 630 B
Newer Older
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
[
{
    "name":             "Latitude",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Latitude of rally point position",
    "type":             "double",
    "decimalPlaces":    7
},
{
    "name":             "Longitude",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Longitude of rally point position",
    "type":             "double",
    "decimalPlaces":    7
},
{
    "name":             "RelativeAltitude",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Altitude of rally point position (home relative)",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "m",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "default":     0.0
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
}