You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the gdey_delaunay branch.
In the makevalid package the function splitIntersectingLines is dropping too many lines after it has
found the intersecting lines.
The following image: The purple lines are the lines from the original geometry. The gray lines are the segments of the geometry within the clip box and the segments of the clipbox.
The dashed lines are the lines the current splitIntersectingLines function is generating.
The red lines are the missing lines.