Skip to content

Instantly share code, notes, and snippets.

@aaronbuchanan
Last active March 2, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronbuchanan/fc17aa9aeea28491dff4742ee9f852c6 to your computer and use it in GitHub Desktop.
Save aaronbuchanan/fc17aa9aeea28491dff4742ee9f852c6 to your computer and use it in GitHub Desktop.
maxmind-geo-issue.md

Maxmind is returning this data:

{
  "location": {
    "accuracy_radius": 10,
    "latitude": 33.7866,
    "longitude": -118.2987,
    "metro_code": 803,
    "time_zone": "America/Los_Angeles"
  },
  "postal": {
    "code": "90094"
  }
}

Zipcode is in Playa Vista, CA (which is accurate) Latlong is in Palos Verdes, CA (~20 miles away)

What can explain the latlong and zip being so far apart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment