Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
1f647d85
Commit
1f647d85
authored
Sep 03, 2019
by
Phisten
Browse files
google map hybrid option
parent
f0fac730
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/QtLocationPlugin/QGCMapEngine.cpp
View file @
1f647d85
...
...
@@ -50,6 +50,7 @@ static stQGeoTileCacheQGCMapTypes kMapTypes[] = {
{
"Google Street Map"
,
UrlFactory
::
GoogleMap
},
{
"Google Satellite Map"
,
UrlFactory
::
GoogleSatellite
},
{
"Google Terrain Map"
,
UrlFactory
::
GoogleTerrain
},
{
"Google Hybrid Map"
,
UrlFactory
::
GoogleHybrid
},
#endif
{
"Bing Street Map"
,
UrlFactory
::
BingMap
},
{
"Bing Satellite Map"
,
UrlFactory
::
BingSatellite
},
...
...
src/Settings/FlightMapSettings.cc
View file @
1f647d85
...
...
@@ -86,7 +86,7 @@ void FlightMapSettings::_newMapProvider(QVariant value)
_removeEnumValue
(
mapTypeTerrain
,
enumStrings
,
enumValues
);
break
;
case
mapProviderGoogle
:
_removeEnumValue
(
mapTypeHybrid
,
enumStrings
,
enumValues
);
//
_removeEnumValue(mapTypeHybrid, enumStrings, enumValues);
break
;
case
mapProviderStarkart
:
_removeEnumValue
(
mapTypeStreet
,
enumStrings
,
enumValues
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment