Skip to content

Commit

Permalink
SpatiaLite now supports ST_Azimuth() and ST_MaxDistance()
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 22, 2024
1 parent 05f81c2 commit ac7be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GeometryEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ public function testMaxDistance(string $geometry1, string $geometry2, float $max
{
$geometryEngine = $this->getGeometryEngine();

if ($this->isGEOS() || $this->isMySQL() || $this->isMariaDB() || $this->isSpatiaLite()) {
if ($this->isGEOS() || $this->isMySQL() || $this->isMariaDB()) {
$this->expectException(GeometryEngineException::class);
}

Expand Down

0 comments on commit ac7be30

Please sign in to comment.