diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-13 09:43:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-13 09:43:03 +0100 |
commit | 9449e4c6628666a32dce4061b8b43141b93616d5 (patch) | |
tree | d2bc94a2c23a828cccd9d05c1e5a204b6841098d /web/cobrands/bexley/js.js | |
parent | db01626ddbf71f429c78e212f44a0c28a526e066 (diff) |
[Bexley] Reduce radius around red routes.
Diffstat (limited to 'web/cobrands/bexley/js.js')
-rw-r--r-- | web/cobrands/bexley/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/bexley/js.js b/web/cobrands/bexley/js.js index e0d87d66d..cc973fda6 100644 --- a/web/cobrands/bexley/js.js +++ b/web/cobrands/bexley/js.js @@ -123,6 +123,7 @@ fixmystreet.assets.add(road_defaults, { }, road: true, all_categories: true, + nearest_radius: 0.1, actions: { found: function(layer, feature) { var category = $('select#form_category').val(), |