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

Fix KMLReader to read coordinates with whitespace #1062

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

tohidemyname
Copy link
Contributor

KMLReader will raise "Invalid coordinate format" error for coordinates with extra whitespace.
Example file: https://developers.google.com/kml/documentation/KML_Samples.kml

Added line to trim and replace whitespace in coordinates string before processing.

@dr-jts dr-jts merged commit 11813d3 into locationtech:master Jul 4, 2024
1 of 2 checks passed
@dr-jts
Copy link
Contributor

dr-jts commented Jul 4, 2024

Thanks!

@jodygarnett jodygarnett added this to the 1.20.0 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants