Navigation

    Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. gregora
    3. Topics
    G
    • Profile
    • Following 1
    • Followers 0
    • Topics 8
    • Posts 11
    • Best 4
    • Groups 1

    Topics created by gregora

    • G

      How to listen for plugin-menu event
      Windy API v4 • • gregora

      3
      0
      Votes
      3
      Posts
      340
      Views

      jakubvrana

      Note the typo pluginOpend -> pluginOpened.

    • G

      Forecast progress bar length and interval
      Windy API v4 • • gregora

      1
      1
      Votes
      1
      Posts
      306
      Views

      No one has replied

    • G

      Remove "Welcome to Windy API v4." console log
      Windy API v4 • • gregora

      2
      0
      Votes
      2
      Posts
      379
      Views

      marekd

      Unfortunately it is not possible. You can use for example Chrome, which allows you to filter out console output using regex to make debugging easier.

    • G

      How to revemo windy object W?
      Windy API v4 • • gregora

      3
      0
      Votes
      3
      Posts
      544
      Views

      G

      @siim I used the same "hack" as described here https://community.windy.com/topic/6503/redrawing-or-reinitialising-windyapi-in-a-single-page-app/5

      The bad thing about this is that it will load the scripts again every time I load my component (but ok since we're not developing for mobile devices, data usage shouldn't be an issue for now)

      Would be cool if the map could be initialized per component or if you would be able to change the options without calling windyInit again.

    • G

      Include 2 or more windy maps on page
      Windy API v4 • • gregora

      1
      2
      Votes
      1
      Posts
      289
      Views

      No one has replied

    • G

      Trigger event on forecast bar change
      Windy API v4 • • gregora

      5
      0
      Votes
      5
      Posts
      470
      Views

      G

      @siim perfect this works yes. Thank you!

    • G

      Add wind speed legend
      Windy API v4 • • gregora

      4
      0
      Votes
      4
      Posts
      521
      Views

      siim

      try:
      W.map.removeLayer(W.labelsLayer);