Convert vector types

From GRASS-Wiki
Revision as of 16:59, 29 December 2011 by Neteler (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Q: I want to change closed lines into areas. I tried to convert lines into boundaries with v.type, but now, how to add centroids to turn them into areas? The lines look as follows. In v.digit:



A: Run v.centroids to add centroid(s).

See also