aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2008-01-28 17:31:29 +0000
committermatthew <matthew>2008-01-28 17:31:29 +0000
commit853232c586cfa667d02ac645db97947144fa0ae6 (patch)
tree6fab53c1de770ea433ba4529951c0e8887967bf3
parent6b505b7ab2d178cf016dd9b503575cb839ec46f4 (diff)
Remove huge electoral regions too.
-rwxr-xr-xweb/index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 13f46fc7a..94e989501 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: index.cgi,v 1.175 2008-01-28 17:27:00 matthew Exp $
+# $Id: index.cgi,v 1.176 2008-01-28 17:31:29 matthew Exp $
use strict;
use Standard;
@@ -227,7 +227,7 @@ sub submit_problem {
if ($input{easting} && $input{northing}) {
$areas = mySociety::MaPit::get_voting_areas_by_location(
{ easting=>$input{easting}, northing=>$input{northing} },
- 'polygon', [qw(WMC CTY CED DIS DIW MTD MTW COI COP LGD LGE UTA UTE UTW LBO LBW GLA LAC SPC SPE WAC WAE NIE)]
+ 'polygon', [qw(WMC CTY CED DIS DIW MTD MTW COI COP LGD LGE UTA UTE UTW LBO LBW LAC SPC WAC NIE)]
);
if ($input{council} =~ /^[\d,]+(\|[\d,]+)?$/) {
my $no_details = $1 || '';