We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd196c8 commit 62f48acCopy full SHA for 62f48ac
ground/gcs/src/libs/opmapcontrol/src/core/providerstrings.cpp
@@ -41,7 +41,7 @@ ProviderStrings::ProviderStrings()
41
{
42
// Google version strings
43
VersionGoogleMap = "m@301";
44
- QString version = "810";
+ QString version = "823";
45
QString envVersion = qgetenv("GCS_GOOGLE_SAT_VERSION").constData();
46
VersionGoogleSatellite = (envVersion.toInt() > version.toInt()) ? envVersion : version;
47
VersionGoogleLabels = "h@301";
0 commit comments