mapbox / polylabel

A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)
Other
1.44k stars 151 forks source link

Multipolygon/MultiLineString/MultiPoint support? #65

Closed wysisoft closed 4 years ago

wysisoft commented 4 years ago

Any interest in supporting MultiX geojson, or maybe a workaround, like should I be doing it for each child and then averaging it all together?

mourner commented 4 years ago

Not interested in supporting lines / points (this library's scope is strictly polygons). For MultiPolygon, there's #54.