aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Geocode/Bing.pm
Commit message (Collapse)AuthorAgeLines
* 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.