Commit 952ff5c6 authored by Pierre TILAK's avatar Pierre TILAK

Fix initial Map Provider setting

parent 7dd98eac
......@@ -2,12 +2,13 @@
{
"name": "mapProvider",
"shortDescription": "Currently selected map provider for flight maps",
"type": "string"
"type": "string",
"defaultValue": "Bing"
},
{
"name": "mapType",
"shortDescription": "Currently selected map type for flight maps",
"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