turf
turf copied to clipboard
Polygon label (pole of inaccessibility)
I notice that there is turf-polygon-reduce (https://github.com/Turfjs/turf/issues/240), a separate module which generates poles of inaccessibility for polygons, which didn't make it into Turf. But since then, there is https://github.com/mapbox/polylabel, a faster algorithm for generating good label placement spots from polygons.
Could this be bundled as a Turf package?
G'day @stevage
I don't see why not. You've been through the process of bundling an external dependency so feel free to give it another shot otherwise someone will get there eventually.
Cheers Rowan