FlightMap.SettingsGroup.json 560 Bytes
Newer Older
1 2 3 4 5
[
{
    "name":             "MapProvider",
    "shortDescription": "Currently selected map provider for flight maps",
    "type":             "uint32",
Gus Grubba's avatar
Gus Grubba committed
6
    "enumStrings":      "Bing,Google,Statkart,Mapbox,Esri",
Gus Grubba's avatar
Gus Grubba committed
7
    "enumValues":       "0,1,2,3,4",
8 9 10 11 12 13 14 15 16 17 18
    "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
}
]