|
|
|
@ -2,12 +2,13 @@
@@ -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" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|