scottschluer / geolocation

A C# class library that will calculate distance and cardinal direction between two sets of coordinates and provides the lat/long boundaries around an origin coordinate allowing for simple SQL or LINQ selection of locations within the given radius.
MIT License
203 stars 46 forks source link

Coordinate bounding box incorrect when bounding box includes poles or 180th meridian #6

Open scottschluer opened 7 years ago

scottschluer commented 7 years ago

Can be reproduced by adding a "5000" radius to the example program and searching for all locations within 5000 miles. It will return 0 locations.