We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mpoly1.json mpoly2.json
$arr1 = json_decode(file_get_contents("mpoly1.json")); $arr2 = json_decode(file_get_contents("mpoly2.json")); $subject = new \MartinezRueda\Polygon($arr1); $clipping = new \MartinezRueda\Polygon($arr2); $result = (new \MartinezRueda\Algorithm())->getUnion($subject, $clipping); echo json_encode($result->toArray()), PHP_EOL;
Differences of polygons or other unions works as expected, but with this particular files, some output is missing, see attached output.jpg.
Using the martinez-rueda javascript implementation, everything goes well.
codepen javscript implementation
Can anybody offer some help?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mpoly1.json
mpoly2.json
Differences of polygons or other unions works as expected, but with this particular files, some output is missing, see attached output.jpg.
Using the martinez-rueda javascript implementation, everything goes well.
codepen javscript implementation
Can anybody offer some help?
The text was updated successfully, but these errors were encountered: