diff options
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 ); |