Is it possible to add Unix Time Stamp to an aqx map?
There is a map RainViewer is the best free weather radar appfor storm tracking and rain forecast.
API → https://www.rainviewer.com/api.html
The tile update for RainViewer is the best free weather radar appfor storm tracking and rain forecast is 10 minutes.
They use Unix Time.
Code: Select all
<server><![CDATA[https://tilecache.rainviewer.com/v2/radar/1583354400/256/{z}/{x}/{y}/2/1_1_0.png]]></server>
Is there a way to use this sevrvice in AQ with the time update, for example every 10 minutes?