summaryrefslogtreecommitdiffstats
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 02:10:25 +0200
commite1f3cdb33b2e4d2d6d3b740487bd71c404e317bf (patch)
treef6c6cc7a089724d96681c86b390528f5337243da
parent36ce275f245f74b9de7cd7169bceb668ee0c5138 (diff)
downloadtdetoys-e1f3cdb33b2e4d2d6d3b740487bd71c404e317bf.tar.gz
tdetoys-e1f3cdb33b2e4d2d6d3b740487bd71c404e317bf.zip
Update METAR URL
(cherry picked from commit eb7b432f0481ab35b71014f30fa3290e3dd85131)
-rw-r--r--kweather/weatherlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherlib.cpp b/kweather/weatherlib.cpp
index 95e12b3..c628d77 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";