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
I display annotations dynamically, and when I hide them I can see in logs the following error: [maps-android\Mbgl-StyleObserver]: OnMapLoadError: Source, message: Source mapbox-android-polylineAnnotation-source-1 is not in style, sourceID: null, tileID: null
Expected behavior
The map shouldn't use the removed annotation source.
Environment
Observed behavior and steps to reproduce
I display annotations dynamically, and when I hide them I can see in logs the following error:
[maps-android\Mbgl-StyleObserver]: OnMapLoadError: Source, message: Source mapbox-android-polylineAnnotation-source-1 is not in style, sourceID: null, tileID: null
Expected behavior
The map shouldn't use the removed annotation source.
Notes / preliminary analysis
the problem is easy to reproduce:
Click the button to show the annotation, then click again, and you will see the error in the logs.
The text was updated successfully, but these errors were encountered: