diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-02 14:34:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-02 14:34:52 +0100 |
commit | 0f8281f5fe419c8ccb76a46e38243f6ab94dda7a (patch) | |
tree | 8dbef84deefafc286691784cd9ae3647934f8fe2 /perllib/FixMyStreet/Map.pm | |
parent | 9ddb8c6c990f618e3d65bc4a060f92bce43da7e1 (diff) | |
parent | a344b99a0bf37134079afda51c6f963e1163904b (diff) |
Merge branch 'collideoscope-anew'
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 91c198913..f5d4c1db6 100644 --- a/perllib/FixMyStreet/Map.pm +++ b/perllib/FixMyStreet/Map.pm @@ -104,7 +104,7 @@ sub map_features { my $limit = 20; my @ids = map { $_->id } @$on_map; $nearby = $c->model('DB::Nearby')->nearby( - $c, $dist, \@ids, $limit, @p{"latitude", "longitude", "categories", "states"} + $c, $dist, \@ids, $limit, @p{"latitude", "longitude", "categories", "states", "extra"} ); } |