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

Changed return type of Layer::spatial_ref from Result to Option. #355

Merged
merged 1 commit into from
Dec 31, 2022

Conversation

metasim
Copy link
Contributor

@metasim metasim commented Dec 31, 2022

Fixes #248.

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

@lnicola
Copy link
Member

lnicola commented Dec 31, 2022

bors r+

@bors bors bot merged commit 2fd7dcb into georust:master Dec 31, 2022
@metasim metasim deleted the fix/248 branch December 31, 2022 16:26
@metasim metasim mentioned this pull request Dec 31, 2022
2 tasks
@metasim metasim mentioned this pull request May 18, 2023
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.

Layer::spatial_ref should return Option<SpatialRef>, not Result<SpatialRef>
2 participants