Coordinates - longitude/latitude VS x/y/z #1730
-
Hi ! In the constructor of src/Core/Geographic/Coordinates.js, we have:
In the constructor of Coordinates, the documentation states that we can input x or longitude value for the same parameter. It is the same for y and z (latitude and altitude). However, there are not supposed to have the same value, one is in meter the other in degree. There should be a conversion but I have not seen any. Is that normal ? Thanks for your advises, Clemence |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello Clemence The |
Beta Was this translation helpful? Give feedback.
Hello Clemence
The
EPSG
indicates unit value (meter or degree) forv0
andv1
.For
v3
is always in meter for altitude.