[GRASS-user] couldn't cross one boundary map with a line map

hello

I couldn't manage crossing one boundary map with a line map using "v.select".

I did:
v.select ainput=boundary_map binput=line_map output=boundary_line
But output map doesn't contain line_map's value

what can I do ?

regards

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

temiz wrote:

hello

I couldn't manage crossing one boundary map with a line map using
"v.select".

I did:
v.select ainput=boundary_map binput=line_map output=boundary_line
But output map doesn't contain line_map's value

what can I do ?

v.select only works on features with an assigned category number. does
your boundaries have cat nums? d.what.vect + v.category.

Hamish