/turf-intersect

find the intersection of features

Primary LanguageJavaScript

build status

turf-intersect

Find the intersection of geographic shapes.

var intersect = require('turf-intersect');
var intersection = intersect(a, b);