Leaflet.Rainviewer icon indicating copy to clipboard operation
Leaflet.Rainviewer copied to clipboard

Radar to auto show

Open branmh opened this issue 2 years ago • 3 comments

Instead of the having to click on the box in the left hand corner, is there away to get the radar to auto load and auto loop?

Thanks

branmh avatar Oct 15 '22 18:10 branmh

I join the same need, thanks!

sardegnaclima avatar Nov 04 '22 10:11 sardegnaclima

... Has anyone found the solution about it?

FranGhe avatar May 21 '23 10:05 FranGhe

@FranGhe @sardegnaclima @branmh

Here is short snippet to programmatically load radar and play/stop animation:

rainviewer.load(mymap) // rainviewer - rainviewer instance; mymap - leaflet map instance then: rainviewer.playStop()

mwasil avatar Jun 02 '23 10:06 mwasil