PHP port of https://github.com/mapbox/polylabel
$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]| Name | Name | Last commit date | ||
|---|---|---|---|---|
PHP port of https://github.com/mapbox/polylabel
$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]