Replies: 1 comment 2 replies
-
Swap the transform creation direction so it is from 'wgs84' to 'vn2000' (vs 'vn2000'->'wgs84').
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
As title of this discussion. I would like to define a PROJProjection by proj4 params and make a transformation from WGS84 to VN2000 in my Swift project
Please take a look at my Swift code below:
But the result seem to be wrong with the online transform tool at: https://epsg.io/transform#s_srs=4326&t_srs=9210&x=106.6933322&y=10.7852875
Please tell me how to define a PROJProjection from proj4 params and help me solve this issue
Beta Was this translation helpful? Give feedback.
All reactions