Skip to main content
Question

anchored snapper snaps both endpoints of one feature

  • January 30, 2018
  • 1 reply
  • 18 views

Hello,

i use an AnchoredSnapper to snap lines(candidates) to points(anchors). The snapping type is set to 'End Point Snapping'.

The problem is that some lines have both end points in the required snapping tolerance, so both end points get snapped.

I cant reduce the snapping tolerance. So is there a way to avoid this?

Many thanks in advance,

Andreas

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • 7843 replies
  • January 30, 2018

Hi @andi_kraus, just an idea. If it was known which node - start or end - should be removed, you could select the closed line with a ClosedCurveFileter and then remove the node from the line with a CoordinateRemover.