Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. Doitc GIS
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Doitc GIS

    • RE: Map-Forecast API has issue with Freezing altitude ISOLINES

      @Doitc-GIS

      let isolines = store.getAllowed('isolines');
      isolines.push('deg0');
      setTimeout(() => {
      store.defineProperty('isolines', 'allowed', isolines);
      }, 100);

      adding these line forcefully rectified the issue...

      posted in Windy API v4
      Doitc GISD
      Doitc GIS
    • RE: Map-Forecast API has issue with Freezing altitude ISOLINES

      @Korina :: 18679c43-8a19-4297-9f80-d0fada1c394c-image.png

      I am able to select all display isolines except "Freezing Altitude". It is working fine in your live application.

      Not getting any answer from documentation. Please suggest.

      posted in Windy API v4
      Doitc GISD
      Doitc GIS
    • RE: Map-Forecast API has issue with Freezing altitude ISOLINES

      @administrators @KORINA::: please help. it is required urgently.

      posted in Windy API v4
      Doitc GISD
      Doitc GIS
    • Map-Forecast API has issue with Freezing altitude ISOLINES

      Hi I am using https://api.windy.com/assets/map-forecast/libBoot.js' library in my application.

      I am using paid version of it.

      I can see Freezing altitude option in display isoline card but not able to select it. I tried to debug it and found deg0 is not an allowed value.

      This is somehow missing in api.

      Please fix the issue asap.

      Somehow it is handled in windy.app live version.

      posted in Windy API v4
      Doitc GISD
      Doitc GIS