Ondra Svoboda
Ondra Svoboda
I'm hitting the same issue, in my case I need to transform GK4 to WGS84 using BETA2007.gsb gridfile. Is there any plan to implement this? Thanks!
Works great, thanks! Would be nice to have it integrated into NetTopologySuite.
@wo80, just noticed that WGS84->GK4 fails with "No support for transforming between the two specified coordinate systems", can also this transformation be supported? Isn't it just a matter of extending...
Seems that adding this part in there, does the trick: ``` else if (sourceCS is GeographicCoordinateSystem && targetCS is ProjectedCoordinateSystem) { ct = factory.CreateFromCoordinateSystems(sourceCS, targetCS); var list = GetCoordinateTransformationList(ct); //...
cool, thanks
Isn't there a way how to do it without join? Because join is not really needed in this case. Can this be used for PostgreSQL? https://stackoverflow.com/questions/7869592/how-to-do-an-update-join-in-postgresql
Hi, did you find anything new regarding this issue?
Cool, thanks for the info.
Hi, I'm facing the same issue. @senchden does #1406 fix it for you? @pauldendulk I see that #1406 was merged, when do you expect to be released?
That's good news, thanks. I need to wait till it's released then,