Hi!
I have been struggling with an otherwise very simple task: exporting annotations and shapes in the same coordinate system as used for the orthomosaic.
The export works as expected when the orthomosaic is top-view and has a "normal" crs. However, I have not been able to export "projected" shapes from a custom-view or side-view orthomosaic.
In this case, my custom-view orthomosaic uses epsg:4978, but with negative X and huge Y coordinates, e.g.:
WGS 84 (EPSG::4978) -1931.398 X 6357705.971 Y
Obviously, there is a working transform - as the shapes are successfully printed on this side-view. Would anyone be able to help me out and point me to the obvious; any idea on how to access this transform and use it for the export of the shapes in the same coordinate system as the orthomosaic?
Any help is greatly appreciated!