Missing Features after Upgrade
-
Hi
After upgrading to the latest version of Windy
-
I am unable to deploy weather marker to obtain weather at specified location
-
I am unable to 'play forward' the weather - no time bar is displayed
Can these issue be resolved?
Thanks for your time
-
-
@StuartV Sorry for the delay, could you please share the link where it does not work for you? I am not able to reproduce the bug.
-
Unfortunately my site is not accessible to outside currently.
But I can give you an example of missing functionality...
If you goto this site -
https://www.followmychallenge.com/live/figure8voyage/
and then do a single click anywhere in the sea - you do not get a popup showing the wind conditions at that point (like you did prior to the upgrade)
Has that functionality been removed?
-
We do not remove mentioned functionality. But I really cannot help you without seeing your code and living example. Sorry.
Maybe https://api.windy.com will help you. -
the click listener seems not to be set.
it works if add this:
map.on('click',e=>broadcast.fire('rqstOpen','picker',{lat:e.latlng.lat,lon:e.latlng.lng}));