Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. Siddharth Anand
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Siddharth Anand

    @Siddharth Anand

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Siddharth Anand Unfollow Follow

    Latest posts made by Siddharth Anand

    • RE: Erro with recent released API: Can not resolve @plugins/gl-particles module

      @Ondřej-Šutera "const options = {
      // Required: API key
      key: "", // REPLACE WITH YOUR KEY !!!

          // Put additional console output
          verbose: true,
      
          // Optional: Initial state of the map
          lat: 50.4,
          lon: 14.3,
          zoom: 2,
        };
      
        // Initialize Windy API
        windyInit(options, (windyAPI) => {
          // windyAPI is ready, and contain 'map', 'store',
          // 'picker' and other usefull stuff
      
          const { map, store, picker, overlays, broadcast } = windyAPI;
          L.popup().setLatLng([50.4, 14.3]).setContent("Hello World").openOn(map);
        });"
      
      posted in Windy API v4
      Siddharth AnandS
      Siddharth Anand
    • RE: Erro with recent released API: Can not resolve @plugins/gl-particles module

      @Ondřej-Šutera

      This is the script and i am getting Can not resolve @plugins/gl-particles module TypeError: Cannot read properties of undefined (reading 'extend') and Failed to load/open: gl-particles TypeError: t.open

      posted in Windy API v4
      Siddharth AnandS
      Siddharth Anand
    • RE: Erro with recent released API: Can not resolve @plugins/gl-particles module

      @marekd Getting same issue can you help?

      posted in Windy API v4
      Siddharth AnandS
      Siddharth Anand