You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Platform:iOS
Mapbox SDK version:3.6.1
Steps to trigger behavior
Download the map.
Map style uses this
{ "layers": [ { "id": "baseLayer", "paint": { "raster-fade-duration": 0 }, "source": "baseLayer", "type": "raster" }, { "id": "colorLayer", "paint": { "raster-fade-duration": 0, "raster-opacity": 0.2 }, "source": "colorLayer", "type": "raster" } ], "name": "Raster Tiles", "sources": { "baseLayer": { "tileSize": 256, "tiles": [ "https://cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png" ], "type": "raster" }, "colorLayer": { "tileSize": 256, "tiles": [ "http://cyberjapandata.gsi.go.jp/xyz/relief/{z}/{x}/{y}.png" ], "type": "raster" } }, "version": 8 }
Turn on iphone's airplane mode.
Then Offline maps do not display correctly.
Expected behavior
I have checked the same scenario using the older SDK v3.5.4, it's working there.
Offline Map by Mapbox iOS SDK v3.5.4
https://youtu.be/6Xlk_-pMiYU
Actual behavior
Offline Map by Mapbox iOS SDK v3.6.1
https://youtu.be/imZFB_vEl6Q
The text was updated successfully, but these errors were encountered: