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

Finding intersection between polygon and lineString objects #178

Open
paweljankowski opened this issue Jan 28, 2022 · 1 comment
Open

Finding intersection between polygon and lineString objects #178

paweljankowski opened this issue Jan 28, 2022 · 1 comment
Labels
feature New feature request. jira-sync-complete

Comments

@paweljankowski
Copy link

Hi,

Is it possible to find intersection between polygon and lineString objects? Are you going to implement that method?

--
Paweł

@1ec5
Copy link
Contributor

1ec5 commented Mar 4, 2022

There isn’t a dedicated method for that right now, but we’d be happy to consider a pull request implementing something along those lines. In the meantime, you can get the polygon’s outer ring or inner rings, convert them to line strings, and get the intersections with those line strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request. jira-sync-complete
Projects
None yet
Development

No branches or pull requests

3 participants