Group Details
Photographers
The weather is as important to us as the pilots!
Member List
-
RE: Your map uploads
Okanagan District-sites
https://www.windy.com/upload/626ed815bda822921441ce7f
Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader
-
RE: Your map uploads
Discovery Coast District-sites
https://www.windy.com/upload/626ed7924e1a1e3115fb7fae
Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader
-
RE: Your map uploads
Cascade District-sites
https://www.windy.com/upload/626ed6f5bda822921441ce7b
Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader
-
RE: Your map uploads
Chilliwack-RecSites
https://www.windy.com/upload/626ed67b4e1a1e3115fb7faa
Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader
-
RE: Your map uploads
Faroe Islands
https://www.windy.com/upload/625d235011ff640750fa979e
Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader
-
RE: Sun position plugin
I've now released version 0.3.4 that fixes another loading issue that resulted from changes on windy.
-
RE: Hello World not working
This is the content of the script.
import map from '@windy/map'; let popup = null; this.onopen = () => { console.log('I am being opened'); const center = map.getCenter(); if (popup) { popup.setLatLng(center); } else { popup = L.popup() .setLatLng(center) .setContent('Hello World') .openOn(map); } }; this.onclose = () => { console.log('I am being closed'); if (popup) { map.removeLayer(popup); popup = null; } };
From a quick look on Google, I read that the import statement cannot be used in the embedded scripts unless the script has a type=’ module.’ Could it be this the reason?
-
RE: Description of weather overlays
@korina Oh cool! I missed that part, thank you!