Skip to content

relocity/php-polylabel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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]

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%