aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
authormatthew <matthew>2008-09-16 15:48:15 +0000
committermatthew <matthew>2008-09-16 15:48:15 +0000
commitdd3bc61b49a2dac177a07dd38c3580d5768772fd (patch)
treec2ae1836159f6bef942496c575cc221461d6bb41 /perllib/Page.pm
parentb7545d35f57d4967cc81f80606132345755ed84e (diff)
See if double-space thing works; increase list limit; GB not UK.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index 164ccca76..23fb73e91 100644
--- a/perllib/Page.pm
+++ b/perllib/Page.pm
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Page.pm,v 1.108 2008-09-16 15:45:09 matthew Exp $
+# $Id: Page.pm,v 1.109 2008-09-16 15:48:16 matthew Exp $
#
package Page;
@@ -384,7 +384,7 @@ sub map_pins {
# And somehow display/link to old problems somewhere else...
my $nearby = [];
#if (@$current_map < 9) {
- my $limit = 9; # - @$current_map;
+ my $limit = 20; # - @$current_map;
$nearby = Problems::nearby($dist, join(',', @ids), $limit, $mid_e, $mid_n);
foreach (@$nearby) {
my $px = Page::os_to_px($_->{easting}, $sx);