Skip to content

Commit

Permalink
FIX MultiPoint#dimensions
Browse files Browse the repository at this point in the history
Simply wrong.
  • Loading branch information
michaelkirk committed Dec 7, 2020
1 parent 4ffc51c commit 4c35f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/dimensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ impl<C: CoordinateType> HasDimensions for MultiPoint<C> {
return Dimensions::Empty;
}

Dimensions::OneDimensional
Dimensions::ZeroDimensional
}

fn boundary_dimensions(&self) -> Dimensions {
Expand Down

0 comments on commit 4c35f7f

Please sign in to comment.