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