You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get x = 1358761 y = 7420836
which is about 36 km too much to the south..
I have tried different wkt strings found on the net, but i can't find one that works.
The issue is that the projection "Mercator_1SP" needs additional help to perform the correct conversion.
Out of the box, proj4 wouldn't compute the correct result either, that is why the Extension token is there.
Add [PARAMETER["semi_minor",6378137]] anywhere in the parameter block and you should be all set.
Or use ProjectedCoordinateSystem.WebMercator in the first place.
Hi
First off, good job with this port!
I'm having issues transforming my geometry from 25832 to 3857.
I have a point:
x = 702575 y = 6153153 in epsg:25832
When i try to convert to epsg:3857 with this wkt string:
I get x = 1358761 y = 7420836
which is about 36 km too much to the south..
I have tried different wkt strings found on the net, but i can't find one that works.
If i try epsg.io's transformer i get the expected results:
https://epsg.io/transform#s_srs=25832&t_srs=3857&x=702575.0000000&y=6153153.0000000
Also, my old native dll implementation of proj4.dll works as intenden.
Can you fix this issue or point me in the right direction to find a solution?
Thanks!
Michael Pallesen
The text was updated successfully, but these errors were encountered: