-
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
Improving geodesic distance for 3D mesurement #10121
Closed
1 of 6 tasks
Labels
3D
All issues related to the 3D rendering in CesiumJs
Accepted
C299- POLITO -2023-MS_DigitalTwin
enhancement
Milestone
Comments
tdipisa
added
C299- POLITO -2023-MS_DigitalTwin
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
labels
Mar 25, 2024
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Mar 26, 2024
12 tasks
MV88
added a commit
that referenced
this issue
Apr 4, 2024
* Fix #10121 moving the rendered measure as the normal one * review line position --------- Co-authored-by: allyoucanmap <[email protected]>
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Apr 9, 2024
…ne (geosolutions-it#10130) * Fix geosolutions-it#10121 moving the rendered measure as the normal one * review line position --------- Co-authored-by: allyoucanmap <[email protected]>
allyoucanmap
added a commit
that referenced
this issue
Apr 10, 2024
…0183) * Fix #10121 moving the rendered measure as the normal one * review line position --------- Co-authored-by: allyoucanmap <[email protected]>
tdipisa
removed
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Apr 10, 2024
offtherailz
pushed a commit
to offtherailz/MapStore2
that referenced
this issue
Apr 10, 2024
…ne (geosolutions-it#10130) * Fix geosolutions-it#10121 moving the rendered measure as the normal one * review line position --------- Co-authored-by: allyoucanmap <[email protected]>
@MV88 the height of the geodetic measurement changes when you switch to area and angle measurement. (on DEV and QA) geodesic.mp4 |
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Apr 10, 2024
allyoucanmap
pushed a commit
that referenced
this issue
Apr 11, 2024
ElenaGallo
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Apr 11, 2024
MV88
added a commit
to MV88/MapStore2
that referenced
this issue
Apr 12, 2024
MV88
added a commit
that referenced
this issue
Apr 12, 2024
ElenaGallo
removed
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Apr 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3D
All issues related to the 3D rendering in CesiumJs
Accepted
C299- POLITO -2023-MS_DigitalTwin
enhancement
Description
With #10000 the geodesic distance for 3D measurement has been included. There are a few necessary modifications needed to make that measurement type usable and less ambiguous.
1 - When you draw the first point its position is not fixed in the view and this make the measurement ambiguous: the first point should be anchored at the clicked point
2 - Currently the measurement is drawn for consistency on the ellipsoid at the absolute 0 and this make unclear the measurement position in many cases (specially if you are working at urban level).
measure_2.mp4
The position of the measurement should be preserved as drawn by the user but it should be clearly indicated somehow that it is referencing a distance calculated at the absolute 0 (maybe we can do this info in tooltip and use guide).
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: