Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login

    There are three problems. Please help me!

    Windy API v4
    4
    6
    718
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 위
      위디비
      last edited by

      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

      SutyS 1 Reply Last reply Reply Quote 1
      • SutyS
        Suty Administrator @위디비
        last edited by

        Hi @위디비

        1. Do you specifically mean our app by that regular internet network, or your version of API?
        2. Unforutnately, since the last zoom level, which offers our map with data, is 11, there is no higher zoom possibility in our API.
        3. If you mean radar data, there is no possibility to use this layer in Windy Map API.
        1 Reply Last reply Reply Quote 0
        • 위
          위디비
          last edited by

          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?

          SutyS 1 Reply Last reply Reply Quote 0
          • SutyS
            Suty Administrator @위디비
            last edited by

            @위디비

            1. Unfortunately, this map background is not part of our API, so if you want to have anything similar, you need to insert your own map from different provider.
            2. No, it isn't, there is no possibility, in general, to change the default map.
            1 Reply Last reply Reply Quote 0
            • 위
              위디비
              last edited by

              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!

              SutyS 1 Reply Last reply Reply Quote 0
              • SutyS
                Suty Administrator @위디비
                last edited by

                @위디비 As I said setting a default/startup layer has never been possible. I am sorry about that.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
                NodeBB & contributors, OSM & contributors, HERE maps
                Terms of Use     Privacy Policy