summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-08-23 19:07:32 -0500
committerSlávek Banko <slavek.banko@axis.cz>2016-08-24 09:40:23 +0200
commitfd5f5016afff3701ae1b75331e8142eedaf111b8 (patch)
tree8b3c2f62b84a5e661b7502245471aa9668d2d982 /kweather
parentfedf633d8e2b91ca21de220f16997269b0fb961c (diff)
downloadtdetoys-fd5f5016afff3701ae1b75331e8142eedaf111b8.tar.gz
tdetoys-fd5f5016afff3701ae1b75331e8142eedaf111b8.zip
Update METAR URL
(cherry picked from commit eb7b432f0481ab35b71014f30fa3290e3dd85131)
Diffstat (limited to 'kweather')
-rw-r--r--kweather/weatherlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherlib.cpp b/kweather/weatherlib.cpp
index d8b93db..d4bd94b 100644
--- a/kweather/weatherlib.cpp
+++ b/kweather/weatherlib.cpp
@@ -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";