aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Geocode/OSM.pm
Commit message (Collapse)AuthorAgeLines
* Merge branch 'issues/fms-mobile/190'Matthew Somerville2015-02-13-10/+9
|\ | | | | | | | | Conflicts: perllib/FixMyStreet/Geocode/Google.pm
| * Make sure all co-ordinates are stringified.Matthew Somerville2015-02-13-10/+9
| | | | | | | | | | | | | | 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.
* | Expire cached geolocations after a week.Matthew Somerville2015-02-13-20/+2
|/ | | | | And refactor geoloction caching code into one function (except for Zurich which has its own SOAP based system).
* Use env in shebang lines, and remove unneeded onesMatthew Somerville2015-01-19-2/+0
|
* Add Zurich geocoder (and allow geocoder choice to be picked in config).Matthew Somerville2012-12-04-1/+6
|
* Travis script.Matthew Somerville2012-10-05-1/+1
|
* Add a missing "use" statement, required for in_gb_localeMark Longair2012-09-20-0/+1
|
* Increase timeout for Nominatim, to fix #316.Matthew Somerville2012-08-31-1/+2
|
* Add Nominatim-based geocoding service (fixes #183).Matthew Somerville2012-07-13-5/+64
|
* Missing include.Matthew Somerville2011-07-12-3/+3
|
* Get OSM lookup hopefully working, does #95 except for bin scripts.Matthew Somerville2011-07-12-32/+5
|
* Factor out find_closest from send-reports, initial OSM.pm from osm_road_info ↵Matthew Somerville2011-07-12-0/+143
branch, needs altering before it will work.