mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
fix ept provider identify test
This commit is contained in:
parent
3c7e78861e
commit
d67bd5ad00
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user