Hi, John! If I were you, I'd make a script in cron.hourly that would wget picture and save it into directory where you have Xastir pictures. Only thing left to do is to force Xastir to reload maps.
Here's what I'd do: #!/bin/bash cd /where/you/have/pics/ wget -r http://www.met.ie/weathermaps/latest_radar.gif Kind regards, Luka John Ronan wrote: > Morning, > > I wonder if one of you guys could give me a pointer as to how I could > grab the image in > http://www.met.ie/latest/rainfall_radar.asp > and attempt to make it a transparent overlay for xastir? > > Any thoughts appreciated. > > Regards > de John > EI7IG > > -- > John Ronan <[EMAIL PROTECTED]>, +353-51-302938 > Telecommunications Software & Systems Group, http://www.tssg.org > > > > _______________________________________________ > Xastir mailing list > [email protected] > http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir > > -- BOFH Excuse #292: We ran out of dial tone and we're and waiting for the phone company to deliver another bottle. Luka Goltnik - S57LX, [EMAIL PROTECTED], [EMAIL PROTECTED] http://lea.hamradio.si/~s57lx _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
