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
V
Latest posts made by visualanimal
-
RE: Opening View
-
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?
-
RE: Creating API for TouchDesigner Software
Hi @marekd ,
Thank You for your reply :) -
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
-
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?