Skip to content

Commit

Permalink
add copc.laz as a supported point cloud format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and wonder-sk committed Mar 30, 2023
1 parent 1917362 commit f82d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgspdalalgorithms.cpp
Expand Up @@ -83,7 +83,7 @@ QStringList QgsPdalAlgorithms::supportedOutputRasterLayerExtensions() const

QStringList QgsPdalAlgorithms::supportedOutputPointCloudLayerExtensions() const
{
return QStringList() << QStringLiteral( "las" ) << QStringLiteral( "laz" );
return QStringList() << QStringLiteral( "las" ) << QStringLiteral( "laz" ) << QStringLiteral( "copc.laz" );
}

void QgsPdalAlgorithms::loadAlgorithms()
Expand Down

0 comments on commit f82d7be

Please sign in to comment.