Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Ignore Low Bing geocoder results if any higher. | M Somerville | 2020-11-08 | -0/+17 |
| | ||||
* | Improve Bing geocoder results. | Matthew Somerville | 2020-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 notation | Matthew Somerville | 2017-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). |