Skip to content
 
 

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-polylabel

PHP port of https://github.com/mapbox/polylabel

Usage

$polygon = [[0, 0], [1, 0], [1, 1], [0, 1], [0, 0]];

$polylabel = new Relocity\PhpPolylabel\Polylabel;
$center = $polylabel->getCenter($polygon); // ['x' => 0.5, 'y' => 0.5, 'distance' => 0.5]

Releases

Packages

Contributors

Languages