FlightMap.SettingsGroup.json 365 Bytes
Newer Older
1 2
[
{
3
    "name":             "mapProvider",
4
    "shortDescription": "Currently selected map provider for flight maps",
5 6
    "type":             "string",
    "defaultValue":     "Bing"
7 8
},
{
9
    "name":             "mapType",
10
    "shortDescription": "Currently selected map type for flight maps",
11
    "type":             "string",
12
    "defaultValue":     "Hybrid"
13 14
}
]