Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
For intersection search of "Main St and Castro St, Martinez "
the google geocoder api returns below coordinates
"location" : {
"lat" : 38.0107542,
"lng" : -122.131644
}
which is at the intersection of Robinson st and Castro st.(not castro st and main st).
similarly for intersection of "Jackson St and N 10th St, San Jose " the geocoder api returns below coordinates
"location" : {
"lat" : 37.3536295,
"lng" : -121.8906532
},
which is at the intersection of N 10th st and E Taylor st.
However changing position of streets returns the correct location.
We have also tried using & instead of and (as suggested in another thread -