mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix typos
This commit is contained in:
parent
667718bc89
commit
7a326b1b8d
@ -58,7 +58,7 @@ class QgsExtentGroupBox : QgsCollapsibleGroupBox
|
|||||||
//! set output extent to be the same as current extent (may be transformed to output CRS)
|
//! set output extent to be the same as current extent (may be transformed to output CRS)
|
||||||
void setOutputExtentFromCurrent();
|
void setOutputExtentFromCurrent();
|
||||||
|
|
||||||
//! set output extent to custom extent (may be transformed to outut CRS)
|
//! set output extent to custom extent (may be transformed to output CRS)
|
||||||
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
|
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
@ -484,9 +484,9 @@ 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 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.
|
||||||
|
|
||||||
qgis:splitvectorlayer: >
|
qgis:splitvectorlayer: >
|
||||||
This algorithm takes a vector layer and an attribute and generates a set of vector layers in an outut folder. Each of the layers created in that folder contains all features from the input layer with the same value for the specified attribute.
|
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.
|
||||||
|
|
||||||
The number of files generated is equal to the nuber of different values found for the specified attribute.
|
The number of files generated is equal to the nubmer of different values found for the specified attribute.
|
||||||
|
|
||||||
qgis:statisticsbycategories:
|
qgis:statisticsbycategories:
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ class GUI_EXPORT QgsExtentGroupBox : public QgsCollapsibleGroupBox, private Ui::
|
|||||||
//! set output extent to be the same as current extent (may be transformed to output CRS)
|
//! set output extent to be the same as current extent (may be transformed to output CRS)
|
||||||
void setOutputExtentFromCurrent();
|
void setOutputExtentFromCurrent();
|
||||||
|
|
||||||
//! set output extent to custom extent (may be transformed to outut CRS)
|
//! set output extent to custom extent (may be transformed to output CRS)
|
||||||
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
|
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user