aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-06-21 09:40:40 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-06-21 19:13:56 +0100
commit7981c74546379a9ed78085158718e8d9c09a28f4 (patch)
tree8266c89506223cf9d2865bb04d20880e6c996600
parente3a88232eb345b9aa5f8471e4bd56d6e19879550 (diff)
[Bexley] Increase road radius.
-rw-r--r--perllib/FixMyStreet/Cobrand/Bexley.pm2
-rw-r--r--web/cobrands/bexley/js.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm
index f3c88d0dc..af344e545 100644
--- a/perllib/FixMyStreet/Cobrand/Bexley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bexley.pm
@@ -48,7 +48,7 @@ sub lookup_site_code_config {
# uncoverable subroutine
# uncoverable statement
{
- buffer => 200, # metres
+ buffer => 1000, # metres
url => "https://tilma.mysociety.org/mapserver/bexley",
srsname => "urn:ogc:def:crs:EPSG::27700",
typename => "Streets",
diff --git a/web/cobrands/bexley/js.js b/web/cobrands/bexley/js.js
index e54acf839..27694f772 100644
--- a/web/cobrands/bexley/js.js
+++ b/web/cobrands/bexley/js.js
@@ -95,7 +95,7 @@ fixmystreet.assets.add(defaults, {
},
always_visible: true,
non_interactive: true,
- nearest_radius: 20,
+ nearest_radius: 100,
usrn: {
attribute: 'NSG_REF',
field: 'NSGRef'