diff options
author | Guillaume RISCHARD <git@stereo.lu> | 2012-03-22 12:06:05 +0100 |
---|---|---|
committer | Guillaume RISCHARD <git@stereo.lu> | 2012-03-22 12:06:05 +0100 |
commit | 0e83d3541eece4481bd6ad66eaffd9e6625d8137 (patch) | |
tree | 90b8d1fb1be6ac5ed080085b7bbf6dce1d3c95a3 /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | daa508bcf8c193fc90786c628cdcca76abfedb30 (diff) |
International support for Bing geocoding
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index aacfb5e2b..a99bec65e 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -239,6 +239,8 @@ Returns disambiguating information available sub disambiguate_location { return { country => 'uk', + bing_culture => 'en-GB', + bing_country => 'United Kingdom' }; } |