summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
diff options
context:
space:
mode:
authorJean Gressmann <jean.gressmann@nokia.com>2012-04-10 10:39:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-13 05:56:29 +0200
commit0efc227b5ee97926a2c19db151d8bb42a0e57f6f (patch)
tree2568b6d268daf8e98ebcf2846f6f5123eab1ee30 /src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
parentc0b488cd33284e9b85bff7f580c6e50cdff57d8f (diff)
Updated routing URL to designated service.
Change-Id: I1c421baebb68f5964191407457f1f658bddb8d7f Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp')
-rw-r--r--src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp b/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
index 4ecc338b..db37668b 100644
--- a/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
+++ b/src/plugins/geoservices/nokia/qgeoroutingmanagerengine_nokia.cpp
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
QGeoRoutingManagerEngineNokia::QGeoRoutingManagerEngineNokia(const QMap<QString, QVariant> &parameters, QGeoServiceProvider::Error *error, QString *errorString)
: QGeoRoutingManagerEngine(parameters),
- m_host("prd.lbsp.navteq.com"),
+ m_host("route.nlp.nokia.com"),
m_token(QGeoServiceProviderFactoryNokia::defaultToken),
m_referer(QGeoServiceProviderFactoryNokia::defaultReferer)
{