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
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
When unchecking a VectorFieldAnim layer from a layer control, the console shows the following error several hundred times:
Uncaught TypeError: Cannot read property 'latLngToContainerPoint' of null
at e._drawParticle (L.CanvasLayer.VectorFieldAnim.js:122)
at L.CanvasLayer.VectorFieldAnim.js:109
at Array.forEach (<anonymous>)
at n (L.CanvasLayer.VectorFieldAnim.js:108)
at L.CanvasLayer.VectorFieldAnim.js:52
at Mn (d3.v4.min.js:2)
at Tn (d3.v4.min.js:2)
Is some asynchronous particle calculation not stopping after removing the map?
The text was updated successfully, but these errors were encountered:
When unchecking a
VectorFieldAnim
layer from a layer control, the console shows the following error several hundred times:Is some asynchronous particle calculation not stopping after removing the map?
The text was updated successfully, but these errors were encountered: