* Melchior FRANZ -- Monday 23 February 2004 11:44:
> I wonder if we shouldn't explicitly
> disable metar requests in the default scenery for all four-letter
> airports that don't have metar. That's where most people fly and we
That's all for the default scenery:
m.
Index: simple.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.9/FlightGear/src/Airports/simple.cxx,v
retrieving revision 1.8
diff -u -p -r1.8 simple.cxx
--- a/simple.cxx 23 Feb 2004 09:48:10 -0000 1.8
+++ b/simple.cxx 23 Feb 2004 11:11:02 -0000
@@ -84,6 +84,13 @@ FGAirportList::FGAirportList( const stri
airports_array.push_back( &airports_by_id[a.id] );
size++;
}
+
+ // airports in the default scenery that don't have metar stations
+ no_metar("KCSY");
+ no_metar("KHAF");
+ no_metar("KJMC");
+ no_metar("KNRC");
+ no_metar("KTCY");
}
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel