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
I implemented the offline map functionality that you added in the latest update. However, I encountered a problem where the map still doesn’t display even after downloading the point. I went through your entire example and couldn’t find anything that I might have missed. I decided to test your example as well, and it doesn’t work either.
What did I do?
I added an additional button to the example that centers the map on a point that I had previously downloaded. This way, the map doesn’t download the area automatically and doesn’t use the cache.
Could you please check this?
The text was updated successfully, but these errors were encountered:
Hi @mateusztylman, thank you for raising this, this is most likely due to the TileStore in the example is created at custom path, and we did not set this tileStore instance to MapboxMapsOptions.tileStore(not yet exposed API). Using default TileStore should work just fine.
I have fixed this in 1933f79 by setting this tileStore so that the Map objects will you this and not the one at default path.
Offline maps shows black might be related to one issue with TileStore that we are investigating mapbox/mapbox-maps-ios#2123
I will keep you updated on this
@vijinhps can you try again with our latest release v2.2.1? We have made some fixes to offline, where we make sure that Map objects are using the same TileStore that is used to download offline regions, and that default pixelRatio is used in TilesetDescriptorOptions - which is crucial for raster tiles.
Hi there!
I implemented the offline map functionality that you added in the latest update. However, I encountered a problem where the map still doesn’t display even after downloading the point. I went through your entire example and couldn’t find anything that I might have missed. I decided to test your example as well, and it doesn’t work either.
What did I do?
I added an additional button to the example that centers the map on a point that I had previously downloaded. This way, the map doesn’t download the area automatically and doesn’t use the cache.
Could you please check this?
The text was updated successfully, but these errors were encountered: