Probably more then one way, but the way I do this:
- NeighborFinder set to candidates only, create closest candidates list.
- ListExploder to explode the list to features.
- VertexCreator to create point using closest_base_x / closest_base_y.
- VertexCreator to add point using closest_candidate_x / closest_candidate_y.
- Matcher, 2D, Lenient = Yes to get unique lines regardless of direction.
Be aware, you uploaded a workspace with credentials. I would advise to change and not use those anymore.
Probably more then one way, but the way I do this:
- NeighborFinder set to candidates only, create closest candidates list.
- ListExploder to explode the list to features.
- VertexCreator to create point using closest_base_x / closest_base_y.
- VertexCreator to add point using closest_candidate_x / closest_candidate_y.
- Matcher, 2D, Lenient = Yes to get unique lines regardless of direction.
Be aware, you uploaded a workspace with credentials. I would advise to change and not use those anymore.
Thanks for the quick reply and the credentials heads up. I've attached an updated sample workspace.
I tried the workspace you attached, but I'm still getting spaces in the line. Any advice / feedback?