aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/Cobrand/Buckinghamshire.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
index 71ada1148..72dd485ac 100644
--- a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
@@ -51,11 +51,17 @@ sub open311_config {
my $extra = $row->get_extra_fields;
push @$extra,
{ name => 'report_url',
- value => $h->{url} };
+ value => $h->{url} },
+ { name => 'title',
+ value => $row->title },
+ { name => 'description',
+ value => $row->detail };
$row->set_extra_fields(@$extra);
}
sub map_type { 'Buckinghamshire' }
+sub default_map_zoom { 3 }
+
1;