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

sourceCaches has been renamed in mapbox-gl #343

Open
kbrownlees opened this issue Sep 7, 2021 · 0 comments
Open

sourceCaches has been renamed in mapbox-gl #343

kbrownlees opened this issue Sep 7, 2021 · 0 comments

Comments

@kbrownlees
Copy link

Describe the bug

As of ~12 months ago sourcesCache in the map style has been renamed into three different variables: https://github.com/mapbox/mapbox-gl-js/blob/36533f3683dd48837ab07095fb6484165d9ee400/src/style/style.js#L139. This means any call which hits _updateTileSource in Source will cause a whitescreen because it tries to lookup a value in the sources cache - https://github.com/urbica/react-map-gl/blob/master/src/components/Source/index.js#L166.

@kbrownlees kbrownlees changed the title sourceCaches has been renamed sourceCaches has been renamed in mapbox-gl Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant