aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Cobrand.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-26 00:05:15 +0000
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-03-26 00:05:15 +0000
commit7d77d31a628b2a06ae3600a1463e6d5bf8340778 (patch)
tree122290accd217ef4c05fffb78de71a07671e12bc /perllib/Cobrand.pm
parent637a02b02f5b0e0254b49941477ad27ad25cd84b (diff)
Move midpoint code to Cobrand, as I missed it hidden in map code.
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) {