Skip to content

Commit

Permalink
Geometry::valid() needs GEOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 29, 2018
1 parent a3aed82 commit 5e3bc4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdal/Geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ BOX3D Geometry::bounds() const

bool Geometry::valid() const
{
throwNoGeos();

return (bool)m_geom->IsValid();
}

Expand Down

0 comments on commit 5e3bc4f

Please sign in to comment.