Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. visualanimal
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    visualanimal

    @visualanimal

    0
    Reputation
    2
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    visualanimal Unfollow Follow

    Latest posts made by visualanimal

    • RE: Opening View

      Hi @rittels ,
      I have tried it but I am not able to see whole map on opening. I am basically try to embed map on projection for my school project. Thus I need to see map like this: https://en.wikipedia.org/wiki/File:Equirectangular_projection_SW.jpg

      posted in Developers
      V
      visualanimal
    • RE: Opening View

      Hi @marekd,
      Thank you for your interest.I have tried to add codes to my js. file but have failed.

      const options = {
          // Required: API key
          key: 'MY KEY', // REPLACE WITH YOUR KEY !!!
      
          // Put additional console output
          verbose: true,
      
          // Optional: Initial state of the map
          lat: 50.4,
          lon: 14.3,
          zoom: 3,
      };
      
      // Initialize Windy API
      windyInit(options, windyAPI => {
          // windyAPI is ready, and contain 'map', 'store',
          // 'picker' and other usefull stuff
      
          const { map } = windyAPI;
          // .map is instance of Leaflet map
      
        
      });
      
      

      This is my simple code. Where should I add it?

      posted in Developers
      V
      visualanimal
    • RE: Creating API for TouchDesigner Software

      Hi @marekd ,
      Thank You for your reply :)

      posted in Developers
      V
      visualanimal
    • Opening View

      Hi All,
      When I open Map Forecast API on my page, the frame is seen with a little bit zoom. I want to show whole world on opening. How could I do this?

      Note: On script file zoom: 1

      posted in Developers
      V
      visualanimal
    • Creating API for TouchDesigner Software

      Hello Windy Family,
      I am new here and want to use windy data API for my school project. I am using TouchDesigner software for this project and data will go here. So I have a question for creating API key. While I am creating an API key, it asks me about website or application ID; but I will use API on local software. How should I fill this section: Project Identification?

      posted in Developers
      V
      visualanimal