diff options
author | Timothy Pearson <[email protected]> | 2016-08-23 19:07:32 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2016-08-23 19:07:32 -0500 |
commit | eb7b432f0481ab35b71014f30fa3290e3dd85131 (patch) | |
tree | e4ab3fa8f09158ab678de7864b34d55f2cb5cd3a | |
parent | b88b6fcc78ca78bf7d6773da37ae16429bc36705 (diff) | |
download | tdetoys-eb7b432f0481ab35b71014f30fa3290e3dd85131.tar.gz tdetoys-eb7b432f0481ab35b71014f30fa3290e3dd85131.zip |
Update METAR URL
-rw-r--r-- | kweather/weatherlib.cpp | 2 |
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"; |