Skip to content

Commit b0c8654

Browse files
committed
Change metar/taf source. Version updated.
1 parent 899d80d commit b0c8654

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

src/QSP/Metar/MetarDownloader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ namespace QSP.Metar
55
public static class MetarDownloader
66
{
77
private const string metarUrl =
8-
"http://weather.noaa.gov/pub/data/observations/metar/stations/";
8+
"http://tgftp.nws.noaa.gov/data/observations/metar/stations/";
99

1010
private const string tafUrl =
11-
"http://weather.noaa.gov/pub/data/forecasts/taf/stations/";
11+
"http://tgftp.nws.noaa.gov/data/forecasts/taf/stations/";
1212

1313
private static string TrimIcao(string icao)
1414
{

src/QSimPlanner/ChangeLog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
version 0.2.2
1+
version 0.2.3
2+
* Fix unhandled exception when track download fails.
3+
* Fix the issue where AIRAC label color does not update.
4+
5+
version 0.2.2
26
* Fix issues with number decimal format.
37
* Add more contents in manual.
48
* Add FSX/P3D/FS9 flight plan export options.

src/QSimPlanner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.2.2.0")]
35-
[assembly: AssemblyFileVersion("0.2.2.0")]
34+
[assembly: AssemblyVersion("0.2.3.0")]
35+
[assembly: AssemblyFileVersion("0.2.3.0")]

src/QSimPlanner/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Remove this element if your application requires this virtualization for backwards
1717
compatibility.
1818
-->
19-
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
19+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
2020
</requestedPrivileges>
2121
</security>
2222
</trustInfo>

0 commit comments

Comments
 (0)