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

Intersection is returning an empty polyline but it should not be empty. #43

Closed
alocke opened this issue Jul 8, 2014 · 2 comments
Closed
Assignees
Milestone

Comments

@alocke
Copy link
Member

alocke commented Jul 8, 2014

Given two polygons that intersect to a polyline and dimension mask = 2, the returned polyline should not be empty.

Input geometry:
{"rings":[[[-97.174860352323378,48.717174479818425],[-97.020624513410553,58.210155436624177],[-94.087641114245969,58.210155436624177],[-94.087641114245969,48.639781902013226],[-97.174860352323378,48.717174479818425]]]}

Intersector:
{"rings":[[[-94.08764111399995,52.68342763000004],[-94.08764111399995,56.835188018000053],[-90.285921520999977,62.345706350000057],[-94.08764111399995,52.68342763000004]]]}

Dimension mask = 2
Wkid = 4326

@stolstov
Copy link
Member

stolstov commented Jul 9, 2014

@alocke This is due to incorrect test of intersection of bounding boxes of these polygons. This will be fixed with the next code drop.

@stolstov stolstov assigned alocke and unassigned stolstov Aug 26, 2014
@alocke
Copy link
Member Author

alocke commented Aug 26, 2014

Verified fixed in master branch.

@alocke alocke closed this as completed Aug 26, 2014
@stolstov stolstov added this to the 1.2 milestone Sep 10, 2014
WenJJ2000 pushed a commit to DD2480-Group-3/geometry-api-java-213 that referenced this issue Mar 6, 2024
…ructure

Revert "docs: Added md file that describes the tags for our commits"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants