Skip to content

Commit

Permalink
Fix two wrong parameter names in shortHelpString and sort the parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
havatv authored and nyalldawson committed Jul 4, 2020
1 parent ecb617c commit 2978c8a
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -133,13 +133,13 @@ QString QgsRandomPointsInPolygonsAlgorithm::shortHelpString() const
"and <i>Maximum number of attempts per point</i> can be data defined. "
"<p>Output from the algorithm:</p> "
"<ul> "
"<li> The number of features with an empty or no geometry "
"(<code>FEATURES_WITH_EMPTY_OR_NO_GEOMETRY</code>).</li> "
"<li> A point layer containing the random points (<code>OUTPUT</code>).</li> "
"<li> The number of generated features (<code>POINTS_GENERATED</code>).</li> "
"<li> The number of generated features (<code>OUTPUT_POINTS</code>).</li> "
"<li> The number of missed points (<code>POINTS_MISSED</code>).</li> "
"<li> The number of features with non-empty geometry and missing points "
"(<code>POLYGONS_WITH_MISSED_POINTS</code>).</li> "
"<li> The number of features with an empty or no geometry "
"(<code>LINES_WITH_EMPTY_OR_NO_GEOMETRY</code>).</li> "
"</ul>"
);
}
Expand Down

0 comments on commit 2978c8a

Please sign in to comment.