FlightMap.SettingsGroup.json 427 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6
[
{
7
    "name":             "mapProvider",
8 9 10
    "shortDesc": "Currently selected map provider for flight maps",
    "type":             "string",
    "default":     "Bing"
11 12
},
{
13
    "name":             "mapType",
14 15 16
    "shortDesc": "Currently selected map type for flight maps",
    "type":             "string",
    "default":     "Hybrid"
17 18
}
]
19
}