forward/back navigation through travel forecast with timing
This commit is contained in:
parent
f27db7c66e
commit
81378359c9
4 changed files with 108 additions and 46 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue