[GRASS-user] v.colors
Markus Neteler
neteler at osgeo.org
Sat Jan 10 16:37:27 EST 2009
On Sat, Jan 10, 2009 at 10:21 PM, Paolo Craveri <pcraveri at gmail.com> wrote:
> I do as you told, but error message remains; not a great damage:
> v.colors works fine in spite of error message
My bad - I could reproduce the problem using the example in the
manual page (sorry for making you waste time).
The script was violating the rule
"Messages containing "=" must use the full message= syntax so the
parser doesn't get confused."
(see manual)
You can simply change line 223 in your local copy
from
g.message " min=[$MINVAL] max=[$MAXVAL]"
to
g.message message=" min=[$MINVAL] max=[$MAXVAL]"
or update from SVN. It will appear in 6.4.0RC2 (Monday) and
later versions.
Thanks for spotting this,
Markus
More information about the grass-user
mailing list