Windy Community

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

    Posts made by kalkal

    • RE: Adding windy Tile in a leaflet environment

      Thank you for your answer. I will try to manage the integration of windy in Vue

      posted in Developers
      K
      kalkal
    • Adding windy Tile in a leaflet environment

      Hello everyone,
      I found two topics having issues looking like mine but none got answsered.
      I have a project running under leaflet (and vue js).
      I want to add windy wind tile in Leaflet. So I did this :

      tileProviders: [
              { // openStreetMapTile
                id: "1",
                name: "Default",
                url: "https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
                attribution:
                  "© Openstreetmap France | © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors",
                maxNativeZoom: 17
              },
              { // what I tried  to display the tile I wanted
                id: "2",
                name: "Windy",
                url:
                  "https://tiles-s.windy.com/tiles/v9.0/darkmap-retina/{z}/{y}/{x}",
                attribution:
                  "Windy",
                maxNativeZoom: 17,
                apikey: 'myWindiAPI',
              }
      

      It didn't work. The tile was not displayed. When I check the network tab, I have 302 message.
      I hope there's someone who can guide me here

      posted in Developers
      K
      kalkal
    • RE: Windy leaflet plugin - how to render Windy Layer in existing Leaflet map of our app?

      I'm asking the same question here

      posted in Windy API v4
      K
      kalkal