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/UK - Newcastle to Ashington.
* @internal
class Extent4621
{
public function __invoke(): array
return
[
[-1.3, 55.3], [-1.8999999999999, 55.3], [-1.8999999999999, 54.85], [-1.3, 54.85], [-1.3, 55.3],
],
];
}