Skip to content

Commit

Permalink
Merge pull request #3768 from DelazJ/patch-19
Browse files Browse the repository at this point in the history
Typo fix in Processing help file
  • Loading branch information
volaya committed Nov 23, 2016
2 parents 0a0de80 + f2fa7bd commit dd04ecd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -454,7 +454,7 @@ qgis:selectbyexpression: >


qgis:selectbylocation: >
This algorithms creates creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.
This algorithms creates a selection in a vector layer. The criteria for selecting features is based on the spatial relationship between each feature and the features in an additional layer.


qgis:setstyleforrasterlayer: >
Expand Down Expand Up @@ -497,7 +497,7 @@ qgis:snappointstogrid: >


qgis:splitlineswithlines: >
This algorithm split the lines in a line layer using the lines in another line layer to define the breaking points. Intersection between geometries in both layers are considered as split points.
This algorithm splits the lines in a line layer using the lines in another line layer to define the breaking points. Intersection between geometries in both layers are considered as split points.

qgis:splitvectorlayer: >
This algorithm takes a vector layer and an attribute and generates a set of vector layers in an output folder. Each of the layers created in that folder contains all features from the input layer with the same value for the specified attribute.
Expand All @@ -508,9 +508,9 @@ qgis:statisticsbycategories:


qgis:sumlinelengths: >
This algorithm takes a polygon layer and a lines layer and measure the total length of lines and the total numer of them that cross each polygon.
This algorithm takes a polygon layer and a line layer and measures the total length of lines and the total number of them that cross each polygon.

The resulting layer has the same features as the input polygon layer, but with two additional attributes containing the length and lines count of layers across each polygon. The names of these two fields can be configured in the algorithm parameters.
The resulting layer has the same features as the input polygon layer, but with two additional attributes containing the length and count of the lines across each polygon. The names of these two fields can be configured in the algorithm parameters.

qgis:symmetricaldifference: >
This algorithm creates a layer containing features from both the Input and Difference layers but with the overlapping areas between the two layers removed. The attribute table of the Symmetrical Difference layer contains atrributes from both the Input and Difference layers.
Expand All @@ -536,7 +536,7 @@ qgis:vectorgrid:
qgis:vectorlayerhistogram: >
This algorithm generates a histogram with the values of the attribute of a vector layer.

The ttribute to use for computing the histogram must be a numeric attribute.
The attribute to use for computing the histogram must be a numeric attribute.

qgis:vectorlayerscatterplot:

Expand Down

0 comments on commit dd04ecd

Please sign in to comment.