Enable users to overlay real-time weather data on the map. This feature should display conditions like temperature, precipitation, wind speed, and other meteorological data, allowing for a more immersive and informative experience on both plane and globe maps.
Idea to work on:
export function getWeatherForLocationEndpoint(location: Coordinate) {
return https://api.met.no/weatherapi/locationforecast/2.0/compact?lat=${location.lat}%2C23&lon${location.lng}%2C8
}
Enable users to overlay real-time weather data on the map. This feature should display conditions like temperature, precipitation, wind speed, and other meteorological data, allowing for a more immersive and informative experience on both plane and globe maps.