Skip to content

Commit

Permalink
Two typo's to be corrected?
Browse files Browse the repository at this point in the history
Line 84        :  "of the their component" should probably be "of their component"
Line 94 - 95:  missing space between "features" in line 94 and "add in line 95
  • Loading branch information
DiGro committed Jan 17, 2020
1 parent 56f40ec commit 65522c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/processing/qgsalgorithmdetectdatasetchanges.cpp
Expand Up @@ -81,7 +81,7 @@ QString QgsDetectVectorChangesAlgorithm::shortHelpString() const
"When comparing features, the original and revised feature geometries will be compared against each other. Depending "
"on the Geometry Comparison Behavior setting, the comparison will either be made using an exact comparison (where "
"geometries must be an exact match for each other, including the order and count of vertices) or a topological "
"comparison only (where are geometries area considered equal if all of the their component edges overlap. E.g. "
"comparison only (where are geometries area considered equal if all of their component edges overlap. E.g. "
"lines with the same vertex locations but opposite direction will be considered equal by this method). If the topological "
"comparison is selected then any z or m values present in the geometries will not be compared.\n\n"
"By default, the algorithm compares all attributes from the original and revised features. If the Attributes to Consider for Match "
Expand All @@ -91,7 +91,7 @@ QString QgsDetectVectorChangesAlgorithm::shortHelpString() const
"that these features have a unique set of attributes selected for comparison. If this condition is not met, warnings will be "
"raised and the resultant outputs may be misleading.\n\n"
"The algorithm outputs three layers, one containing all features which are considered to be unchanged between the revisions, "
"one containing features deleted from the original layer which are not present in the revised layer, and one containing features"
"one containing features deleted from the original layer which are not present in the revised layer, and one containing features "
"add to the revised layer which are not present in the original layer." );
}

Expand Down

0 comments on commit 65522c1

Please sign in to comment.