Skip to content

Commit

Permalink
fix ept provider identify test
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Jan 13, 2021
1 parent 3c7e788 commit d67bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pointcloud/qgspointclouddataprovider.cpp
Expand Up @@ -326,7 +326,7 @@ struct MapIndexedPointCloudNode
_pointXYZ( ptr, i, recordSize, xOffset, xType, yOffset, yType, zOffset, zType, mIndexScale, mIndexOffset, x, y, z );
QgsPoint point( x, y );

if ( mZRange.contains( point.z() ) && extentEngine->contains( &point ) )
if ( mZRange.contains( z ) && extentEngine->contains( &point ) )
{
QVariantMap pointAttr = _attributeMap( ptr, i * recordSize, blockAttributes );
pointAttr[ QStringLiteral( "X" ) ] = x;
Expand Down

0 comments on commit d67bd5a

Please sign in to comment.