diff --git a/libs/opmapcontrol/src/core/urlfactory.cpp b/libs/opmapcontrol/src/core/urlfactory.cpp index 9b3bb6fa9c19d8230b173452eaba00a3029315a7..6dd8cad666365a8631852e5ac5d94603f307a67b 100644 --- a/libs/opmapcontrol/src/core/urlfactory.cpp +++ b/libs/opmapcontrol/src/core/urlfactory.cpp @@ -117,7 +117,7 @@ namespace core { qDebug()<<"Correct GoogleVersion"; #endif //DEBUG_URLFACTORY setIsCorrectGoogleVersions(true); - QString url = "https://maps.google.com"; + QString url = "http://maps.google.com"; qheader.setUrl(QUrl(url)); qheader.setRawHeader("User-Agent",UserAgent); @@ -135,7 +135,7 @@ namespace core { return; } QString html=QString(reply->readAll()); - QRegExp reg("\"*https://mt0.google.com/vt/lyrs=m@(\\d*)",Qt::CaseInsensitive); + QRegExp reg("\"*http://mt0.google.com/vt/lyrs=m@(\\d*)",Qt::CaseInsensitive); if(reg.indexIn(html)!=-1) { QStringList gc=reg.capturedTexts(); @@ -147,7 +147,7 @@ namespace core { #endif //DEBUG_URLFACTORY } - reg=QRegExp("\"*https://mt0.google.com/vt/lyrs=h@(\\d*)",Qt::CaseInsensitive); + reg=QRegExp("\"*http://mt0.google.com/vt/lyrs=h@(\\d*)",Qt::CaseInsensitive); if(reg.indexIn(html)!=-1) { QStringList gc=reg.capturedTexts(); @@ -157,7 +157,7 @@ namespace core { qDebug()<<"TryCorrectGoogleVersions, VersionGoogleLabels: "<