for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* PHPCoord.
*
* @author Doug Wright
*/
declare(strict_types=1);
namespace PHPCoord\Geometry\Extents\BoundingBoxOnly;
* Europe-FSU/Spain - Canary Islands western.
* @internal
class Extent4598
{
public function __invoke(): array
return
[
[-17.833477020264, 27.898611068726], [-18.219863891602, 27.898611068726], [-18.219863891602, 27.587495803833], [-17.833477020264, 27.587495803833], [-17.833477020264, 27.898611068726],
],
[-17.039167404175, 28.256109237671], [-17.382499694824, 28.256109237671], [-17.382499694824, 27.959997177124], [-17.039167404175, 27.959997177124], [-17.039167404175, 28.256109237671],
[-16.086167007681, 28.622220993042], [-16.95937538147, 28.622220993042], [-16.95937538147, 27.934164047241], [-16.086167007681, 27.934164047241], [-16.086167007681, 28.622220993042],
[-17.666528701782, 28.898195266724], [-18.05305480957, 28.898195266724], [-18.05305480957, 28.403192520142], [-17.666528701782, 28.403192520142], [-17.666528701782, 28.898195266724],
];
}