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

Fixes parse error with complex shapes #6976

Merged
merged 1 commit into from Jul 24, 2014
Merged

Fixes parse error with complex shapes #6976

merged 1 commit into from Jul 24, 2014

Commits on Jul 24, 2014

  1. Geo: Fixes parse error with complex shapes

    The bug reproduces when the point under test for the placement of the hole of the polygon has an x coordinate which only intersects with the ends of edges in the main polygon. The previous code threw out these cases as not relevant but an intersect at 1.0 of the distance from the start to the end of an edge is just as valid as an intersect at any other point along the edge.  The fix corrects this and adds a test.
    
    Closes #5773
    colings86 committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    5483c62 View commit details
    Browse the repository at this point in the history