diff --git a/src/Settings/FlightMap.SettingsGroup.json b/src/Settings/FlightMap.SettingsGroup.json index 41edd20bb840696b6140d1314d5e04e76f209a19..14135cdddc4d133bab7130c9cc77cb297f7d5976 100644 --- a/src/Settings/FlightMap.SettingsGroup.json +++ b/src/Settings/FlightMap.SettingsGroup.json @@ -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" } ]