We will be sunsetting Advisor during Jan, 2026 and will instead be providing information in Snyk Security DB.

You can begin to take advantage of Snyk Security DB today for a unified, package-centric experience.

How to use the @turf/boolean-overlap.default function in @turf/boolean-overlap

To help you get started, we’ve selected a few @turf/boolean-overlap examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github geosolutions-it / MapStore2 / web / client / utils / CoordinatesUtils.js View on Github external
    isBboxCompatible: (extent1, extent2) => overlap(extent1, extent2) || contains(extent1, extent2) || contains(extent2, extent1)

@turf/boolean-overlap

Checks if two geometries have an area of overlap without one being completely contained inside the other.

MIT
Latest version published 2 months ago

Package Health Score

92 / 100
Full package analysis

Popular @turf/boolean-overlap functions