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 the overlaps predicate #238

Open
wants to merge 1 commit into
base: as/usecore
Choose a base branch
from
Open

Fix the overlaps predicate #238

wants to merge 1 commit into from

Conversation

asinghvi17
Copy link
Member

@asinghvi17 asinghvi17 commented Nov 25, 2024

Overlaps failed for a polygon like this (see the changes to test for the polygons), where the polygons overlap but only intersect at vertices (so every line-line intersection is a hinge intersection)
display
this PR attempts to move the implementation to the geom_geom_processor interface. Still fails for lines where one line covers another. Maybe I need some adjustments to the allows/requires?

cc @skygering

This fixes the test case I added
@asinghvi17 asinghvi17 changed the base branch from main to as/usecore November 25, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant