[GRASS-dev] NULL is broken in develbranch_6 [was: r.in.wms issues]

Markus Neteler wrote:

I used instead the devel6_branch.

Hamish, do you plan to backport
http://trac.osgeo.org/grass/ticket/455
?

[see also http://trac.osgeo.org/grass/ticket/392\]

I don't plan on touching it, because I don't understand it well enough to
be sure of the correct solution.

It seems to be unrelated to the invalid min=0 range problem,

#spearfish
g.region -d
r.in.wms output=elev_us_ned64gtif mapserver=wms.jpl.nasa.gov/wms.cgi \
  layers=us_ned style=real format=geotiff method=cubic

r.info -r elev_us_ned64gtif.1
min=0
max=1843.64624023438

r.univar -g elev_us_ned64gtif.1
min=1060.62268066406
max=1843.64624023438

Hamish