Skip to content

Commit 51606db

Browse files
committedApr 17, 2019
[processing] Add 'distance' tag to join attributes by nearest alg.
1 parent 9fa8d56 commit 51606db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/processing/qgsalgorithmjoinbynearest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ QString QgsJoinByNearestAlgorithm::displayName() const
3333

3434
QStringList QgsJoinByNearestAlgorithm::tags() const
3535
{
36-
return QObject::tr( "join,connect,attributes,values,fields,tables,proximity,closest,neighbour,neighbor,n-nearest" ).split( ',' );
36+
return QObject::tr( "join,connect,attributes,values,fields,tables,proximity,closest,neighbour,neighbor,n-nearest,distance" ).split( ',' );
3737
}
3838

3939
QString QgsJoinByNearestAlgorithm::group() const

0 commit comments

Comments
 (0)
Please sign in to comment.