Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenakh committed Mar 7, 2024
1 parent 9d70f43 commit 39e10e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tgo

[![GoDoc](https://pkg.go.dev/badge/github.com/akhenakh/tgo)](https://pkg.go.dev/github.com/akhenakh/tgo)

[<img src="img/tgo.jpg">](https://github.com/akhenakh/tgo/)

Go bindings for [tidwall/tg](https://github.com/tidwall/tg) Geometry library for C - Fast point-in-polygon

Expand Down
Binary file added img/tgo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ring.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func (r *Ring) AsPoly() *Poly {
}
}

// AsText returns the representation of the ring as WKT.
func (r *Ring) AsText() string {
return r.AsGeom().AsText()
}
Expand Down

0 comments on commit 39e10e4

Please sign in to comment.