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

Points from multiple WKT geometries incorrectly being linked #12

Open
ruipinge opened this issue Apr 19, 2021 · 0 comments
Open

Points from multiple WKT geometries incorrectly being linked #12

ruipinge opened this issue Apr 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ruipinge
Copy link
Owner

Example:

LINESTRING (270552 45740, 270549.52 45740.45, 270547 45740, 270544 45738, 270542 45735, 270542 45733)
LINESTRING (270563.17 45729.01, 270567.7 45732.27, 270572.73 45736.14, 270579.08 45741.07, 270582 45744)
LINESTRING (270542 45733, 270541 45732, 270541 45731)
LINESTRING (270563.17 45729.01, 270561.96 45727.26, 270560.02 45725.73)

But working with a newline in between each other:

LINESTRING (270552 45740, 270549.52 45740.45, 270547 45740, 270544 45738, 270542 45735, 270542 45733)

LINESTRING (270563.17 45729.01, 270567.7 45732.27, 270572.73 45736.14, 270579.08 45741.07, 270582 45744)

LINESTRING (270542 45733, 270541 45732, 270541 45731)

LINESTRING (270563.17 45729.01, 270561.96 45727.26, 270560.02 45725.73)
@ruipinge ruipinge added the bug Something isn't working label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant