Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename "Export to raster (TIN)" PDAL algorithm to "Export to raster
(using triangulation)"
  • Loading branch information
alexbruy committed May 1, 2023
1 parent 080ccdd commit 6b33a8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ QString QgsPdalExportRasterTinAlgorithm::name() const

QString QgsPdalExportRasterTinAlgorithm::displayName() const
{
return QObject::tr( "Export to raster (TIN)" );
return QObject::tr( "Export to raster (using triangulation)" );
}

QString QgsPdalExportRasterTinAlgorithm::group() const
Expand Down

0 comments on commit 6b33a8a

Please sign in to comment.