turf
turf copied to clipboard
feat(@turf/boolean-contains): Add MultiPolygon support
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 modified.
- [x] Have read How To Contribute.
- [x] Run
npm testat the sub modules where changes have occurred. - [x] Run
npm run lintto ensure code style at the turf module level.