Skip to content

Commit

Permalink
Do not force inclusion of control point
Browse files Browse the repository at this point in the history
This reverts commit dae9d02.
  • Loading branch information
strk committed Aug 25, 2017
1 parent 8363d2f commit 8c8426f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometry/qgsgeometryutils.cpp
Expand Up @@ -762,6 +762,7 @@ void QgsGeometryUtils::segmentizeArc( const QgsPoint &p1, const QgsPoint &p2, co
{
addP2 = false;
}
addP2 = false;

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

0 comments on commit 8c8426f

Please sign in to comment.