summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2023-06-09 17:08:55 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2023-06-09 17:08:55 +0300
commit0ec8f5e82da7369a92824167c4d7331f6c502325 (patch)
tree187d6b743230b52defc4cba2a8adc666900bf91a /src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp
parenta87a9d1a3054267b39618cb2f3762a0a05ac510c (diff)
parent63d055e875d35fe136a09707b8bc4b2f324dd4f7 (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-opensourcev5.15.11-lts-lgpl
Diffstat (limited to 'src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp')
-rw-r--r--src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp b/src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp
index 5a40467e..d123c6a8 100644
--- a/src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp
+++ b/src/plugins/geoservices/esri/geocodingmanagerengine_esri.cpp
@@ -59,8 +59,10 @@ QT_BEGIN_NAMESPACE
static const QString kPrefixEsri(QStringLiteral("esri."));
static const QString kParamUserAgent(kPrefixEsri + QStringLiteral("useragent"));
-static const QString kUrlGeocode(QStringLiteral("http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates"));
-static const QString kUrlReverseGeocode(QStringLiteral("http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode"));
+static const QString kUrlGeocode(QStringLiteral("https://geocode.arcgis.com/arcgis/rest/services/"
+ "World/GeocodeServer/findAddressCandidates"));
+static const QString kUrlReverseGeocode(QStringLiteral(
+ "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode"));
static QString addressToQuery(const QGeoAddress &address)
{