From afacee8e8e119ea6bbf006afacf2d8ed7d2595ba Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Mar 2021 16:05:08 -0500 Subject: Update MapBox style URLs Remove the leading "mapbox://" from the default MapBox style URLs, as it now seems to break the resulting generated tile URLs in QtLocation. I suspect this is related to the HTTPS support that was added in Qt 5.12. Bug-AGL: SPEC-3837 Signed-off-by: Scott Murray Change-Id: Ic4cc2d2bf1ab556a21c18e50f91d3124bf5b3e33 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1207d27..69a560e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ example "interval":100, "latitude":36.1363, "longitude":-115.151, - "mapStyleUrls":"mapbox://styles/mapbox/dark-v9", + "mapStyleUrls":"styles/v1/mapbox/dark-v10", "enableOSM:false } -- cgit 1.2.3-korg