-
-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Does MapboxGL.offlineManager.createPack support custom styles? #3652
Comments
I have the same issue |
@PeterFred Have you found a solution to this problem yet? |
@veinha unfortunately no. It is holding up our upgrade, as we have it working for Mapbox 8.5.0 |
Do you happen to have any news on this one? |
I have the same issue. Did anyone find a solution for this? |
I'm facing the same issue. I need to create an offlinePack using the createPack helper because my app hangs on iOS when navigating to a new location using the flyTo helper, especially when zoomed in or after zooming in at the destination. This problem only occurs on iOS; everything works fine on Android. I'm currently stuck and would appreciate any guidance on how to resolve this. |
@mfazekas is their any scope to getting offlineManager for custom styles working? |
Mapbox Implementation
Mapbox
Mapbox Version
10.1.31
React Native Version
0.75.4
Platform
iOS, Android
@rnmapbox/maps
version0.75.4
Standalone component to reproduce
Observed behavior and steps to reproduce
When i call the offlineManager.createPack method, I receive the status:
{"completedResourceCount": 0, "completedResourceSize": 0, "erroredResourceCount": 0, "loadedResourceCount": 0, "loadedResourceSize": 0, "name": "offlinePack", "percentage": NaN, "requiredResourceCount": 0, "state": "complete"}
I wonder if rnmapbox supports creating offline packs with custom styles?
Expected behavior
I want to get the following result.
{"completedResourceCount": 1, "completedResourceSize": 23786585, "erroredResourceCount": 0, "loadedResourceCount": 0, "loadedResourceSize": 0, "name": "offlinePack", "percentage": 3.225806451612903, "requiredResourceCount": 31, "state": "active"}
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: