summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-09-21 18:43:38 +0200
committerPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-09-22 08:35:53 +0000
commit8cb45ab8aabaf0246c49e3314e4a84456ff7b061 (patch)
treedadf2e544ec520703088c895e342c925d84b4696
parent7cfd70fa2f8fd24053d31122ac0a27eb56915895 (diff)
downloadqtlocation-8cb45ab8aabaf0246c49e3314e4a84456ff7b061.tar.gz
Update here plugin routing base address
This patch updates the routing base address from the old @nokia.com address to the current @here.com one Change-Id: Ibd8cb1671776cfad57484328d1e636a7ac190ebe Task-number: QTBUG-56099 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/plugins/geoservices/nokia/uri_constants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/nokia/uri_constants.cpp b/src/plugins/geoservices/nokia/uri_constants.cpp
index 5d741876..8a075328 100644
--- a/src/plugins/geoservices/nokia/uri_constants.cpp
+++ b/src/plugins/geoservices/nokia/uri_constants.cpp
@@ -37,7 +37,7 @@
QT_BEGIN_NAMESPACE
-const QString ROUTING_HOST = QLatin1String("route.nlp.nokia.com");
+const QString ROUTING_HOST = QLatin1String("route.api.here.com");
const QString GEOCODING_HOST = QLatin1String("loc.desktop.maps.svc.ovi.com");
const QString GEOCODING_HOST_CN = QLatin1String("pr.geo.maps.svc.nokia.com.cn");
const QString PLACES_HOST = QLatin1String("places.api.here.com");