Browse Source

Fix initial Map Provider setting

QGC4.4
Pierre TILAK 6 years ago
parent
commit
952ff5c65a
  1. 5
      src/Settings/FlightMap.SettingsGroup.json

5
src/Settings/FlightMap.SettingsGroup.json

@ -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"
} }
] ]

Loading…
Cancel
Save