Update METAR URL

(cherry picked from commit eb7b432f04)
v3.5.13-sru
Timothy Pearson 8 years ago committed by Slávek Banko
parent fedf633d8e
commit fd5f5016af

@ -196,7 +196,7 @@ void WeatherLib::getData(Data *d, bool force /* try even if host was down last t
{
d->downloading = true;
d->updated = false;
TQString u = "http://weather.noaa.gov/pub/data/observations/metar/stations/";
TQString u = "http://tgftp.nws.noaa.gov/data/observations/metar/stations/";
u += d->wi.reportLocation.upper().stripWhiteSpace();
u += ".TXT";

Loading…
Cancel
Save