1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-363 increase google sat version from 193 to 694

don't ask...
This commit is contained in:
Philippe Renon 2016-07-21 01:52:34 +02:00
parent efc8f3337e
commit c86c7d1b52

View File

@ -42,7 +42,7 @@ ProviderStrings::ProviderStrings()
// Google version strings
VersionGoogleMap = "m@301";
QString version = qgetenv("GCS_GOOGLE_SAT_VERSION").constData();
VersionGoogleSatellite = version.isEmpty() ? "193" : version;
VersionGoogleSatellite = version.isEmpty() ? "694" : version;
VersionGoogleLabels = "h@301";
VersionGoogleTerrain = "t@132,r@301";
SecGoogleWord = "Galileo";