aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Bromley.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-22 17:29:49 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-03-22 17:29:49 +0000
commit8ce92aa814d69fbdb221483450b95ca2d9267bce (patch)
treeffe7390362d5bc17de04676459008011026377c1 /perllib/FixMyStreet/Cobrand/Bromley.pm
parente2cc014a4dc1728d78cbf8e076f1a15645d1e6e7 (diff)
Cobrand specific example front page placeholder, start of layout tweaks, fix geocoding.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Bromley.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm
index 4caeb16b6..75174b638 100644
--- a/perllib/FixMyStreet/Cobrand/Bromley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bromley.pm
@@ -18,12 +18,18 @@ sub path_to_web_templates {
}
sub disambiguate_location {
+ my $self = shift;
return {
+ %{ $self->SUPER::disambiguate_location() },
centre => '51.366836,0.040623',
span => '0.154963,0.24347',
bounds => [ '51.289355,-0.081112', '51.444318,0.162358' ],
};
}
+sub example_places {
+ return ( 'BR1 3UH', 'Glebe Rd, Bromley' );
+}
+
1;