From dea2529e38fddd5aeeec7387a780af96d65ec7a2 Mon Sep 17 00:00:00 2001 From: zedamota Date: Sat, 21 Aug 2010 19:42:00 +0000 Subject: [PATCH] OP37/GCS MapLib - New providers codes. Fixes Google Maps not being loaded. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1360 ebee16cc-31ac-478f-84a7-5cbb03baadba --- .../opmapcontrol/src/core/providerstrings.cpp | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/ground/src/libs/opmapcontrol/src/core/providerstrings.cpp b/ground/src/libs/opmapcontrol/src/core/providerstrings.cpp index 01298c8bf..ff0fdfe74 100644 --- a/ground/src/libs/opmapcontrol/src/core/providerstrings.cpp +++ b/ground/src/libs/opmapcontrol/src/core/providerstrings.cpp @@ -38,21 +38,21 @@ namespace core { ProviderStrings::ProviderStrings() { // Google version strings - VersionGoogleMap = "m@126"; - VersionGoogleSatellite = "61"; - VersionGoogleLabels = "h@126"; - VersionGoogleTerrain = "t@125,r@126"; + VersionGoogleMap = "m@130"; + VersionGoogleSatellite = "66"; + VersionGoogleLabels = "h@130"; + VersionGoogleTerrain = "t@125,r@130"; SecGoogleWord = "Galileo"; // Google (China) version strings - VersionGoogleMapChina = "m@126"; - VersionGoogleSatelliteChina = "s@61"; - VersionGoogleLabelsChina = "h@126"; - VersionGoogleTerrainChina = "t@125,r@126"; + VersionGoogleMapChina = "m@130"; + VersionGoogleSatelliteChina = "s@66"; + VersionGoogleLabelsChina = "h@130"; + VersionGoogleTerrainChina = "t@125,r@130"; // Google (Korea) version strings VersionGoogleMapKorea = "kr1.12"; - VersionGoogleSatelliteKorea = "61"; + VersionGoogleSatelliteKorea = "66"; VersionGoogleLabelsKorea = "kr1t.12"; /// @@ -67,10 +67,12 @@ namespace core { VersionYahooLabels = "4.3"; // BingMaps - VersionBingMaps = "470"; + VersionBingMaps = "517"; // YandexMap - VersionYandexMap = "2.10.2"; + VersionYandexMap = "2.15.0"; + //VersionYandexSatellite = "1.18.0"; + //////////////////// /// /// Bing Maps Customer Identification, more info here