summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Rauter <matthias.rauter@qt.io>2023-11-08 12:38:58 +0100
committerMatthias Rauter <matthias.rauter@qt.io>2023-11-08 13:51:53 +0100
commitb55d84516f9cea8438448913450a4a079d1343ee (patch)
tree3d30afbfe0bd44912fa26baec7640e48b1655cb1
parent7ce7eb90c5bf7b0e1f6c371387c2beb869fc576f (diff)
Add a note on apikey in the url in the documentation
Fixes: QTBUG-115742 Change-Id: I6c0e728bf8e28f93239b85035e21eb8791f39343 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/location/doc/src/plugins/osm.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/location/doc/src/plugins/osm.qdoc b/src/location/doc/src/plugins/osm.qdoc
index c4e4c48d..41d30389 100644
--- a/src/location/doc/src/plugins/osm.qdoc
+++ b/src/location/doc/src/plugins/osm.qdoc
@@ -135,7 +135,8 @@ versions did not require a prefix.
\li The url string of a custom tile server. This parameter should be set to a
valid server url offering the correct OSM API. The postfix
"%z/%x/%y.png" will be added to the url. Since 6.5 the postfix will not
- be added if the url ends with ".png". To use this server, the
+ be added if the url ends with ".png". If the server requires an apikey, it
+ has to be added to the url string. To use this server, the
\l{Map::activeMapType} parameter of the \l Map should be set to the
supported map type whose type is \l{mapType::style}{MapType.CustomMap}.
This map type is only be available if this plugin parameter is set, in