NWACus / avy

Mobile-Native Viewing of NAC Avalanche Forecasts
MIT License
10 stars 6 forks source link

AvalancheForecastZoneMap: update watch/bulletin behavior #698

Closed stevekuznetsov closed 5 months ago

stevekuznetsov commented 5 months ago

The warnings endpoint can return three different types of products (warnings, watches and special bulletins). We only want the map to flash when there's an active warning.

A small fix to add 1 day to the warning fetch hook for the time machine, since the NAC API assumes a date and appends a time to it.

stevekuznetsov commented 5 months ago

Fixes https://github.com/NWACus/avy/issues/696