Error by `gl-particles.js`
-
Hi! When trying to shut down the map executing
map.remove()
, the following error is being thrown multiple times:The error is being constantly thrown with a very short period, probably each 10ms. Only the page reload stops it.
Thank you!
-
-
Hey guys! Any reply? Should it be ever fixed?
Without
map.remove()
being properly executed we cannot reinitialize the map in out SPA application. Please pay your attention to this issue. -
-
-
@Kostya-Net Hello, the available solution is to load Windy API in iframe or completely unload Windy from your website and then load it again.
-
@Korina thanks, but it won't work for us since we draw markers, polylines, polygons, show popups and tooltips. I sincerely cannot understand WHY you do not want to make this simple fix.
People pay money for their subscriptions to your service, so they can demand some features to work properly.
-
-
Calling close on gl-particles fixed that error for me ```
W["@plugins/gl-particles"].close();But.. I still have issues re-starting a 2nd instance after a teardown.
-
Hello @blq !
Thank you very much, this really works!
Please drop a glance at our way of shutting the map down.
https://community.windy.com/post/122063