]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/realwx_ctrl.cxx
Replace the NOAA METAR URL with the new, updated one
[flightgear.git] / src / Environment / realwx_ctrl.cxx
index d0141979418680e4c3d21278b41bb2cd256aab5f..17ded30348ccc6973a780a239d516865869a779e 100644 (file)
@@ -426,7 +426,7 @@ void NoaaMetarRealWxController::requestMetar
 )
 {
   static const std::string NOAA_BASE_URL =
-    "http://weather.noaa.gov/pub/data/observations/metar/stations/";
+    "http://tgftp.nws.noaa.gov/data/observations/metar/stations/";
   class NoaaMetarGetRequest:
     public simgear::HTTP::MemoryRequest
   {