Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lat/Lng on /locations endpoint is flipped #119

Open
chrisschaaf opened this issue Dec 15, 2020 · 0 comments
Open

Lat/Lng on /locations endpoint is flipped #119

chrisschaaf opened this issue Dec 15, 2020 · 0 comments

Comments

@chrisschaaf
Copy link
Collaborator

chrisschaaf commented Dec 15, 2020

ex:

{
  "locations": [
    {
      "address": "601 N Iowa St",
      "city": "Lawrence",
      "id": 1,
      "latitude": -95.2632409,
      "longitude": 38.9930314,
      "state": "KS",
      "zipCode": 66044
    }
  ]
}

/location-markers seems good, just this one is flipped and will probably mess up location filtering.
The data as far as I can tell is being inputted correctly in the db_operations, but perhaps just the endpoint output is flipped?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant