paulmach / go.geo

Geometry/geography library in Go, DEPRECATED, use ->
https://github.com/paulmach/orb
MIT License
330 stars 55 forks source link

Add bound around point to enable geoqueries #10

Closed mlerner closed 9 years ago

mlerner commented 9 years ago

This PR adds the ability to generate a bound from a center point, given a certain distance from the center point.

@paulmach