mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-28 06:24:10 +01:00
LP-470 Bump map version
This commit is contained in:
parent
cd196c8d34
commit
62f48ac943
@ -41,7 +41,7 @@ ProviderStrings::ProviderStrings()
|
||||
{
|
||||
// Google version strings
|
||||
VersionGoogleMap = "m@301";
|
||||
QString version = "810";
|
||||
QString version = "823";
|
||||
QString envVersion = qgetenv("GCS_GOOGLE_SAT_VERSION").constData();
|
||||
VersionGoogleSatellite = (envVersion.toInt() > version.toInt()) ? envVersion : version;
|
||||
VersionGoogleLabels = "h@301";
|
||||
|
Loading…
Reference in New Issue
Block a user