aboutsummaryrefslogtreecommitdiffstats
path: root/t/MapIt.pm
Commit message (Collapse)AuthorAgeLines
* Mock MapIt postcode call to fix broken tests.Matthew Somerville2015-09-15-1/+16
| | | | SW1A 1AA has moved, who'd have thought.
* Make sure all co-ordinates are stringified.Matthew Somerville2015-02-13-0/+36
This includes MapIt postcode lookups, geocoding, query parameters, tile clicks. Stringifying truncates them to six decimal places, which means we no longer need any "short" versions anywhere, and the JSON response will always uses a decimal point regardless of locale.