Unverified Commit 2c8384e2 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7919 from Aeronavics/Fix_default_map_selection

Fix initial Map Provider setting
parents 26cc44d2 952ff5c6
...@@ -2,12 +2,13 @@ ...@@ -2,12 +2,13 @@
{ {
"name": "mapProvider", "name": "mapProvider",
"shortDescription": "Currently selected map provider for flight maps", "shortDescription": "Currently selected map provider for flight maps",
"type": "string" "type": "string",
"defaultValue": "Bing"
}, },
{ {
"name": "mapType", "name": "mapType",
"shortDescription": "Currently selected map type for flight maps", "shortDescription": "Currently selected map type for flight maps",
"type": "string", "type": "string",
"default": "" "defaultValue": "Hybrid"
} }
] ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment