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:
parent
efc8f3337e
commit
c86c7d1b52
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user