-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix for polygon intersects polygon where polygon contains polygon (…
…#179) * fix space * Fix insects bug where a line is fully inside polygon, without crossing an edge * added PolyLine intersects Polygon function * added PolyLine tests * Fix header * fix space * Fix insects bug where a line is fully inside polygon, without crossing an edge * added PolyLine intersects Polygon function * added PolyLine tests * added polyline polygon insects function * added polygon polyline insection function * fix wrong merge * fix second merge error * debug and add test getRingPolygon * resolve conflicts * added tests polygon contains polygon * fix bug where polygon contains polygon * get vertexes from multipolygons * added test for getVertexes function * added test where a polygon intersects itself * make private getVertexes function
- Loading branch information
1 parent
62910c3
commit 58ebcd9
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters