Moritz Duchêne
Moritz Duchêne
Adds support for MultiPolygons to `booleanContains()`. Closes https://github.com/Turfjs/turf/issues/2337 --- Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package...
Consider the following three polygons, `pink`, `green`, and `yellow`: `turf.booleanContains(green, yellow)` correctly returns True, because `green` spatially contains `yellow`. However, if a MultiPolygon is built out of `pink` and `green`,...
### Describe the bug: When calling `zap.ajaxSpider.stop()`, the Ajax Spider does not reliably stop as expected. In some cases, the API responds with `internal_error` or returns `OK` while the spider...