aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Geocode.pm
Commit message (Expand)AuthorAgeLines
* Use Google API when no API key is set.Petter Reinholdtsen2011-09-08-3/+2
* die with a slightly useful message if we have no geocoding provider availableStruan Donald2011-07-27-0/+1
* Factor out postcode lookups into cobrands, and string lookups into separate p...Matthew Somerville2011-07-12-180/+13
* Skip non-UK results in Bing geocoder, remove some geocode tests.Matthew Somerville2011-06-29-1/+1
* Bing geocoder.Matthew Somerville2011-06-29-56/+103
* Centralise UK location check to catch edge cases.Matthew Somerville2011-06-17-12/+0
* Move country to cobrand rather than config option.Matthew Somerville2011-06-14-10/+10
* Removal of old Cobrand.pm and last .Matthew Somerville2011-06-07-1/+0
* Final bits of Page.pm gone.Matthew Somerville2011-06-07-1/+0
* Get rid of some more fake_q etc.Matthew Somerville2011-06-06-37/+27
* google maps don't seem to pay as much attention to region hinting as they onc...Struan Donald2011-05-24-2/+14
* Handle NO postcodes via mapit.Matthew Somerville2011-03-05-0/+8
* Factor out address checking, so that single results are checked too (e.g. for...Matthew Somerville2011-02-24-21/+25
* Remove unneeded decodes, everything is already decoded by then, and fix for p...Matthew Somerville2011-02-24-1/+0
* Couple of URI escaping fixes, plus cope with different versions of LWP return...Matthew Somerville2011-02-22-0/+1
* Hopefully mostly fix charset issue (FastCGI was very unhelpful here, it turns...Matthew Somerville2011-02-17-0/+1
* Various encoding fixing.Matthew Somerville2011-02-16-2/+4
* Only do lat/lon->E/N check if country is GB.Matthew Somerville2011-02-14-7/+9
* Footer for Norway.Matthew Somerville2011-02-12-0/+1
* Norway place lookup.Matthew Somerville2011-02-11-9/+13
* Helper function for all latlon to OSGB36 calls.Matthew Somerville2011-02-11-4/+2
* More EN locales.Matthew Somerville2011-02-11-1/+4
* Put back UK-only code for atomic nature of E/N -> lat/lon conversion, module ...Matthew Somerville2011-02-10-0/+7
* Lots of conversions - code now in a broken stateEdmund von der Burg2011-02-08-22/+14
* Add note about cache dir to install stepsEdmund von der Burg2011-02-07-0/+2
* Have FixMyStreet::Geocode only deal in real co-ordinates.Matthew Somerville2010-11-23-20/+8
* Factor out geocoding functions.Matthew Somerville2010-11-23-0/+168