I'm trying to clip out 'curves' from a polyline. I have a 2 layers, a polyline layer and a point layer. The point layer has a "point type" attribute that states if the point is "Tangent-to-Curve", i.e. the beginning of the curve, or "Curve-to-Tangent", i.e. the end of the curve. There is a one-to-one relationship between "Tangent-to-Curve" and "Curve-to-Tangent" points.
Â
The issue is that the "Tangent-to-curve" and "curve-to-tangent" points don't have a shared id to link them.
Â
My polyline layer does have measure values, which might be of use.