Skip to content

Commit

Permalink
Merge branch 'issues/freshdesk/1308-peterborough-flytipping-margins'
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Aug 3, 2021
2 parents 152daf8 + 744825c commit 34010d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions perllib/FixMyStreet/Cobrand/Peterborough.pm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub get_body_sender {
{
type => 'arcgis',
url => 'https://peterborough.assets/2/query?',
buffer => 10,
buffer => 1,
},
$x,
$y,
Expand All @@ -124,7 +124,7 @@ sub get_body_sender {
{
type => 'arcgis',
url => 'https://peterborough.assets/3/query?',
buffer => 10,
buffer => 1,
},
$x,
$y,
Expand All @@ -138,7 +138,7 @@ sub get_body_sender {
unless ( $leased_features && scalar @$leased_features ) {
my $road_features = $self->_fetch_features(
{
buffer => 10, # metres
buffer => 1, # metres
url => "https://tilma.mysociety.org/mapserver/peterborough",
srsname => "urn:ogc:def:crs:EPSG::27700",
typename => "highways",
Expand Down

0 comments on commit 34010d3

Please sign in to comment.