Russ Painter

Results 2 comments of Russ Painter

No. Sorry. I gave up on this control and rolled my own. It wasn't a great fit for my use anyway.

Here's another solution which is a bit more verbose, but also easier to understand: ``` export const TurfDistanceToPolygon = ( featureCollection: turf.FeatureCollection, point: turf.Feature ): number => { let bestDistanceKm...