diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-04 12:28:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-04 12:28:03 +0100 |
commit | 500d4fe948bae1ee5a2d4dab8820c1d0ea9424c2 (patch) | |
tree | eb83f46cedc116db59f348464bd481f7dcbb3003 | |
parent | f1b0488dbbd474e790dfc421e206499e18fa23f6 (diff) |
[Buckinghamshire] Add road asset type so no spot.
-rw-r--r-- | web/cobrands/buckinghamshire/assets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/buckinghamshire/assets.js b/web/cobrands/buckinghamshire/assets.js index 208eb26e9..3c62b6523 100644 --- a/web/cobrands/buckinghamshire/assets.js +++ b/web/cobrands/buckinghamshire/assets.js @@ -314,6 +314,7 @@ fixmystreet.assets.add(defaults, { non_interactive: true, road: true, asset_item: 'road', + asset_type: 'road', all_categories: true, actions: { found: function(layer, feature) { |