Skip to content

Commit

Permalink
Merge pull request #3820 from rouault/fix_3819
Browse files Browse the repository at this point in the history
Various fixes related to #3819
  • Loading branch information
rouault authored Jul 17, 2023
2 parents f440bfd + fad9ad9 commit c5b74f1
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 111 deletions.
3 changes: 2 additions & 1 deletion include/proj/coordinateoperation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,8 @@ class PROJ_GCC_DLL ConcatenatedOperation final : public CoordinateOperation {
PROJ_INTERNAL static void
fixStepsDirection(const crs::CRSNNPtr &concatOpSourceCRS,
const crs::CRSNNPtr &concatOpTargetCRS,
std::vector<CoordinateOperationNNPtr> &operationsInOut);
std::vector<CoordinateOperationNNPtr> &operationsInOut,
const io::DatabaseContextPtr &dbContext);
//! @endcond

protected:
Expand Down
Loading

0 comments on commit c5b74f1

Please sign in to comment.