Skip to content

Commit

Permalink
Add Line to Geometry Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mbattifarano committed May 25, 2017
1 parent da9b184 commit 7a4e398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ pub enum Geometry<T>
where T: Float
{
Point(Point<T>),
Line(Line<T>),
LineString(LineString<T>),
Polygon(Polygon<T>),
MultiPoint(MultiPoint<T>),
Expand Down

0 comments on commit 7a4e398

Please sign in to comment.