-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
Globe: Flickering and missing layers when panning/zooming #5025
Comments
You have linked an issue and not a PR. The relevant PR is: Please create a minimal reproduction of this issue, as the linked jsbin contains a lot of complicated logic around tile loading... |
Cc: @NathanMOlson |
|
This style still has too many layers, can you simplify it, and hopefully revive the PMTiles related code (as those can introduce noise)? |
It looks a lot like z-fighting to me. Could be some subdivision issue |
Do we see issues only with the |
I will try to replicate this with some geojson, but that will take some time. |
I haven't seen this issue with other layer types. |
Due to maplibre/maplibre-gl-js#5025 This reverts commit d11a81b.
I'm also seeing this issue on OpenInfraMap, which isn't using PMTiles. I believe it's only happening on line layers. |
I do see some flickering in Screen.Recording.2024-11-09.at.22.08.09.mov |
Demo with geojson as a source and just a few line-layers. Fewer layers seemingly makes it a little bit harder for the bug to show up, but zooming in on one of the lines should work. |
Can you add a video of the problem in the latest shared jsbin? I'm not sure I can't see the issue... |
I zoomed in quite far, and got this: Screen.Recording.2024-11-10.at.15.06.04.mov |
Thanks @birkskyum for the video! |
maplibre-gl-js version: 5.0.0-pre.6
browser: bing, chrome
Steps to Trigger Behavior
Link to Demonstration
https://jsbin.com/zusijan/edit?html,output
bandicam.2024-11-09.15-23-26-826.mp4
Expected Behavior
No flickering and complete drawing of layers.
Actual Behavior
This bug is apparently present since the merge of #3983
The text was updated successfully, but these errors were encountered: