Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. 위디비
    위
    Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 4
    • Posts 7
    • Groups 0

    위디비

    @위디비

    1
    Reputation
    5
    Profile views
    7
    Posts
    1
    Followers
    1
    Following
    Joined
    Last Online
    Website localhost
    Location 광주광역시

    위디비 Unfollow Follow

    Best posts made by 위디비

    • There are three problems. Please help me!
      1. Within the company's internal network, the local names of the default map of the 'Windy API' are expressed in English. However, it is expressed in Korean on a regular Internet network.
        I always want to express this in Korean. What should I do?

      2. Can windy api' use zoom level up to 11? Can I use more?

      3.I want to use the basic map as a rainfall and lightning map in "windy api". What should I do?
      var options = {
      key: key, // REPLACE WITH YOUR KEY !!!
      lat: 36.4703327,
      lon: 128.0149211,
      zoom: 8,
      map: 'thunderforest:spinal-map',
      overlay: 'thunderstorms'
      };
      I tried as above, but it doesn't apply. T.T

      posted in Windy API v4
      위
      위디비

    Latest posts made by 위디비

    • There is a bug in the windy api.

      I asked for isobaric lines on certain pages, but they show up on every page on that server. So I removed isobaric requests from certain pages. But they still show up on every page.

      Why is it like this?
      The isobaric line display was as follows.

      let isPressureLinesActive = false;

      				let store = windyAPI.store;
      				
      			    document.getElementById('toggle-pressure').addEventListener('click', function () {
      			          if (isPressureLinesActive ) {
      			        	  console.log(1111)
      			        	  store.set('isolines', null);  // 등압선(기압선) 비활성화
      			          } else {
      			        	  console.log(2222)
      			              store.set('isolines', 'pressure' );  // 등압선(기압선) 활성화
      			          }
      			          isPressureLinesActive = !isPressureLinesActive;  // 토글 상태 변경
      			      });
      

      Is the request method wrong?
      Is there any other way to request it?

      posted in Windy API v4
      위
      위디비
    • I want to change Windy's basic background map.

      The name of the area appears on the background map, and I want to delete the name of the area, but I wonder if I can only change the background.
      Or I wonder if it is possible to request a background road without a local name when requesting a Windy API.
      windy.PNG

      posted in Windy API v4
      위
      위디비
    • RE: There are three problems. Please help me!

      I'm really sorry. I might have misrepresented the words, so I'll ask you one last time.
      695de513-5d01-4999-b995-ee4210212e7d-image.png
      Is there really no way to set "Rain, Thunder" as the default instead of "Wind" when I first call "Windy API"?
      "chat GPT" tells you there are several possible ways, but was it only possible before?

      I tried to change the "options" information while calling "Windy API" as below, but it doesn't work properly.

      var options = {
      key: key, // REPLACE WITH YOUR KEY !!!
      lat: 36.4703327,
      lon: 128.0149211,
      zoom: 8,
      map: 'thunderforest:spinal-map',
      overlay: 'thunderstorms'
      };

      var options = {
      key: '7A0ASvBKxfCwbMwbDWOFPneRSAzn489P', // REPLACE WITH YOUR KEY !!!
      lat: 36.4703327,
      lon: 128.0149211,
      zoom: 12,
      crs: L.CRS.EPSG3857
      overlays: ['rain', 'wind', 'thunderstorms', 'temperature'],
      baselayers: ['rain']
      //map: 'thunderforest:spinal-map',
      //overlay: 'thunderstorms'
      //overlay: 'ecmwf' /
      //map: 'thunder'
      };

      I hope you understand the direction of how I want to develop "Windy API" and get a positive answer. Have a happy day today!

      posted in Windy API v4
      위
      위디비
    • RE: There are three problems. Please help me!

      26872813-01cc-48af-894d-8e7f9d204be9-image.png

      1. Currently, if you are above level 11 on the Windy homepage, it will be changed to another map, but is it impossible to make it like this?

      4abb578d-ea30-496b-a295-e3d517ea0082-image.png
      2. Is there a way to use 'Rain, Thunder' as the default map?

      posted in Windy API v4
      위
      위디비
    • There are three problems. Please help me!
      1. Within the company's internal network, the local names of the default map of the 'Windy API' are expressed in English. However, it is expressed in Korean on a regular Internet network.
        I always want to express this in Korean. What should I do?

      2. Can windy api' use zoom level up to 11? Can I use more?

      3.I want to use the basic map as a rainfall and lightning map in "windy api". What should I do?
      var options = {
      key: key, // REPLACE WITH YOUR KEY !!!
      lat: 36.4703327,
      lon: 128.0149211,
      zoom: 8,
      map: 'thunderforest:spinal-map',
      overlay: 'thunderstorms'
      };
      I tried as above, but it doesn't apply. T.T

      posted in Windy API v4
      위
      위디비
    • RE: Map Forecast API Upgrade Error

      @Ondřej-Šutera

      HI. This is choi

      I want to ask you about our Professional Map Forcast API error

      We've already done the testing for your trial vision.
      So we upgraded to the professional version 4 days ago.

      but It's not working well

      For the last two days since we registered with our professional key, we haven't seen anything.
      And now it looks the same as the trial version.

      We just changed from a trial key to a professional key on our system
      We want to show the wind, temperature, pressure layers and other layers (rain accumulation etc) to the system.

      I'm not sure what we should do
      Please tell us what we should do

      Thank you.

      posted in Windy API v4
      위
      위디비
    • Map Forecast API Upgrade Error

      I paid to upgrade Map Forecast API to Professional among Windy APIs, but nothing has changed. It's the same. Why is this?
      It's the same as the Trial version. The zoom level is the same and the information provided is the same.. What's wrong?

      posted in Windy API v4
      위
      위디비