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

Offline Region conflicts after migrating vom V5 to V6 #11930

Closed
johanneslaubermoovel opened this issue May 17, 2018 · 1 comment
Closed

Offline Region conflicts after migrating vom V5 to V6 #11930

johanneslaubermoovel opened this issue May 17, 2018 · 1 comment
Labels
Android Mapbox Maps SDK for Android offline

Comments

@johanneslaubermoovel
Copy link

Platform: Android
Mapbox SDK version: 6.1.1.

Steps to trigger behavior

  1. Start the Project with V5.x.x and download map tiles, in our case Stuttgart, Germany area
  2. Upgrade the project to V6.1.1
  3. Request the offline regions

As you see in the screenshot, the requiredResourceCount for some regionswithstatus is smaller than the completedResourceCount. Which makes no sense in my understanding.

bildschirmfoto 2018-05-17 um 14 43 44

@fabian-guerra fabian-guerra added the Android Mapbox Maps SDK for Android label May 17, 2018
@jfirebaugh
Copy link
Contributor

This is likely due to #11055. It's harmless and can be ignored. Or you can create a new region, and then delete the old one. The common resources will be reused, and the 256 unused resources will be eligible for eviction from the cache.

cc @kkaefer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android offline
Projects
None yet
Development

No branches or pull requests

5 participants