diff --git a/ground/gcs/src/libs/opmapcontrol/src/core/providerstrings.cpp b/ground/gcs/src/libs/opmapcontrol/src/core/providerstrings.cpp index 73a357560..e5440ce99 100644 --- a/ground/gcs/src/libs/opmapcontrol/src/core/providerstrings.cpp +++ b/ground/gcs/src/libs/opmapcontrol/src/core/providerstrings.cpp @@ -40,9 +40,10 @@ const QString ProviderStrings::levelsForSigPacSpainMap[] = { ProviderStrings::ProviderStrings() { // Google version strings - VersionGoogleMap = "m@301"; - QString version = qgetenv("GCS_GOOGLE_SAT_VERSION").constData(); - VersionGoogleSatellite = version.isEmpty() ? "694" : version; + VersionGoogleMap = "m@301"; + QString version = "711"; + QString envVersion = qgetenv("GCS_GOOGLE_SAT_VERSION").constData(); + VersionGoogleSatellite = (envVersion.toInt() > version.toInt()) ? envVersion : version; VersionGoogleLabels = "h@301"; VersionGoogleTerrain = "t@132,r@301"; SecGoogleWord = "Galileo";