weather.gov N arrow

This commit is contained in:
vincep5 2019-02-26 14:51:09 -06:00
parent 3a034ecec8
commit d8765578c8

View File

@ -263,6 +263,8 @@ WeatherProvider.register("weathergov", {
return 326.25;
} else if (direction === "NNW") {
return 348.75;
} else {
return 0;
}
}
});