Hello,
I have 2 shape files that i need to intersect, one is a long line, the other is a set of points that I know are on the line. I want to cut the line into smaller ones, but not in a way that PointOnLineOverlay would work, as it cuts it in segments, which we can not choose the length of.
I want to the line cut on each point, and make the lines resulting a certain length in each direction before and/ or after the point, in a way that they overlap partially one onto another.
Have a great day