-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Switch to OSM for reverse geocoding #4444
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4444 +/- ##
===========================================
- Coverage 82.27% 69.60% -12.68%
===========================================
Files 364 41 -323
Lines 27610 4872 -22738
Branches 4276 0 -4276
===========================================
- Hits 22717 3391 -19326
+ Misses 3609 1481 -2128
+ Partials 1284 0 -1284 |
@dracos not quite finished yet (need to ensure all cobrands' use of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, looking good :)
ae95b16
to
6eee39b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small issues, plus one large issue concerning tests making external calls.
Given the amount of code checking display_name/resourceSets, I'd later suggest we factor that into Problem.pm so it can return one canonical set of data for a geocode row perhaps, would simplify all the changes here, but probably not for now given the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woo :)
ee72137
to
e8e1c23
Compare
No description provided.