aboutsummaryrefslogtreecommitdiffstats
path: root/t/Mock/Bing.pm
Commit message (Collapse)AuthorAgeLines
* Ignore Low Bing geocoder results if any higher.M Somerville2020-11-08-0/+17
|
* Improve Bing geocoder results.Matthew Somerville2020-06-25-0/+30
| | | | | Add a couple of parameters to hopefully improve results, and make sure the returned locality is included in the summary address.
* [UK] Stop nearest request with scientific notationMatthew Somerville2017-05-18-0/+37
If the longitude was very close to 0, it was being sent as e.g. 1e-6 in the request to MapIt. Mock out the Bing query so that this can be tested (the closest.t tests were previously always being skipped).