* Melchior FRANZ -- Monday 23 February 2004 10:31:
> + // only airports with four-letter codes can have metar stations
but even of those not all have. 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
shouldn't flood noaa.gov with requests for KHAF etc. (and risk that
they shut down their service).
(OTOH, if we ask often enough, maybe KHAF will be donated its own
Metar station, and will forever be grateful for our support. :-)
Disadvantage: we'd have to track these airports and edit the blacklist
accordingly. I'd volunteer.
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 10:42:14 -0000
@@ -84,6 +84,8 @@ FGAirportList::FGAirportList( const stri
airports_array.push_back( &airports_by_id[a.id] );
size++;
}
+
+ no_metar("KHAF");
}
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel