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'm having an issue with my mapbox style after upgrading the SDK to any version past 1.1.0. Layers in my styles.json start to disappear and reappear randomly at various zoom levels after a short time of using the map. It's almost like whole tiles just pop in and out. As soon as I move up to 2.0.0 and beyond, this issue happens (testing on iOS, not sure if this happens on Android too).
I should also mention that I’m using a tile server to serve my tiles, and this behavior doesn’t occur when I test on the web.
Here is my flutter widget as well as the linked styles.json file thats being used.
Let me know if there is any more information that I can provide.
The text was updated successfully, but these errors were encountered:
adambeer
changed the title
Upgrading past 1.1.0 causes styles source data to render
Upgrading past 1.1.0 causes styles source data to flicker
Dec 12, 2024
Hi @adambeer, thank you for the detailed report, I'm able to reproduce the issue with the style url you have provided. The issue appears to be another instance of #800.
@evil159 Has there been any progress made on this or #800? There are lots of improvements we would like to take advantage of in later SDK's but are stuck on 1.1.0 until this issue is resolved.
I'm having an issue with my mapbox style after upgrading the SDK to any version past 1.1.0. Layers in my styles.json start to disappear and reappear randomly at various zoom levels after a short time of using the map. It's almost like whole tiles just pop in and out. As soon as I move up to 2.0.0 and beyond, this issue happens (testing on iOS, not sure if this happens on Android too).
I should also mention that I’m using a tile server to serve my tiles, and this behavior doesn’t occur when I test on the web.
Here is my flutter widget as well as the linked styles.json file thats being used.
Let me know if there is any more information that I can provide.
The text was updated successfully, but these errors were encountered: