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