#1789: v.hull: should not use
---------------------+------------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: Vector | Version: svn-releasebranch64
Keywords: v.hull | Platform: All
Cpu: All |
---------------------+------------------------------------------------------
If the current region is not set to the vector map, v.hull
fails with:
{{{
v.hull training_turkey_087VI174 out=training_turkey_087VI174_hull
ERROR: Convex hull calculation requires at least three points. Exiting.
}}}
Replying to [ticket:1789 neteler]:
> If the current region is not set to the vector map, v.hull
> fails
In this case, you need to use the -a flag to ignore the current region.
I have changed the behaviour in trunk such that the current region is only
respected if the (new) -r flag is set (see also other v.in.* modules). The
-a flag has been removed.
Additionally, I have added selection options 'cats' and 'where'.