|
From: Renk T. <tho...@jy...> - 2012-05-21 15:17:25
|
> (Even if this works fine, please do not commit yet, I am not 100% sure
> that I didn't create an instability somewhere).
Turns out I broke at least the visibility interpolation - to restore it, uncomment line 726 in Nasal/local_weather/local_weather.nas
if (vis > 0.0) {setprop(lwi~"visibility-m",vis);} # a redundancy check
(there's a better way to deal with this, but for the time being that seems to solve the problem).
* Thorsten
|