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