FlightMap.SettingsGroup.json 568 Bytes
Newer Older
1 2 3 4 5
[
{
    "name":             "MapProvider",
    "shortDescription": "Currently selected map provider for flight maps",
    "type":             "uint32",
6
    "enumStrings":      "Bing,Google,Statkart,Mapbox,Esri,Eniro",
7
    "enumValues":       "0,1,2,3,4,5",
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
}
]