diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-30 01:36:20 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-30 01:36:20 +0100 |
commit | 6db910f24b1c25bb32369fafde79cf0da83abed0 (patch) | |
tree | 05289e963270d6f56f1a962cee929dfa66e89bf1 /perllib/FixMyStreet/Map.pm | |
parent | 81c55de7598ff15f56de6341727ed46f7f9eed18 (diff) |
Strategy/Format for updating pins as map is panned.
Diffstat (limited to 'perllib/FixMyStreet/Map.pm')
-rw-r--r-- | perllib/FixMyStreet/Map.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map.pm b/perllib/FixMyStreet/Map.pm index 97482a761..6b5a811a6 100644 --- a/perllib/FixMyStreet/Map.pm +++ b/perllib/FixMyStreet/Map.pm @@ -83,7 +83,7 @@ sub map_features_bounds { my $lon = ( $max_lon + $min_lon ) / 2; return _map_features( $c, $lat, $lon, - $min_lon, $min_lat. + $min_lon, $min_lat, $max_lon, $max_lat, $interval ); |