aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-18 11:15:27 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-18 11:15:27 +0100
commitb50e91710b4dc37fb5f9e3ec28233d34c6413c25 (patch)
tree3dc30953976915bb68eee88a603f190063fd5088
parent7ae1d738b3983df3708b02211fef84b6b04074dd (diff)
put in barnet example places and add barnet to disambiguation
-rw-r--r--perllib/FixMyStreet/Cobrand/Barnet.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Barnet.pm b/perllib/FixMyStreet/Cobrand/Barnet.pm
index 60fdb6da6..b3876a2c6 100644
--- a/perllib/FixMyStreet/Cobrand/Barnet.pm
+++ b/perllib/FixMyStreet/Cobrand/Barnet.pm
@@ -22,6 +22,7 @@ sub disambiguate_location {
my $self = shift;
return {
%{ $self->SUPER::disambiguate_location() },
+ town => 'Barnet',
centre => '51.612832,-0.218169',
span => '0.0563,0.09',
bounds => [ '51.584682,-0.263169', '51.640982,-0.173169' ],
@@ -98,5 +99,9 @@ sub council_rss_alert_options {
return ( \@options, @reported_to_options ? \@reported_to_options : undef );
}
+
+sub example_places {
+ return [ 'N11 1NP', 'Wood St' ];
+}
1;