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
Mapbox SDK always returns the following errors when I try to download a new offline map after deleting other stored offline maps.
2025-02-27 15:24:17.930 Mapbox E [tile_store]: id=433, tag=offline, variant=maps:mapbox.mapbox-streets-v8/ coord=11[11->14]/1640/960 : Tile store disk quota, including partial downloads, does not allow to download file. Please consider allowing in-memory download option.
2025-02-27 15:24:17.931 Mapbox E [tile_store]: id=434, tag=offline, variant=maps:mapbox.mapbox-terrain-v2/ coord=11[11->14]/1640/960 : Tile store disk quota, including partial downloads, does not allow to download file. Please consider allowing in-memory download option.
2025-02-27 15:24:17.932 Mapbox E [tile_store]: id=435, tag=offline, variant=maps:mapbox.mapbox-bathymetry-v2/ coord=6[6->10]/51/30 : Tile store disk quota, including partial downloads, does not allow to download file. Please consider allowing in-memory download option.
2025-02-27 15:24:17.934 Mapbox E [tile_store]: id=436, tag=offline, variant=maps:mapbox.mapbox-streets-v8/ coord=6[6->10]/51/30 : Tile store disk quota, including partial downloads, does not allow to download file. Please consider allowing in-memory download option.
2025-02-27 15:24:17.935 Mapbox E [tile_store]: id=437, tag=offline, variant=maps:mapbox.mapbox-terrain-v2/ coord=6[6->10]/51/30 : Tile store disk quota, including partial downloads, does not allow to download file. Please consider allowing in-memory download option.
Step to reproduce:
App is using Mapbox version 11.10.2
Use OfflineManager and TileStore to download a offline map name "AAA".
The offline "AAA" is successfully downloaded. I can observe the result by TileStoreObserver
Delete the offline map "AAA"
Download other offline map "BBB" at different location from the "AAA"
=> ISSUE: Mapbox returns error [type: DiskFull, message: Load was canceled] in 'onRegionLoadFinished' callback
Expected behavior
App can download new offline map normally after deleting other offline map.
Notes / preliminary analysis
I don't observe this issue in Mapbox version 11.0.0 (My application is using this version). I only observe the issue while trying to upgrade the Mapbox version to v11.10.x.
Additional links and references
The text was updated successfully, but these errors were encountered:
Environment
Observed behavior and steps to reproduce
Mapbox SDK always returns the following errors when I try to download a new offline map after deleting other stored offline maps.
Step to reproduce:
Expected behavior
Notes / preliminary analysis
Additional links and references
The text was updated successfully, but these errors were encountered: