tidwall / geojson

GeoJSON for Go. Used by Tile38
MIT License
130 stars 28 forks source link

Handle case where given radius exceeds Earth's #12

Closed melbania closed 5 years ago

melbania commented 5 years ago

Fixes tidwall/tile38#422 where NEARBY returns nothing if query's radius is larger than Earth's radius.

tidwall commented 5 years ago

Thanks for the PR. Could you also add a test?