add 'latest.gif' to radar parsing

This commit is contained in:
Matt Walsh 2020-09-08 20:07:09 -05:00
commit 90e659f09b
3 changed files with 52 additions and 37 deletions

View file

@ -51,6 +51,7 @@ const icons = (() => {
return addPath('Mostly-Clear.gif');
case 'ovc':
case 'ovc-n':
return addPath('Cloudy.gif');
case 'fog':