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

OperatorContains gives incorrect result for this Polygon-Polyline pair #62

Closed
alocke opened this issue Oct 6, 2014 · 2 comments
Closed
Assignees
Milestone

Comments

@alocke
Copy link
Member

alocke commented Oct 6, 2014

OperatorContains returns true, but it should be false.
issue171

JSON strings
{"rings":[[[0,0],[0,10],[10,10],[10,0]],[[12,8],[12,10],[18,10],[18,8],[12,8]]]}
{"paths":[[[2,2],[2,8],[8,8],[8,2]],[[12,2],[12,4],[18,4],[18,2]]]}

@alocke alocke added the bug label Oct 6, 2014
@stolstov stolstov added this to the 1.2.1 milestone Oct 6, 2014
@stolstov stolstov mentioned this issue Feb 6, 2015
@alocke
Copy link
Member Author

alocke commented Feb 20, 2015

Fixed in Dev1.2.1 branch.

@alocke
Copy link
Member Author

alocke commented Mar 12, 2015

Verified fixed in master.

@alocke alocke closed this as completed Mar 12, 2015
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

3 participants