qconrad / intellistar-emulator

A web application that displays weather information in the same visual presentation as the cable headend unit Intellistar.
https://qconrad.github.io/intellistar-emulator/
MIT License
90 stars 71 forks source link

Radar Fix #39

Closed rmitchellscott closed 1 year ago

rmitchellscott commented 1 year ago

This PR switches the radar to use the NWS radar.weather.gov page inside an iframe. It also supports an increased zoom while alerts are active.

I did remove the original precip legend, as the NWS page has its own with timestamps included. If we want to preserve the look of the original, I can mess around with the iframe more to see if I can remove the NWS legend. It also does seem to be 2 hr radar, so I updated the title to reflect that.

I took some inspiration from BennyDaBee's radar solution and generalized and iterated on it.

Fixes #20 #31 #32 Radar Screenshot