diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-25 17:26:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-25 17:26:57 +0100 |
commit | 5ab9f3916e43372a89dd78740b752de2c7cf2552 (patch) | |
tree | e9c70d7be92b72ef6b7d422878a82ff141856899 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | 7f4279e44fa11aa2aa4a5f95b50c9e16d1d6e9e3 (diff) |
Allow map override from cobrand.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index d09937ac2..f7d885da2 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -43,6 +43,10 @@ sub example_places { return ( 'BR1 3UH', 'Glebe Rd, Bromley' ); } +sub map_type { + 'Bromley'; +} + sub on_map_default_max_pin_age { return '1 month'; } |