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
This bug only works for one layer with urlTemplate: "https://core-renderer-tiles.maps.yandex.net/tiles?l=skl&v=24.08.30-0-b240902091900&x={x}&y={y}&z={z}&scale=1&lang=ru_RU&projection=web_mercator"
That's the mystery cause at the web application with the same link everything is fine;
Another layers from "maps-yandex" and our own services is working fine, but this one has problem like that:
After changing zoom and loading new level of tiles, previous level still at the screen with the new level of tiles, BUT!!! after moving map, or changin zoom a little bit, just for 1 pixel, previous layer is hiding, and everything looks nice, but map doesn't doin it automatically, so check this issue, please :)
This is the last "look and feel" issue left to fix for my project.
That said, I"m not even sure how much faster you can make this happen compared to my method of waiting 32 ms after map has stopped moving. Unless you are able to somehow "pull the tablecloth" out from under the new tile as soon as it arrives.
What is the bug?
This bug only works for one layer with urlTemplate: "https://core-renderer-tiles.maps.yandex.net/tiles?l=skl&v=24.08.30-0-b240902091900&x={x}&y={y}&z={z}&scale=1&lang=ru_RU&projection=web_mercator"
That's the mystery cause at the web application with the same link everything is fine;
Another layers from "maps-yandex" and our own services is working fine, but this one has problem like that:
After changing zoom and loading new level of tiles, previous level still at the screen with the new level of tiles, BUT!!! after moving map, or changin zoom a little bit, just for 1 pixel, previous layer is hiding, and everything looks nice, but map doesn't doin it automatically, so check this issue, please :)
How can we reproduce it?
Only one thing that you need is try to build TileLayer with next urlTemplate: "https://core-renderer-tiles.maps.yandex.net/tiles?l=skl&v=24.08.30-0-b240902091900&x={x}&y={y}&z={z}&scale=1&lang=ru_RU&projection=web_mercator". Then u have to try zoom it in/out and load new tiles. Do it without any other moves and You will face the problem :)
Do you have a potential solution?
I dont know really, but one big hint is that bug works only for that link in my practice :C
Platforms
Samsung Galaxy A10 / Virtual device: Android 13.0 "Tiramisu"
Severity
Obtrusive: Prevents normal functioning but causes no errors in the console
The text was updated successfully, but these errors were encountered: