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 identify tool not finding points when using a single point click
and map crs != layer crs
- Loading branch information
Showing
with
36 additions
and 34 deletions.
- +3 −3 python/core/auto_generated/pointcloud/qgspointclouddataprovider.sip.in
- +4 −4 src/core/pointcloud/qgspointclouddataprovider.cpp
- +3 −3 src/core/pointcloud/qgspointclouddataprovider.h
- +20 −7 src/core/pointcloud/qgspointcloudrenderer.cpp
- +3 −1 src/core/pointcloud/qgspointcloudrenderer.h
- +3 −16 src/gui/qgsmaptoolidentify.cpp