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

Replaced strings split with splitting by regexp #128

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Replaced strings split with splitting by regexp #128

merged 1 commit into from
Apr 26, 2023

Conversation

m-pavel
Copy link
Contributor

@m-pavel m-pavel commented Apr 19, 2023

Even WKT specification says nothing about whitespaces around parentheses there are systems generating WKT with spaces.
This PR replaces splitting by token with splitting by regexp and adds some tests.
It should also fix #127

@paulmach
Copy link
Owner

Thank you

@paulmach paulmach merged commit 80e521d into paulmach:master Apr 26, 2023
2 checks passed
@paulmach
Copy link
Owner

published v0.9.1 with this change https://github.com/paulmach/orb/releases/tag/v0.9.1

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.

Failed to parse wkt MultiPolygon
2 participants