[GRASSLIST:5193] v.line2poly

Found in my distribution a v.line2poly.
I'm not sure if is only contributed or is a basic module.
Trying to convert a line vector to a poly one, i noticed that only few (20%)
of the expected poligons were generated.

How can I find some more info about v.line2poly.
And even more, how can I "build poligon topology" (as Esri name the process)
from a line vector using Grass?

TIA

--
----------------------------
Dragos Lipan
TI
Parcul National Piatra Craiului
2223 Zarnesti
Str. Raului. 27
Tel/fax (04)(068)223008
dlipan@pcrai.ro

On Monday 09 December 2002 11:15 am, Dragos Lipan wrote:

Found in my distribution a v.line2poly.
I'm not sure if is only contributed or is a basic module.
Trying to convert a line vector to a poly one, i noticed that only few
(20%) of the expected poligons were generated.

How can I find some more info about v.line2poly.
And even more, how can I "build poligon topology" (as Esri name the
process) from a line vector using Grass?

I do not know v.line2poly, but v.line2area may be used for this.

Polygons are build by v.support module.

Radim