-
Notifications
You must be signed in to change notification settings - Fork 802
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
C++ API: add methods to build Geographic/Vertical Offset conversions #3413
Conversation
Yes, this works. |
I have a question though. I tried to create a ProjectedCRS of a DerivedGeographicCRS to use the same technique for the vertical offset but even if the construction didn't fail, the deriving conversion was stripped.
Is this not allowed? |
I have a similar problem if I try to created a derived geographic from a bound (although this one doesn't surprise me as much). |
I don't see anything obvious in OGC Abstract Topic 2 spec (https://docs.opengeospatial.org/as/18-005r4/18-005r4.html ) that would be forbid this, but the WKT2 spec at http://docs.opengeospatial.org/is/18-010r7/18-010r7.html#74 clearly has no provision for this. You could ask https://lists.ogc.org/mailman/listinfo/coordtran.wg if it is intended or not. |
C++ API: add methods to build Geographic/Vertical Offset conversions
I tried to subscribe to the mailing list, but I'm still waiting for a confirmation. In the meantime I tried something different that seemed to unveil a bug in PROJ. I will submit another issue with the details. |
check your spam folder |
That was it, thanks! |
Cf #3411 (comment)
@hernando Please report if it works. I've just compiled tested this