aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Geocode/Bing.pm
Commit message (Collapse)AuthorAgeLines
* Ignore Low Bing geocoder results if any higher.M Somerville2020-11-08-0/+14
|
* Improve Bing geocoder results.Matthew Somerville2020-06-25-1/+9
| | | | | Add a couple of parameters to hopefully improve results, and make sure the returned locality is included in the summary address.
* Optional logging of unsuccessful location searchesZarino Zappia2020-02-26-0/+1
| | | | | | | | | If a SQLite file exists at `../data/analytics.sqlite` with a table named `location_searches_with_no_results`, then a row will be created for each /around search that returns no results. Could come in useful for anybody running an instance and looking to better understand how well their geocoder is performing.
* Switch geocoders to be pluggable.Matthew Somerville2019-09-19-1/+7
|
* Geocoders: allow cobrands to fixup user's search stringDave Arter2018-04-10-0/+2
| | | | | This is useful, for example, if the cobrand has a list of common typos that you want to account for.
* Move main bin scripts to separate packages.Matthew Somerville2015-12-02-0/+1
| | | | Maintain old location wrappers.
* Remove many uses of mySociety::Config.Matthew Somerville2015-12-02-1/+1
|
* 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-41/+4
|/ | | | | 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/+8
|
* Remove any Northern Ireland specific code.Matthew Somerville2012-07-20-9/+1
|
* Add Nominatim-based geocoding service (fixes #183).Matthew Somerville2012-07-13-1/+1
|
* Remove various UK specific code out of Default cobrand into UK one.Matthew Somerville2012-07-13-1/+1
|
* Merge branch 'master' into bromleyMatthew Somerville2012-05-16-1/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss
| * Fix bug wherein links on multiple result pages in other locales would not work.Matthew Somerville2012-05-04-1/+8
| |
* | Fix geocoding when it returns multiple results, only some of which are in NI.Matthew Somerville2012-05-11-3/+9
|/
* Make sure postalCode is present in result.Matthew Somerville2012-03-30-1/+1
|
* Also treat as same if just same locality and postalcode.Matthew Somerville2012-03-30-1/+3
|
* Ignore some 'duplicate' results in geocoding.Matthew Somerville2012-03-30-0/+8
|
* Initial creation of Bromley cobrand.Matthew Somerville2012-03-22-1/+1
|
* Reverse bing geocoding should get the local culture parameterGuillaume RISCHARD2012-03-22-2/+2
|
* International support for Bing geocodingGuillaume RISCHARD2012-03-22-4/+7
|
* do not add town if it is already in the queryStruan Donald2011-10-18-1/+1
|
* append town name to Bing gecode queries if provided to decrease false matchesStruan Donald2011-10-18-0/+1
|
* Ignore London in admin interface, text tweaks.Matthew Somerville2011-09-27-1/+1
|
* Add address information to description in RSS feedsStruan Donald2011-08-29-0/+32
|
* Store lat/lon from multiple results and use that to prevent infinite loop on ↵Matthew Somerville2011-08-09-1/+1
| | | | e.g. 'Clapham'.
* Factor out postcode lookups into cobrands, and string lookups into separate ↵Matthew Somerville2011-07-12-0/+67
packages.