mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
LP-470 Bump map version
This commit is contained in:
parent
a4c0bcfb1a
commit
609799deb0
@ -41,7 +41,7 @@ ProviderStrings::ProviderStrings()
|
||||
{
|
||||
// Google version strings
|
||||
VersionGoogleMap = "m@301";
|
||||
QString version = "794";
|
||||
QString version = "810";
|
||||
QString envVersion = qgetenv("GCS_GOOGLE_SAT_VERSION").constData();
|
||||
VersionGoogleSatellite = (envVersion.toInt() > version.toInt()) ? envVersion : version;
|
||||
VersionGoogleLabels = "h@301";
|
||||
|
Loading…
x
Reference in New Issue
Block a user