Skip to content

Commit

Permalink
mention Z and M fields in the points layer from table help
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and nyalldawson committed Nov 25, 2019
1 parent eead84d commit 59564c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/analysis/processing/qgsalgorithmpointslayerfromtable.cpp
Expand Up @@ -49,9 +49,10 @@ QString QgsPointsLayerFromTableAlgorithm::shortHelpString() const
return QObject::tr( "This algorithm generates a points layer based on the values from an input table." )
+ QStringLiteral( "\n\n" )
+ QObject::tr( "The table must contain a field with the X coordinate of each point and another "
"one with the Y coordinate. A CRS for the output layer has to be specified, and "
"the coordinates in the table are assumed to be expressed in the units used by "
"that CRS. The attributes table of the resulting layer will be the input table." );
"one with the Y coordinate, as well as optional fields with Z and M values. A CRS "
"for the output layer has to be specified, and the coordinates in the table are "
"assumed to be expressed in the units used by that CRS. The attributes table of "
"the resulting layer will be the input table." );
}

QgsPointsLayerFromTableAlgorithm *QgsPointsLayerFromTableAlgorithm::createInstance() const
Expand Down

0 comments on commit 59564c4

Please sign in to comment.