-
Notifications
You must be signed in to change notification settings - Fork 410
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
Issue with 3D Point measurement #9548
Comments
This problem seems related to the issue #9549 Issue with 'Height from terrain' measurement. The pickPosition is not working as expected in particular when intersecting a billboard. In this case the billboard was used as a cursor. All the dynamic billboard and primitives should be excluded by the pick workflow computation. In addition we need to mitigate the problem of position computation as described in #9549. |
Coordinates are still expressed in radiants. This still need to be fixed. |
Description
Height from terrain measure in 3D mode doesn't seem to report the correct values (coordinates and height) in certain cases.
How to reproduce
Expected Result
The measurement tool should always provide the correct measurement value and properly handle corner cases by notifying the user if necessary (e.g. a measurement cannot be performed on a certain location for a specific reason).
Current Result
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: