feat: add Open-Meteo weather forecast
This commit is contained in:
@@ -59,6 +59,8 @@ export function findNearestSynopStation(location: LocationSearchResult, stations
|
||||
return {
|
||||
name: location.name,
|
||||
province: location.province,
|
||||
latitude: location.latitude,
|
||||
longitude: location.longitude,
|
||||
stationId: nearest.station.id,
|
||||
stationName: nearest.station.name,
|
||||
distanceKm: Math.round(nearest.distanceKm),
|
||||
|
||||
Reference in New Issue
Block a user