> ***
>
> weather_tiles.nas, line 1004;
>
> var alt = spread * 400.0 +
> local_weather.cloud_vertical_size_map["Nimbus"]
> * 0.5 * m_to_ft;
>
> has an obsolete altitude correction in and should just be
>
> var alt = 400.0;
>
> to get the correct altitude for Nimbostratus layers
>
> ***

make that

var alt = spread * 400;

of course - otherwise the altitude is *very* low indeed...

* Thorsten


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to