diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-11 16:39:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-11 16:39:37 +0100 |
commit | cc0673a75f76a4b344a7cbd80ca4cd3cd8cfd746 (patch) | |
tree | 1596023f25a142c7b7a36ca1671712c648f228d2 | |
parent | a2fcf4a4ba4fd1566626d49cd91f029b81c46bda (diff) |
Add Bromley to searches if not present.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 5bc292306..90e71a36e 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -26,6 +26,7 @@ sub disambiguate_location { my $self = shift; return { %{ $self->SUPER::disambiguate_location() }, + town => 'Bromley', centre => '51.366836,0.040623', span => '0.154963,0.24347', bounds => [ '51.289355,-0.081112', '51.444318,0.162358' ], |