URL Parameter & Route Planner
-
Hi,
I am trying to automate an url that leads to Windy's route planner with pre-determined destinations. The way it works is by getting destinations coordinates based on a spreadsheet and database, and add these to the URL with the date and time in the end. Here is an exemple of a link:
readable as "https://www.windy.com/route-planner/vfr/Lat1,Long1;Lat2,Long2;Lat3,Long3;Lat4,Long4?yyyy-mm-dd-hh"
I have attached an image of the result.
1- Date and time seems to be recognized by the url, as the time slide is set to Nov 2nd 08:00am (12 UTC). However, the weather shown on the map is the current weather and not the weather of the selected time (if i click at the exact spot on the slide for Nov 2nd 08:00am the weather changes to the real forecast, and if I click at current time it comes back like that).
It looks like the time slide does account for the time set in the URL but the map does not. I do not know if that is a bug or just an error from me.2- Is there any URL parameter to enable the "speed" function by default ? I am refering to the switch at the bottom that enable forecast based on time progression through the day. If that would be possible that would be amazing.
Thank you,
-