summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-07-06 19:48:39 +0200
committerPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-07-06 18:15:17 +0000
commiteaf416e17fecee09c0b3f8d93b784fc3cf5806d2 (patch)
treee5c99fa18557ed750501251a65182fdca447b872 /src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp
parentc2329ca8fb48aac7da1694f4b9c3d28924feae63 (diff)
downloadqtlocation-eaf416e17fecee09c0b3f8d93b784fc3cf5806d2.tar.gz
fix for not working mapIds for mapbox plugin
fix for not working mapIds for mapbox plugin Change-Id: Iebde6ad640c1b49296e3bd528c942f7abc98d5b6 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp')
-rw-r--r--src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp
index eb1ad866..de7eb4cf 100644
--- a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp
+++ b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.cpp
@@ -123,6 +123,7 @@ QGeoTiledMappingManagerEngineMapbox::QGeoTiledMappingManagerEngineMapbox(const Q
doubleRes = false;
}
QGeoTileFetcherMapbox *tileFetcher = new QGeoTileFetcherMapbox(this, doubleRes);
+ tileFetcher->setMapIds(mapIds);
if (parameters.contains(QStringLiteral("useragent"))) {
const QByteArray ua = parameters.value(QStringLiteral("useragent")).toString().toLatin1();