Skip to content
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

createOperation(): make it work properly when one of the CRS is a BoundCRS of a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....) #2441

Merged
merged 2 commits into from
Nov 21, 2020

Conversation

rouault
Copy link
Member

@rouault rouault commented Nov 21, 2020

No description provided.

…omparing to a DerivedGeographicCRS/DerivedGeodeticCRS
…ndCRS of a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....)
@rouault rouault merged commit 3f40583 into OSGeo:master Nov 21, 2020
@PROJ-BOT
Copy link
Contributor

The backport to 7.2 failed:

The process '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-7.2 7.2
# Navigate to the new working tree
cd .worktrees/backport-7.2
# Create a new branch
git switch --create backport-2441-to-7.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 3f4058308bc328765dcf6ecdcb8fa7a644f3cc19
# Push it to GitHub
git push --set-upstream origin backport-2441-to-7.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.2

Then, create a pull request where the base branch is 7.2 and the compare/head branch is backport-2441-to-7.2.

@rouault
Copy link
Member Author

rouault commented Nov 21, 2020

@kbevers Hum, despite my upgrading of the backport.yml, it still fails. Maybe wrong credentials ?

anyway manually backported

@rouault rouault added this to the 7.2.1 milestone Nov 21, 2020
@kbevers
Copy link
Member

kbevers commented Nov 21, 2020

Hum, despite my upgrading of the backport.yml, it still fails. Maybe wrong credentials ?

Perhaps. I can try to look into that later this weekend.

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.

3 participants