aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Cobrand.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-04 12:24:03 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-04 12:24:03 +0100
commit8fa7e52025478515203b39f3e7afafb829b60731 (patch)
tree295fb14df87abc4577418cfd294931cc51f7c991 /perllib/Cobrand.pm
parent689e4c3bd7c7c1cb24ecad3b35a57947bfb7945b (diff)
parente591ef105c5996e95f2e7738b324c25b3708f0be (diff)
Merge branch 'master' into migrate_to_catalyst
Conflicts: .gitignore commonlib conf/packages perllib/FixMyStreet/Map.pm templates/website/cobrands/barnet/footer web/confirm.cgi web/css/core.css web/import.cgi web/index.cgi
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r--perllib/Cobrand.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/Cobrand.pm b/perllib/Cobrand.pm
index fa2dd9e88..b1ec6ba75 100644
--- a/perllib/Cobrand.pm
+++ b/perllib/Cobrand.pm
@@ -119,6 +119,8 @@ my %fns = (
# The MaPit types this site handles
'area_types' => { default => '[qw(DIS LBO MTD UTA CTY COI)]' },
'area_min_generation' => { default => '10' },
+ # Some cobrands that use a Tilma map have a smaller mid-point to make pin centred
+ 'tilma_mid_point' => { default => '""' },
);
foreach (keys %fns) {