Skip to content

Commit

Permalink
fix branch in st_isvalid
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Oct 2, 2023
1 parent 4c977dc commit da8b3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spatial/src/spatial/geos/functions/scalar/st_is_valid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ static bool IsValidForGeos(Geometry &geometry) {
return false;
}
}
return true;
}
case GeometryType::MULTILINESTRING: {
for (auto &linestring : geometry.GetMultiLineString()) {
Expand Down

0 comments on commit da8b3d6

Please sign in to comment.