summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/plugins/nokia.qdoc6
-rw-r--r--src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp2
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/plugins/nokia.qdoc b/doc/src/plugins/nokia.qdoc
index f4b585d3..9634333c 100644
--- a/doc/src/plugins/nokia.qdoc
+++ b/doc/src/plugins/nokia.qdoc
@@ -27,7 +27,7 @@
/*!
\page location-plugin-nokia.html
-\title Qt Location Nokia plugin
+\title Qt Location Nokia Plugin
\previouspage {Qt Location Module}
\ingroup QtLocation-plugins
@@ -39,6 +39,10 @@ Included with the Qt Location is a Maps and Navigation API plugin which accesses
services provided by Nokia. The use of these services is governed by the terms and conditions
available in the file plugins/geoservices/nokia/OVI_SERVICES_TERMS_AND_CONDITIONS.txt.
+The Ovi services plugin requires an application id and token pair to authenticate the application
+with the Ovi service. To obtain an application id and token pair visit
+\l {https://api.developer.nokia.com/}
+
The Ovi services plugin can be loaded by using the plugin key "nokia".
Note that accepting the terms and conditions only applies those terms and conditions to the use of
diff --git a/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp b/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
index 86d576cc..9fe4120a 100644
--- a/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
+++ b/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.cpp
@@ -125,7 +125,7 @@ bool QGeoTileFetcherNokia::init()
if (!isValidParameter(m_applicationId) || !isValidParameter(m_token)) {
qWarning() << "Qt Location requires usage of app_id and token parameters obtained from:";
- qWarning() << "https://api.forum.nokia.com/ovi-api/ui/registration";
+ qWarning() << "https://api.developer.nokia.com/";
}
// Temporary testing aid for setting China maptile server