-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag zoomed in LiDAR data in RGL window #442
Comments
Good question. I did not use this function for years but if I remember well you identify the trees with the right button, and the right button is also associated to the drag event. So, I guess drag action is overwritten by the selection action. The reason is that I guess I could put the selection with the middle button to keep the drag action. |
Which version of the package are you using ? It seems that the function no longer works... I don't know why. |
I fixed the error. I'd like to know which version of Also the default button for selection is now the middle button. This automatically enabled the right button that is the default for panning in lidR. Thank for reporting |
I am using the latest version of lidR ver. 3.1.3 and rgl ver. 0.106.8 available on CRAN. And I still have to use the right mouse button to add or flag tree tops, and the middle mouse button stretches the view. |
Yes of course. You must install the latest version from github. It is not yet on CRAN |
for both lidR and rgl, or just lidR? |
Just |
Yes, the drag function works now thank you and cheers on fixing the error. |
In some softwares the user can hold down the middle mouse button to drag the visual data. How can this be done while correcting the tree tops identified in a zoomed in view?
TTops.manual = find_trees(LAS_denoised, manual(LAS_TTops))
The text was updated successfully, but these errors were encountered: