Opened 11 years ago

Closed 11 years ago

#1911 closed defect (fixed)

v.hull bit broken output on wingrass

Reported by: ahaav Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: Vector Version: svn-trunk
Keywords: wingrass, v.hull, vector Cc:
CPU: x86-64 Platform: MSWindows 7

Description

The output vector from v.hull has no database link and it is impossible to remove it using g.remove:

Removing vector <convexhull@PERMANENT>
WARNING: Unable to open header file of vector <convexhull@PERMANENT>
ERROR: Unable to read header file of vector map <convexhull@PERMANENT>

Also, may be related: using cats attribute does not seem to affect the outcome.

Tested on WinGRASS 7 svn revision 55585 (OSGeo4Ww)

Change History (2)

comment:1 by neteler, 11 years ago

Tested with North Carolina sample data set, winGRASS standalone r55764:

v.hull input=precip_30ynormals@PERMANENT output=hull
v.info -c hull
# -> no DB connection
g.remove vect=hull
# -> no error

comment:2 by ahaav, 11 years ago

Resolution: fixed
Status: newclosed

Indeed, apparently got fixed with r55682.

Note: See TracTickets for help on using tickets.