Skip to content

Commit

Permalink
Merge pull request #4394 from DonLakeFlyer/GoogleUpdate
Browse files Browse the repository at this point in the history
Update goole version
  • Loading branch information
DonLakeFlyer authored Jan 5, 2017
2 parents 69b444a + 00b8e33 commit badcdb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/QtLocationPlugin/QGCMapUrlEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ UrlFactory::UrlFactory()

#ifndef QGC_NO_GOOGLE_MAPS
// Google version strings
_versionGoogleMap = "m@338000000";
_versionGoogleSatellite = "198";
_versionGoogleMap = "m@354000000";
_versionGoogleSatellite = "692";
_versionGoogleLabels = "h@336";
_versionGoogleTerrain = "t@132,r@338000000";
_versionGoogleTerrain = "t@354,r@354000000";
_secGoogleWord = "Galileo";
#endif
// BingMaps
Expand Down

0 comments on commit badcdb6

Please sign in to comment.