Skip to content

Commit 8c8426f

Browse files
committedAug 25, 2017
Do not force inclusion of control point
This reverts commit dae9d02.
1 parent 8363d2f commit 8c8426f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/geometry/qgsgeometryutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ void QgsGeometryUtils::segmentizeArc( const QgsPoint &p1, const QgsPoint &p2, co
762762
{
763763
addP2 = false;
764764
}
765+
addP2 = false;
765766

766767
// As we're adding the last point in any case, we'll avoid
767768
// including a point which is at less than 1% increment distance

0 commit comments

Comments
 (0)
Please sign in to comment.