#152: r.what.colors: not working with FP maps
---------------------+------------------------------------------------------
Reporter: hamish | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: svn-develbranch6
Keywords: |
---------------------+------------------------------------------------------
Hi,
AFAICT the example given in the r.what.colors help page isn't working:
{{{ #spearfish
grass64> g.region -d
grass64> r.what.color input=elevation.dem value=1500
1500: *
grass64> r.what.color input=fields value=4
4: 135:84:180
}}}
??
Also, neither of those maps are FP, and I don't have any problems with FP
maps either:
{{{
$ r.colors elev.f rast=elevation.dem
Color table for <elev.f> set to elevation.dem
r.what.color input=elev.f value=1500
1500.000000: 223:127:31
}}}