File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments