Question

anchored snapper snaps both endpoints of one feature

  • 30 January 2018
  • 1 reply
  • 2 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


1 reply

Userlevel 2
Badge +17

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.

Reply