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

Property 'booleanPointInPolygon' does not exist on type 'TurfStatic'

alamenai opened this issue · comments

Versions:

 "@turf/buffer": "^6.5.0",
 "@turf/collect": "^6.5.0",
 "@turf/mask": "^7.0.0-alpha.114",
 "@turf/nearest-point-to-line": "^6.5.0",
 "@turf/point-to-line-distance": "^6.5.0",
 "@turf/turf": "^6.5.0",

image

Hi @alamenai. Can you please show how you're importing @turf/turf?

Also, does your build step fail as well? Or does that work ok, and the only place you see the error is in your editor?