-
Notifications
You must be signed in to change notification settings - Fork 212
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
The animation frame stop working when ZOOM the map #53
Comments
Also looking for a solution to this problem. Data is rendering poorly when user interactions (pans, zooms) the map, with data ghosting, or being scaled incorrectly and mis-located. |
|
The problem is that, as noted in #issue 40, the functions _clearAndRestart _clearWind do not work, but I couldn't find the solution. So I manage to improve the rendering by altering the code like following : in L.VelocityLayer.js > _initWindy: (L134 )
and in windy.js > stop: , add the code so that it clears the layer in the stop() function (L556) note that I made this with a node-red integration of this module, so it might not work as it for you I hope this will help ! Enregistrement.de.l.ecran.2025-01-04.a.09.59.04.mp4 |
我像这样修改是缩放拖动的时候会消失掉canvas 然后又重新展示 但是没有您那视频里面的快 会有一秒的停顿 没有您视频里面那么快 您知道我应该怎么做吗 谢谢 |
Uploading 2025-01-06 093224.mp4… |
The animation frame stop working when ZOOM the map but if I move the map just a little bit the animation frame get back to the right place...
Please see file attached.
Does anyone here know how can I fix this please?
Thanks much in advance and best regards!
The text was updated successfully, but these errors were encountered: