expose more data for scroll messages
This commit is contained in:
parent
e4ce0b6cc6
commit
9b422dd697
3 changed files with 4 additions and 3 deletions
|
|
@ -109,6 +109,7 @@ const getWeather = async (latLon, haveDataCallback) => {
|
|||
weatherParameters.forecast = point.properties.forecast;
|
||||
weatherParameters.forecastGridData = point.properties.forecastGridData;
|
||||
weatherParameters.stations = stations.features;
|
||||
weatherParameters.relativeLocation = point.properties.relativeLocation.properties;
|
||||
|
||||
// update the main process for display purposes
|
||||
populateWeatherParameters(weatherParameters, point.properties);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue