mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
Fix generation of point cloud file filter
This commit is contained in:
parent
1225eb498a
commit
9f53f708bf
@ -297,6 +297,8 @@ void QgsProviderRegistry::init()
|
|||||||
if ( !filePointCloudFilters.isEmpty() )
|
if ( !filePointCloudFilters.isEmpty() )
|
||||||
{
|
{
|
||||||
QgsDebugMsgLevel( "point cloud filters: " + filePointCloudFilters, 2 );
|
QgsDebugMsgLevel( "point cloud filters: " + filePointCloudFilters, 2 );
|
||||||
|
if ( !mPointCloudFileFilters.isEmpty() && !mPointCloudFileFilters.endsWith( QLatin1String( ";;" ) ) )
|
||||||
|
mPointCloudFileFilters += QStringLiteral( ";;" );
|
||||||
mPointCloudFileFilters += filePointCloudFilters;
|
mPointCloudFileFilters += filePointCloudFilters;
|
||||||
QgsDebugMsgLevel( QStringLiteral( "Checking %1: ...loaded OK (%2 file filters)" ).arg( key ).arg( filePointCloudFilters.split( ";;" ).count() ), 2 );
|
QgsDebugMsgLevel( QStringLiteral( "Checking %1: ...loaded OK (%2 file filters)" ).arg( key ).arg( filePointCloudFilters.split( ";;" ).count() ), 2 );
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user