forward/back navigation through travel forecast with timing

This commit is contained in:
Matt Walsh
2020-09-04 15:46:31 -05:00
parent f27db7c66e
commit 81378359c9
4 changed files with 108 additions and 46 deletions

View File

@@ -15,6 +15,7 @@ class LatestObservations extends WeatherDisplay {
}
async getData(weatherParameters) {
super.getData();
// calculate distance to each station
const stationsByDistance = Object.keys(_StationInfo).map(key => {
const station = _StationInfo[key];