go-spatial / geom

Geometry interfaces to help drive interoperability within the Go geospatial community
MIT License
173 stars 38 forks source link

Update tile.go to return `[]Tile` from in `FromBounds` method. #117

Closed thisisaaronland closed 3 years ago

thisisaaronland commented 3 years ago

The FromBounds was returning nil rather than the list of tiles it generated. This PR fixes that.