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

    kaleshazoom

    @kaleshazoom

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

    kaleshazoom Unfollow Follow

    Latest posts made by kaleshazoom

    • RE: Use Windy layer over our own map

      @tsc How would you manage to do it ? kindly share me the details if you have achieved it.

      posted in Windy API v4
      K
      kaleshazoom
    • RE: how to integrate windy api in GIS cloud layer?

      @kaleshazoom Tried the below code to integrate this map as a layer to GIS cloud map. Still no luck.
      function addwindylayer(layer,windymap) {
      $("#small_map").click(function() {
      const options ={
      key:'windy key',
      model:"gfs",
      layer:"temperature",
      zoom:18
      };
      windyInit(options, windyAPI =>{
      const {map} = windyAPI
      layer.addTo(windymap);
      windymap.options.maxZoom = 18;});
      });
      }

      posted in Windy API v4
      K
      kaleshazoom
    • how to integrate windy api in GIS cloud layer?

      We are trying to integrate the WINDY api into GIS cloud layer, and we are successfully able to load the windy as separate map, but unable to load windy map inside GIS cloud api. Need support on this. Attached screenshot for our reference.Windy_issue.PNG

      posted in Windy API v4
      K
      kaleshazoom