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

Add a safe WKTParser.parse function #3286

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

pomadchin
Copy link
Member

Overview

This PR fixes the CRS.fromWKT function behavior. It could throw, however, acording to its signature, it should handle the incorrect input.

Checklist

  • ./CHANGELOG.md updated, if necessary. Link to the issue if closed, otherwise the PR.
  • Unit tests added for bug-fix or new feature

Closes #3209

@pomadchin pomadchin self-assigned this Aug 17, 2020
@pomadchin pomadchin merged commit bea43a7 into locationtech:master Aug 17, 2020
@pomadchin pomadchin deleted the fix/from-wkt branch August 17, 2020 23:00
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.

CRS.fromWKT function throws
1 participant