Skip to content

Commit

Permalink
Fix loading remote EPT point clouds
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdkon committed Jan 6, 2025
1 parent 73d9719 commit 4703c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/pointcloud/qgseptpointcloudindex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ void QgsEptPointCloudIndex::copyCommonProperties( QgsEptPointCloudIndex *destina

// QgsEptPointCloudIndex specific fields
destination->mIsValid = mIsValid;
destination->mAccessType = mAccessType;
destination->mDataType = mDataType;
destination->mUrlDirectoryPart = mUrlDirectoryPart;
destination->mWkt = mWkt;
Expand Down

0 comments on commit 4703c22

Please sign in to comment.