aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-03-16 16:57:39 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-06-04 10:00:01 +0100
commit1131880eb9a412410321c869a0aba85f3b343fde (patch)
tree901f0665a5a483fdfb3192a4656749517ecc1a5d /perllib
parent636938bd3509a395647e00c926229f75471c8c72 (diff)
[Bromley] extra asset layers
Adds street lights, park bins, trees, rights of way, and TfL red route asset layers.
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Map/Bromley.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/Bromley.pm b/perllib/FixMyStreet/Map/Bromley.pm
index 1310c2a5a..22e4147f6 100644
--- a/perllib/FixMyStreet/Map/Bromley.pm
+++ b/perllib/FixMyStreet/Map/Bromley.pm
@@ -10,10 +10,11 @@ use base 'FixMyStreet::Map::FMS';
use strict;
sub map_javascript { [
- '/vendor/OpenLayers/OpenLayers.fixmystreet.js',
+ '/vendor/OpenLayers/OpenLayers.buckinghamshire.js',
'/js/map-OpenLayers.js',
'/js/map-bing-ol.js',
'/js/map-fms.js',
+ '/cobrands/fixmystreet/assets.js',
'/cobrands/bromley/map.js',
] }