* Tim Moore -- Saturday 29 September 2007:
> Can you try this patch?

Works!

m.



BTW: this can be tested with something like this:

var lat = props.globals.getNode("/position/latitude-deg");
var lon = props.globals.getNode("/position/longitude-deg");

var check = func {
        debug.dump(geodinfo(lat.getValue(), lon.getValue()));
        settimer(check, 1);
}

check();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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