@pavelmedia Thanks for the feedback.
"can't access property "start", info is null"
I wasn't able to reproduce that error. It was related to a feature I was working on but have since abandon. I have now removed all code related to the radar calendar so hopefully that clears it up on your end.
"the onDestroy method should remove all listeners with store.off(), map.off()"
I have removed all references to store
and added the missing map.off
calls to the onDestroy
per your recommendation.
"did you know Windy has a weather warnings layer? Did you find any missing data?"
Yes, I am aware of the Weather Warnings layer and I am not aware of any missing data.
I was inspired by YouTubers like Ryan Hall with their real-time radar/alert displays. I wanted to track storms on the Windy radar and see the what alerts were active in the viewed region in real-time.
The existing Weather Warnings layer currently shows more alerts than my plugin because I can only show alerts where the NWS API provides the geometry. I'm working on a solution to support alerts without geometry provided and match the level of functionality of the Weather Warnings layer.
I have updated my plugin and published version 1.0.1.
Source: https://github.com/RyanMathewson/windy-plugin-usa-nws-alerts/tree/1.01
Install: https://windy-plugins.com/1013994/windy-plugin-usa-nws-alerts/1.0.1/plugin.min.js
Let me know if there is anything else I need to do for this to be published. Thanks for your support and the lovely Windy app!
