Skip to content

Commit

Permalink
Add precision to area output field in raster layer unique values repo…
Browse files Browse the repository at this point in the history
…rt algorithm
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 22, 2024
1 parent b9ae0d6 commit e02df89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ void QgsRasterLayerUniqueValuesReportAlgorithm::initAlgorithm( const QVariantMap

QString QgsRasterLayerUniqueValuesReportAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm returns the count and area of each unique value in a given raster layer." );
return QObject::tr( "This algorithm returns the count and area of each unique value in a given raster layer. "
"The area calculation is done in the area unit of the layer's CRS." );
}

QgsRasterLayerUniqueValuesReportAlgorithm *QgsRasterLayerUniqueValuesReportAlgorithm::createInstance() const
Expand Down

0 comments on commit e02df89

Please sign in to comment.