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

Geometry_Engine: Split(Polyline, List<Line>, double) does not work against cutting lines with free ends #3289

Closed
pawelbaran opened this issue Feb 21, 2024 · 0 comments · Fixed by #3283
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@pawelbaran
Copy link
Member

Description:

As spotted by @vietle-bh , Split method throws an exception when the cutting line is freely ended inside the split polygon, as in the picture below:

image

Instead, both cutting lines should be ignored.

Steps to reproduce:

See this comment

Expected behaviour:

Test file(s):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant