FlightMap.SettingsGroup.json 544 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[
{
    "name":             "MapProvider",
    "shortDescription": "Currently selected map provider for flight maps",
    "type":             "uint32",
    "enumStrings":      "Bing,Google,Statkart",
    "enumValues":       "0,1,2",
    "defaultValue":     0
},
{
    "name":             "MapType",
    "shortDescription": "Currently selected map type for flight maps",
    "type":             "uint32",
    "enumStrings":      "Street Map,Satellite Map,Hybrid Map,Terrain Map",
    "enumValues":       "0,1,2,3",
    "defaultValue":     2
}
]