Navigation

    Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. Groups
    3. Photographers

    Group Details

    Photographers

    The weather is as important to us as the pilots!

    Member List

    Promor Promor
    Marienka Marienka
    A akumar22
    C CAVA.MEDIA
    Gate17 Gate17
    YTSW007SC.TTV YTSW007SC.TTV
    A anuraga
    lamika008 lamika008
    jseliab jseliab
    D Dannytsso
    tuua tuua
    R RASA 6
    S SummerSand
    GernotMeiser GernotMeiser
    mickmclaughlin mickmclaughlin
    J Josh Waldner
    Pferdnannten Pferdnannten
    J jesse k
    V Vinicius Dias
    orome orome
    • RE: Your map uploads

      windy.PNG

      posted in General Discussion
      A
      akumar22
    • RE: Your map uploads

      Okanagan District-sites

      https://www.windy.com/upload/626ed815bda822921441ce7f

      _center_shadow


      Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader

      posted in General Discussion
      T
      Tripleddd2
    • RE: Your map uploads

      Discovery Coast District-sites

      https://www.windy.com/upload/626ed7924e1a1e3115fb7fae

      _center_shadow


      Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader

      posted in General Discussion
      T
      Tripleddd2
    • RE: Your map uploads

      Cascade District-sites

      https://www.windy.com/upload/626ed6f5bda822921441ce7b

      _center_shadow


      Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader

      posted in General Discussion
      T
      Tripleddd2
    • RE: Your map uploads

      Chilliwack-RecSites

      https://www.windy.com/upload/626ed67b4e1a1e3115fb7faa

      _center_shadow


      Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader

      posted in General Discussion
      T
      Tripleddd2
    • RE: Your map uploads

      Faroe Islands

      https://www.windy.com/upload/625d235011ff640750fa979e

      _center_shadow


      Upload your own KML, GPX, GeoJSON file at https://www.windy.com/uploader

      posted in General Discussion
      luigitrevisi
      luigitrevisi
    • RE: Sun position plugin

      I've now released version 0.3.4 that fixes another loading issue that resulted from changes on windy.

      posted in Windy Plugins
      jacobsjo
      jacobsjo
    • RE: Hello World not working

      @rittels It worked now, thank you 🙏

      posted in Windy Plugins
      luigitrevisi
      luigitrevisi
    • 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?

      posted in Windy Plugins
      luigitrevisi
      luigitrevisi
    • RE: Description of weather overlays

      @korina Oh cool! I missed that part, thank you!

      posted in Frequently Asked Questions
      luigitrevisi
      luigitrevisi