Skip to content

Commit

Permalink
Add missing MultiPointZ in list of geometry types
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach authored Nov 20, 2019
1 parent 787542d commit 92e0a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/geo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defmodule Geo do
* Polygon
* PolygonZ
* MultiPoint
* MultiPointZ
* MulitLineString
* MulitLineStringZ
* MultiPolygon
Expand Down Expand Up @@ -77,6 +78,7 @@ defmodule Geo do
| Geo.Polygon.t()
| Geo.PolygonZ.t()
| Geo.MultiPoint.t()
| Geo.MultiPointZ.t()
| Geo.MultiLineString.t()
| Geo.MultiLineStringZ.t()
| Geo.MultiPolygon.t()
Expand All @@ -97,6 +99,7 @@ defmodule Geo do
Geo.Polygon,
Geo.PolygonZ,
Geo.MultiPoint,
Geo.MultiPointZ,
Geo.MultiLineString,
Geo.MultiLineStringZ,
Geo.MultiPolygon,
Expand Down

0 comments on commit 92e0a85

Please sign in to comment.