Skip to content

Commit 62f48ac

Browse files
committed
LP-470 Bump map version
1 parent cd196c8 commit 62f48ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ground/gcs/src/libs/opmapcontrol/src/core/providerstrings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ProviderStrings::ProviderStrings()
4141
{
4242
// Google version strings
4343
VersionGoogleMap = "m@301";
44-
QString version = "810";
44+
QString version = "823";
4545
QString envVersion = qgetenv("GCS_GOOGLE_SAT_VERSION").constData();
4646
VersionGoogleSatellite = (envVersion.toInt() > version.toInt()) ? envVersion : version;
4747
VersionGoogleLabels = "h@301";

0 commit comments

Comments
 (0)