Browse Source

Merge pull request #7919 from Aeronavics/Fix_default_map_selection

Fix initial Map Provider setting
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
2c8384e2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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