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;
* North America/Canada - east of 42°W.
* @internal
class Extent4617
{
public function __invoke(): array
return
[
[-40.7351522, 49.529643131642], [-42, 49.529643131642], [-42, 45.538352195322], [-40.7351522, 45.538352195322], [-40.7351522, 49.529643131642],
],
];
}