Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript

Home Page:https://turfjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@turf/booleanIntersects Result Incorrect

junewai1993 opened this issue · comments

Hi, I am using turf version 6.50 to check the intersection of green feature and grey feature.
I was expecting
turf.booleanIntersects(greenfeat, greyfeat)
would return me true, but the given function return false.

image

Can anyone help to figure out if this behavior is correct

I would suggest posting a runnable code sample with the geojson of your inputs