Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix banned keyword check
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+2
−3
src/core/pointcloud/qgspointclouddataprovider.cpp
|
@@ -284,9 +284,8 @@ QVector<QMap<QString, QVariant>> QgsPointCloudDataProvider::identify( |
|
|
|
|
|
acceptedPoints = QtConcurrent::blockingMappedReduced( nodes, |
|
|
MapIndexedPointCloudNode( request, context, extentGeometry, extentZRange, index ), |
|
|
QOverload<const QVector<QMap<QString, QVariant>>&>::of( &QVector<QMap<QString, QVariant>>::append ), |
|
|
QtConcurrent::UnorderedReduce |
|
|
); |
|
|
qgis::overload<const QVector<QMap<QString, QVariant>>&>::of( &QVector<QMap<QString, QVariant>>::append ), |
|
|
QtConcurrent::UnorderedReduce ); |
|
|
|
|
|
return acceptedPoints; |
|
|
} |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.