-
Notifications
You must be signed in to change notification settings - Fork 210
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
TileLoading / TileMesh-Generation causing visual glitches --> non necassary empty tiles #1849
Comments
@Markovicho this is the torturous issue I have been struggling for months (in different branches/applications/ways etc). I can't remember latest on performance branch but I thought it was fixed there. I'll try to look into that soon. |
I checked this quickly today turns out it's not the default behavior and branch normally acts as I thought it should (tiles filling in for each other etc). so this should be a bug, probably due to some sort of different settings (or a cache related issue). |
Hey @brnkhy thx for taking your time so quickly regarding this issue. I will check out performance branch in a separate project and try to reproduce it. |
bad news @brnkhy
Result: It seems to work well for the first time i move up to zoomlevel 2. 2022-02-08.17-52-37.mp4switched to Android and this what it looks like on phone: screen-20220208-181340.mp4 |
@brnkhy any news on this one ? |
Hello: any resolution to this problem? |
@Markovicho @neoneper I haven't had a chance to look into it for that exact commit (branch) but I think it's working much better now. |
Hello, where can i find the vector layer feature ? i would like to replace the raster tile with vector maps |
We using the latest commit from performance branch:
Basic 2D Map is working really well and i see no bugs in terms of a critical issues or crashes at all. Nice work so far and we are pretty much looking forward to the refactored version of AbstractMap and VectorFeatures.
@brnkhy
But we experience visual glitchtes while lerping between zoom-levels. Especially in some cases where the ZoomLevel changes to the next whole number (11.01 --> 10.99) seems to trigger the glitch based on the regeneration of the tilemesh-layout combined with tile-texture loading. Whats happening in the below video for a few milliseconds can be extrapolated to multiple seconds for RangeAroundCenter with large extents. By the way it does not matter which kind of TileProvider you're using (CameraBounds, RangeAroundCenter etc)
If it would be helpful to reproduce the issue i could create a little sampleproject including an animated zoomlevel-change which is causing the issue constistently. @brnkhy would that be helpful or is the issue easy to reproduce ? :-)
MapBox_TileMesh_Creation_Issue_case1.mp4
The text was updated successfully, but these errors were encountered: