felt / geo

A collection of GIS functions for Elixir
MIT License
630 stars 88 forks source link

Fix typo #216

Closed preciz closed 1 month ago

preciz commented 2 months ago

Thank you for reviewing.

preciz commented 1 month ago

I think it is based on other examples:

https://github.com/felt/geo/blob/122e7a656e3549e09ecf74fae282c8b93f372689/lib/geo/line_stringz.ex#L3

Because here it says it defines the Polygon struct but it should say PolygonZ struct based on the other files. Becuase we are in the PolygonZ module.