We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30962c3 commit c3d1b6aCopy full SHA for c3d1b6a
1 file changed
src/app/map/_components/map.tsx
@@ -12,7 +12,6 @@ export function Map() {
12
return (
13
<iframe
14
allowFullScreen
15
- allowTransparency
16
src={`https://embed.windy.com/embed2.html?lat=${
17
location.data?.latitude
18
}&lon=${location.data?.longitude}&zoom=6&level=surface&overlay=rain&product=ecmwf&menu=&message=true&calendar=now&pressure=true&type=map&location=coordinates&metricWind=mph&metricTemp=%C2%B0C&radarRange=-1`}
0 commit comments