[GRASS-dev] Re: [GRASS-user] Re: Bug or my fault?
Hamish
hamish_b at yahoo.com
Thu Feb 25 03:51:06 EST 2010
Michael wrote:
> I don't know if it only happens to
> you. We need to find someone with a lot of vector files to
> test it on now.
I made a shell loop to create 300 v.random maps in a mapset with column= so
they all had dbfs. no problem opening and editing attr tables in the
wxGUI.
something like
for i in `seq 300` ; do
v.random out=test_$i n=20 zmax=1 column=rand_01 --quiet
done
shrug
H
More information about the grass-dev
mailing list