[GRASS-dev] v.category: opt=del was changed

Maciej Sieczka msieczka at sieczka.org
Sat Dec 6 11:10:15 EST 2008


Recent commits changed v.category opt=del behaviour.

Before:

$ v.random out=pts n=3

$ v.category opt=print in=pts
1
2
3

$ v.category opt=del in=pts out=pts_delcat

$ v.category opt=print in=pts_delcat

No output, i.e. v.category opt=del removed them all.

Now:

$ v.category opt=print in=pts
1
2
3

$ v.category opt=del in=pts out=pts_delcat

$ v.category opt=print in=pts_delcat
2
3

I.e. only category "1" is removed.

Such a change in user interface is not acceptable for GRASS 6. By
default all categories should be selected. I don't see a reason to
change the default behaviour in GRASS 7 either.

Maciek

-- 
Maciej Sieczka
www.sieczka.org


More information about the grass-dev mailing list