We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Is it possible to find intersection between polygon and lineString objects? Are you going to implement that method?
-- Paweł
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Hi,
Is it possible to find intersection between polygon and lineString objects? Are you going to implement that method?
--
Paweł
The text was updated successfully, but these errors were encountered: