Skip to content

Commit

Permalink
Remove "fix geometries" algorithm advice from the filter vertices des…
Browse files Browse the repository at this point in the history
…cription

given that it actually drops M values
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 4, 2018
1 parent 580ecaf commit 3463271
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/analysis/processing/qgsalgorithmfiltervertices.cpp
Expand Up @@ -42,9 +42,8 @@ QString QgsFilterVerticesAlgorithmBase::shortHelpString() const
"the maximum value.\n\n"
"If the minimum value is not specified than only the maximum value is tested, "
"and similarly if the maximum value is not specified than only the minimum value is tested.\n\n"
"The resultant geometries created by this algorithm may not be valid "
"and may need to be run through the \"Repair geometries\" algorithm to ensure "
"their validity." ).arg( componentString() );
"Depending on the input geometry attributes and the filters used, "
"the resultant geometries created by this algorithm may no longer be valid." ).arg( componentString() );
}

QList<int> QgsFilterVerticesAlgorithmBase::inputLayerTypes() const
Expand Down

0 comments on commit 3463271

Please sign in to comment.