aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-30 01:36:20 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-30 01:36:20 +0100
commit6db910f24b1c25bb32369fafde79cf0da83abed0 (patch)
tree05289e963270d6f56f1a962cee929dfa66e89bf1 /perllib/FixMyStreet/Map.pm
parent81c55de7598ff15f56de6341727ed46f7f9eed18 (diff)
Strategy/Format for updating pins as map is panned.
Diffstat (limited to 'perllib/FixMyStreet/Map.pm')
-rw-r--r--perllib/FixMyStreet/Map.pm2
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
);