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
Hello, I am having an issue that seems to be specific to Android when trying to dynamically render multiple RasterLayer elements. Specifically, the layers do not display on the map, even though I have confirmed that the render function runs (and it works/displays just fine on iOS). If I force a re-draw of MapLibreGL.MapView the layers will show up properly, but this resets the map camera location and flashes to white which is not a great user experience. Here is some example code:
Hello, I am having an issue that seems to be specific to Android when trying to dynamically render multiple
RasterLayer
elements. Specifically, the layers do not display on the map, even though I have confirmed that the render function runs (and it works/displays just fine on iOS). If I force a re-draw ofMapLibreGL.MapView
the layers will show up properly, but this resets the map camera location and flashes to white which is not a great user experience. Here is some example code:Is there something special I need to be doing to get this to work on android as expected?
Environment
@maplibre/maplibre-react-native
Version: 10.0.0-alpha.24react-native
Version: 0.74.5expo
Version: 51.0.39Additional context
I am using Expo development builds on physical devices (ios/android) as well as emulators
The text was updated successfully, but these errors were encountered: