Skip to content

Commit 3463271

Browse files
DelazJnyalldawson
authored andcommittedSep 4, 2018
Remove "fix geometries" algorithm advice from the filter vertices description
given that it actually drops M values
1 parent 580ecaf commit 3463271

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/analysis/processing/qgsalgorithmfiltervertices.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ QString QgsFilterVerticesAlgorithmBase::shortHelpString() const
4242
"the maximum value.\n\n"
4343
"If the minimum value is not specified than only the maximum value is tested, "
4444
"and similarly if the maximum value is not specified than only the minimum value is tested.\n\n"
45-
"The resultant geometries created by this algorithm may not be valid "
46-
"and may need to be run through the \"Repair geometries\" algorithm to ensure "
47-
"their validity." ).arg( componentString() );
45+
"Depending on the input geometry attributes and the filters used, "
46+
"the resultant geometries created by this algorithm may no longer be valid." ).arg( componentString() );
4847
}
4948

5049
QList<int> QgsFilterVerticesAlgorithmBase::inputLayerTypes() const

0 commit comments

Comments
 (0)
Please sign in to comment.