Skip to content

Commit

Permalink
add VPC as a supported output format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 17, 2023
1 parent 54065f7 commit c6d3488
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" ) << QStringLiteral( "copc.laz" );
return QStringList() << QStringLiteral( "las" ) << QStringLiteral( "laz" ) << QStringLiteral( "copc.laz" ) << QStringLiteral( "vpc" );
}

void QgsPdalAlgorithms::loadAlgorithms()
Expand Down

0 comments on commit c6d3488

Please sign in to comment.