mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
typo fix
This commit is contained in:
parent
9679b6a68a
commit
f2fa7bd473
@ -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: >
|
||||
@ -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.
|
||||
@ -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.
|
||||
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user