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
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to