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

Add php-polylabel port to readme #88

Closed dliebner closed 3 years ago

dliebner commented 3 years ago

I added a PHP port of Polylabel. It uses SplPriorityQueue for the priority queue. It contains basic unit tests that all pass.