Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

IOS : Offline maps do not display correctly #9741

Closed
yueno12 opened this issue Aug 9, 2017 · 1 comment
Closed

IOS : Offline maps do not display correctly #9741

yueno12 opened this issue Aug 9, 2017 · 1 comment
Labels
bug Core The cross-platform C++ core, aka mbgl offline

Comments

@yueno12
Copy link

yueno12 commented Aug 9, 2017

Platform:iOS
Mapbox SDK version:3.6.1

Steps to trigger behavior

  1. 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 }

  2. Turn on iphone's airplane mode.

  3. 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

@kkaefer kkaefer added the Core The cross-platform C++ core, aka mbgl label Aug 10, 2017
@kkaefer
Copy link
Contributor

kkaefer commented Aug 10, 2017

Thank you for reporting this issue. I It looks like this is a duplicate of #9563. Please follow issue resolution on that ticket.

@kkaefer kkaefer closed this as completed Aug 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Core The cross-platform C++ core, aka mbgl offline
Projects
None yet
Development

No branches or pull requests

3 participants