diff options
author | Struan Donald <struan@exo.org.uk> | 2020-03-11 11:26:01 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-03-12 09:45:02 +0000 |
commit | 9b9313589f19e6ba6ce337964dcfae276b2ac9ca (patch) | |
tree | 597ceff543fe04a8191a1107dfdf55b5ac57fde1 | |
parent | cfa3713feded40787022298654a400208757d579 (diff) |
[Lincolnshire] increase NSG layer nearest radius
To reduce the number of reports that are arriving without a site code
-rw-r--r-- | web/cobrands/lincolnshire/assets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/lincolnshire/assets.js b/web/cobrands/lincolnshire/assets.js index 3fe314e55..e61f3caa8 100644 --- a/web/cobrands/lincolnshire/assets.js +++ b/web/cobrands/lincolnshire/assets.js @@ -138,6 +138,7 @@ fixmystreet.assets.add(defaults, { attribute: 'Site_Code', field: 'site_code' }, + nearest_radius: 20, stylemap: fixmystreet.assets.stylemap_invisible }); |