summaryrefslogtreecommitdiff
path: root/src/location
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-04-06 17:30:48 +0300
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-04-06 22:11:07 +0000
commit64cf6d6a7ca445d511760fbf07d924f6519f6779 (patch)
treec8044573da21b8ce69a638eb7e60f0344f5c04fd /src/location
parentf4cd21d2fd642fbb161860f6b729621d4e159ae3 (diff)
downloadqtlocation-64cf6d6a7ca445d511760fbf07d924f6519f6779.tar.gz
Update location screenshots
Better rendering using Mapbox GL plugin. Change-Id: I3ef1862988e652c1caad62920c2f3b5775f18552 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Bruno de Oliveira Abinader <brunoabinader@gmail.com>
Diffstat (limited to 'src/location')
-rw-r--r--src/location/declarativemaps/qdeclarativegeomap.cpp2
-rw-r--r--src/location/doc/src/qtlocation-examples.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomap.cpp b/src/location/declarativemaps/qdeclarativegeomap.cpp
index 80a30f56..8ecd58b9 100644
--- a/src/location/declarativemaps/qdeclarativegeomap.cpp
+++ b/src/location/declarativemaps/qdeclarativegeomap.cpp
@@ -139,7 +139,7 @@ QT_BEGIN_NAMESPACE
\section2 Example Usage
The following snippet shows a simple Map and the necessary Plugin type
- to use it. The map is centered over Oslo, Norway, with zoom level 10.
+ to use it. The map is centered over Oslo, Norway, with zoom level 14.
\quotefromfile minimal_map/main.qml
\skipto import
diff --git a/src/location/doc/src/qtlocation-examples.qdoc b/src/location/doc/src/qtlocation-examples.qdoc
index 6155a6fd..052db15b 100644
--- a/src/location/doc/src/qtlocation-examples.qdoc
+++ b/src/location/doc/src/qtlocation-examples.qdoc
@@ -39,7 +39,7 @@
These examples can work with any of the available geo services plugins. However, some plugins may
require additional \l {QtLocation::PluginParameter}{plugin parameters} in order to function correctly.
The default plugin used by these examples is \l {Qt Location Open Street Map Plugin}, which does not
- require any parameters.
-
+ require any parameters. The \l {Qt Location Mapbox GL Plugin} was used for the screenshots and can also
+ be used without any parameters, for development purposes, on the platforms it is available.
*/