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 point clickable area
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/app/3d/qgs3dmaptoolidentify.cpp
|
@@ -133,7 +133,7 @@ void Qgs3DMapToolIdentify::mouseReleaseEvent( QMouseEvent *event ) |
|
|
if ( !symbol ) |
|
|
continue; |
|
|
double pointSize = symbol->pointSize(); |
|
|
double limitAngle = pointSize / screenSizePx * canvas->cameraController()->camera()->fieldOfView(); |
|
|
double limitAngle = 2 * pointSize / screenSizePx * canvas->cameraController()->camera()->fieldOfView(); |
|
|
|
|
|
// adjust ray to elevation properties |
|
|
QgsPointCloudLayerElevationProperties *elevationProps = dynamic_cast<QgsPointCloudLayerElevationProperties *>( layer->elevationProperties() ); |
|
|
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.