Le 23 novembre 2016 17:31:17 GMT+01:00, Paulo van Breugel 
<[email protected]> a écrit :
>Hi devs,
>
>One can use v.what.vect to upload cat values (or attribute values from 
>attribute table) of a polygon vector layer (query map) to attribute 
>table of a point vector layer.
>
>How can I do the same, but using as map to query a line vector layer 
>instead of polygon layer?

Unless you create your points from the lines, the probability that your points 
are precisely on your lines is extremely low (even when you create them from 
the lines I'm not sure precision issues won't play you tricks).

I would create small buffers around the lines with attribute transfer to the 
buffers (-t flag of v.buffer).

Moritz

>
>Cheers,
>
>Paulo
>
>_______________________________________________
>grass-dev mailing list
>[email protected]
>http://lists.osgeo.org/mailman/listinfo/grass-dev

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to