From: Matt Ranostay Date: Wed, 11 Mar 2020 23:30:19 +0000 (+0200) Subject: qtlocation: revert Mapbox API calls to 256x256 tiles X-Git-Tag: 9.0.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e55ff95cece475aefbb858d214d8c349d8017951;p=AGL%2Fmeta-agl.git qtlocation: revert Mapbox API calls to 256x256 tiles Newer API uses 512x512 blocks by default, but we need to use 256x256 to avoid tiny font as QtLocation expected the latter sized tiles. Bug-AGL: SPEC-3264 Signed-off-by: Matt Ranostay Change-Id: I12e926fea5c527f7be2f33beb68d67b68a3b7873 --- diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation/0001-mapbox-update-API-url-to-match-new-schema.patch b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation/0001-mapbox-update-API-url-to-match-new-schema.patch index 350daaee6..ba8a991ed 100644 --- a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation/0001-mapbox-update-API-url-to-match-new-schema.patch +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation/0001-mapbox-update-API-url-to-match-new-schema.patch @@ -18,7 +18,7 @@ index 0b128556..bd2be6b6 100644 request.setUrl(QUrl(mapboxTilesApiPath + - ((spec.mapId() >= m_mapIds.size()) ? QStringLiteral("mapbox.streets") : m_mapIds[spec.mapId() - 1]) + QLatin1Char('/') + + m_mapIds[m_mapIds.size() - 1] + -+ QStringLiteral("/tiles/") + ++ QStringLiteral("/tiles/256/") + QString::number(spec.zoom()) + QLatin1Char('/') + QString::number(spec.x()) + QLatin1Char('/') + QString::number(spec.y()) +