mikeobrien / ZipCodeCoords

Zip Code Coordinates .NET Component
MIT License
4 stars 4 forks source link

Long/Lats are reversed on a search #1

Open larrybud2004 opened 7 years ago

larrybud2004 commented 7 years ago

The function

Coordinate coor = Spatial.Search(zipcode);

Returns the long/lat with the values reversed.

mikeobrien commented 7 years ago

Thx for catching that! I'll get it updated.