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

Small fix to transform to 4326 #87

Merged
merged 4 commits into from
Jul 12, 2023

Conversation

RemcoMeeuwissen
Copy link
Contributor

What I am changing

We found a small bug where, if the geom is not 4326 it should transform to 4326 but instead the transform uses the SRID which the geom is already in.

Should line 97 also be changed? Because it's also going to use the geom native SRID rather than 4326.

@vincentsarago
Copy link
Member

🙏 it would be nice if we could test this

@RemcoMeeuwissen RemcoMeeuwissen changed the title Samll fix to transform to 4326 Small fix to transform to 4326 Jul 12, 2023
@RemcoMeeuwissen
Copy link
Contributor Author

Took a few days but this test should be enough, it at least covers the use case where I found the bug 🙂

@vincentsarago
Copy link
Member

🙏 @RemcoMeeuwissen could you add a line in the changelog please

Thank you

@RemcoMeeuwissen
Copy link
Contributor Author

Didn't realize that there is a changelog now, hope this is clear enough

CHANGES.md Outdated Show resolved Hide resolved
@vincentsarago vincentsarago merged commit 12a5e54 into developmentseed:main Jul 12, 2023
4 checks passed
@RemcoMeeuwissen RemcoMeeuwissen deleted the transform-to-4326 branch July 12, 2023 21:46
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.

2 participants