aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Bromley.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-06-04 14:39:25 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-06-04 14:39:25 +0100
commitc250740e73ee35dba05200458183eaa4215252c0 (patch)
tree712602959f2d56df5259085faccde55ce540cbe3 /perllib/FixMyStreet/Map/Bromley.pm
parent4f4943d87fc418c9bc8fada34dd987e3b031fa4a (diff)
parent7e15d7dfda2e9fb10138aa63c990dd551994cc7a (diff)
Merge branch 'issues/commercial/1005-bromley-asset-layers'
Diffstat (limited to 'perllib/FixMyStreet/Map/Bromley.pm')
-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',
] }