Skip to content
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]: Not create offlinemap #3643

Closed
vienha opened this issue Oct 5, 2024 · 1 comment
Closed

[Bug]: Not create offlinemap #3643

vienha opened this issue Oct 5, 2024 · 1 comment
Labels
bug 🪲 Something isn't working reopen-on-code-fixed

Comments

@vienha
Copy link

vienha commented Oct 5, 2024

Mapbox Implementation

Mapbox

Mapbox Version

10.1.31

React Native Version

0.75.4

Platform

iOS, Android

@rnmapbox/maps version

10.1.31

Standalone component to reproduce

await offlineManager.createPack(
{
name: mapName,
styleURL: styleURL,
minZoom: 0,
maxZoom: 17,
bounds: boundbox,
},
progressListener,
errorListener,
);

Observed behavior and steps to reproduce

when i call offlinemanager.creatPack not error but status: {"completedResourceCount": 0, "completedResourceSize": 0, "erroredResourceCount": 0, "loadedResourceCount": 0, "loadedResourceSize": 0, "name": "offlinePack", "percentage": NaN, "requiredResourceCount": 0, "state": "complete"}

Expected behavior

No response

Notes / preliminary analysis

No response

Additional links and references

No response

@vienha vienha added the bug 🪲 Something isn't working label Oct 5, 2024
Copy link

github-actions bot commented Oct 5, 2024

No code example found in issue body - More info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working reopen-on-code-fixed
Projects
None yet
Development

No branches or pull requests

1 participant