hwkiem / imho

davdiv.vercel.app
3 stars 1 forks source link

CreateReview generates residence w/ incorrect coords #46

Closed hwkiem closed 3 years ago

hwkiem commented 3 years ago

Major Bug

Upon completing entryReview a review is created for the given address and signed in user. This will serve as the base review for their current residence.

Issue: The coords of the created residence are drastically incorrect.

Example

With address of 1260 Lake Blvd, Davis, CA we expect coords of 38.55, -121.78

However, the coords attached to this residence are incorrect. See image

Screen Shot 2021-08-31 at 10 01 31 PM
hwkiem commented 3 years ago

@jryan3211 It looks like you are just doing a 180-(res) on the response from geocoder? I am sending you the correct place_id. Anyway, take a look.