Skip to content

Fixes for AutoIdentifyEPSG() and OGRCoordinateTransformation related to axis order#4041

Merged
rouault merged 3 commits intoOSGeo:masterfrom
rouault:fix_4038
Jun 29, 2021
Merged

Fixes for AutoIdentifyEPSG() and OGRCoordinateTransformation related to axis order#4041
rouault merged 3 commits intoOSGeo:masterfrom
rouault:fix_4038

Conversation

@rouault
Copy link
Copy Markdown
Member

@rouault rouault commented Jun 28, 2021

No description provided.

@rouault rouault merged commit 4937b50 into OSGeo:master Jun 29, 2021
@github-actions
Copy link
Copy Markdown

The backport to release/3.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.3 release/3.3
# Navigate to the new working tree
cd .worktrees/backport-release/3.3
# Create a new branch
git switch --create backport-4041-to-release/3.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 4937b5034acd00a3b23d767e38fd90fa3f8eb280
# Push it to GitHub
git push --set-upstream origin backport-4041-to-release/3.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.3

Then, create a pull request where the base branch is release/3.3 and the compare/head branch is backport-4041-to-release/3.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant