Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. dirtgambit
    3. Posts
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 12
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Windy Authorization Offline

      How are we able to catch this error?

      posted in Windy API v4
      D
      dirtgambit
    • RE: Free API removal

      This has been resolved thank you windy and miloslav

      posted in Windy API v4
      D
      dirtgambit
    • Free API removal

      Hi, for months we have tried to pay for the api, the sales team started ghosting, will this ghosting issue be resolved before the Free API is removed?

      posted in Windy API v4
      D
      dirtgambit
    • RE: Premium pricing no response

      This happened to me to, milo started ghosting, not what youd expect when your trying to pay for something so there must be another reason, we suspect what this reason might be, and now with the free api getting taken away its leaving a lot of people high and dry when you have no confidence in the sales department of windy

      posted in Windy API v4
      D
      dirtgambit
    • UTC dragging timeline bug

      I set zuluMode to on with W.store.set('zuluMode', true);

      if I drag the timebar along I can see the UTC time is sometimes around 4 or 5 hours out from my local time of GMT, If I just play the time bar everything works as expected

      regards

      posted in Windy API v4
      D
      dirtgambit
    • zulumode api

      Where do we set the zulumode to on with the api version?
      regards

      posted in Windy API v4
      D
      dirtgambit
    • disable windy picker on map click

      can the picker be disabled on map click, I have put in leaflet draw so when im clicking making a polyline the picker keeps showing up, during drawing id like to disable the picker and re-enable it on the draw finished event.

      also noticing when I edit a polyline using windy, the edit icons don't appear on draw or edit, is this a css thing?

      regards

      posted in Windy API v4
      D
      dirtgambit
    • RE: TMS layer with set url

      ok so I was able to get a tms layer working by doing this
      map.baseLayer.options.tms = true;
      map.baseLayer.options.maxZoom = 18;
      map.baseLayer.options.minZoom = 2;
      map.baseLayer.options.opacity = 0.50;
      map.baseLayer.options.attribution = 'NOT TO BE USED FOR NAVIGATION'
      map.baseLayer.setUrl("https://wms.transas.com/TMS/1.0.0/utt/{z}/{x}/{y}.png");

      but the opacity doesn't seem to be registering so I don't see any windy weather also the attribution isn't shown.

      Any help on this would be appreciated, I know the tiles are full on images but if there is a level of transparency then I should see some weather behind it, I also don't mind being aggressive with the transparency to show the weather better

      regards

      posted in Windy API v4
      D
      dirtgambit
    • TMS layer with set url

      I have a TMS layer I want to use instead of the windy base layer, map.baseLayer.setUrl allows me to change the base map easily but how can I set the tms property so it shows correctly otherwise the maps images are all mixed up

      regards

      posted in Windy API v4
      D
      dirtgambit
    • RE: 2 maps not working together

      thanks for your help that worked, we also had an issue with bootstrap css setting progress bar to width 0%, all is working good now

      posted in Windy API v4
      D
      dirtgambit
    • 2 maps not working together

      Hi, I have 1 normal leaflet map and im trying to put in a windy map along side, I can get them working together but I lose the windy calendar, I hear that its to do with the leaflet.css file, if I comment out leaflet.css my leaflet map is completely unusable with tiles all over the place not in the right order, I also still don't get the calendar in windy, im using the api. is there a way to get a normal leaflet map and a windy map working along side each other, or is the calendar bug separate? ive checked this on edge and chrome and both are not working.

      regards

      posted in Windy API v4
      D
      dirtgambit
    • Add layers

      Hi, id like to add a WKT GeoJson layer and add standard leaflet buttons to my map layers, can this be done with windy.

      regards

      posted in General Discussion
      D
      dirtgambit