Skip to content

Commit

Permalink
Corrected RASP source for UK
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wells committed Dec 16, 2018
1 parent b45fe17 commit ede654f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Weather/Rasp/Providers.cpp
Expand Up @@ -34,8 +34,8 @@ const RaspProvider rasp_providers[] = {
"http://rasp.linta.de/NIEDERSACHSEN_WAVE/xcsoar-rasp.dat" },
{ _T("Scandinavia"),
"http://rasp.linta.de/SCANDINAVIA/xcsoar-rasp.dat" },
{ _T("Great Britain "),
"http://rasp.inn.leedsmet.ac.uk/XCSoar/xcsoar-rasp.dat" },
{ _T("United Kingdom"),
"http://rasp-uk.uk/XCSoar/xcsoar-rasp.dat" },

{ nullptr, nullptr }
};

0 comments on commit ede654f

Please sign in to comment.