Am Freitag 01 Februar 2008 schrieb till busch:
> hi,
>
> i have reworked the apt.dat-loading code. everything works fine so far, but
> i have two questions:
>
> 1. we currently have runways and taxiways in one FGRunwayList. imho these
> are very different things. i'd like to make two separate lists. are the
> taxiways from apt.dat used at all? maybe for groundnetwork? what else
> should i take care of, so that nothing breaks?

As far as I have seen, the taxiways aren't used at the moment. Ground networks 
are defined in separate per airport files ($FGROOT/AI/Airports) and are 
independent of apt.dat

While you are at it. It seems every piece of code that queries the RunwayList 
is only interested in one airport at a time. It probably makes sense to let 
FGAirport (Airports/simple.[hc]xx) store the runway information in a 
distributed fashion and get rid of RunwayList altogether.

Thomas

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to