-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Raster Flicker #2467
Comments
I'm not seeing any raster layers in the codepen so I think this is different than #2212 Which layers are flickering? lines? fills? text? |
Ah, I was wrong in the terminology. My bad 😭 It appears to be the map tiles (?). I do want to emphasize this is intermittent and best "found" on Chrome. Firefox seems to be quick clean 😬 You can de-prioritize this until I can get a consistent or reproducible screen capture for you 😞 |
Thanks for reporting @dflynn15! In the name of keeping our issue queue lean and mean, I'm going to close this until we can get a consistent or reproducible screen capture. Please re-open once you have one! |
I'm able to reproduce a raster flicker using production mapbox.mapbox-satellite, mapbox-gl 0.18.0, Chrome 50.0.2661.86, on current OSX. Flicker behavior happens consistently on fly-to events with with pitch 0 and > 0 in this demo, and this screen vid catches the issue (can't get a gif with high enough frame rate) in the upper left after the initial fly-to event. |
Much better capture with this video: |
I'm seeing this as well, and it's pretty jarring. |
When parent tile fades over child tile, we retain both through |
Is the flicker and the fade from black when zooming out the same issue? Looking at https://github.com/mapbox/mapbox-gl-js/blob/master/js/render/draw_raster.js#L51 it looks like the tile fading will fade from the parent tile if it exists but doesn't fade from the child tiles when zooming out. It seems like the fix is to include the 4 child tiles if they exist in the fade. |
Any movement on this? |
Not yet @scottgerring. We will be sure to hit this before our February release. |
* Make sure parent tiles are retained for fading Closes #2467 * Add unit tests
This is more or less just a question. I have been trying to track down a raster "flickering" that happens whenever the Map is animated using
pitch
and noticed that there was a previous issue and PR that in theory should have fixed this. Is there a possibility this has been re-introduced by the upgrades to0.17.0
If there is anything else I need to provide let me know!
mapbox-gl-js version:
0.17.0
Steps to Trigger Behavior
The text was updated successfully, but these errors were encountered: