]> git.mxchange.org Git - flightgear.git/blobdiff - scripts/perl/dafif/build_ils.pl
Add Nasal Vs. 1.5
[flightgear.git] / scripts / perl / dafif / build_ils.pl
index 276b987f600bd4cada418543ee68c8bb34b27079..a289f444e0c91d18a6f13609cc58d56f71fd8946 100755 (executable)
@@ -81,7 +81,7 @@ sub load_dafift() {
         $CodesByICAO{$icao} = 1;
         # print "$F[0] - $icao\n";
         $Elevations{$icao} = $F[11];
-        print "$icao $F[11]\n";
+        print "$icao $F[11]\n";
     }
 
     # Load the DAFIFT ils file
@@ -425,7 +425,8 @@ sub fix_localizer() {
 
 
 ########################################################################
-# Run through the final ils list and adjust the heading to match the runway
+# Run through the final ils list and fixup any missing glide slope elevations
+# to match that of the field elevation.
 ########################################################################
 
 sub fudge_missing_gs_elev() {