2

I have a point vector-layer and a line vector layer. All points of the point layer are positioned on the lines (railway lines) of the line layer. I would like to add the attributes of the line layer to the appropriate data record of each point in the point layer by a geo-calculation (analogous to a geo-calculation of points within polygons).

How can this be accomplished?

nmtoken
13.6k5 gold badges39 silver badges91 bronze badges
asked Jan 26, 2015 at 18:11

1 Answer 1

1

As far I can see the each point of the point layer has to be transformed with an appropriate buffer (new point layer with buffer). Then after the buffered point layer can be joined by location with the line layer.

answered Jan 27, 2015 at 9:29
1
  • You're correct, applying a buffer to the point layer creates a polygon layer which can then be used in conjunction with a join function with a line layer. Commented Jan 27, 2015 at 11:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.