diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-04 14:39:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-04 14:39:25 +0100 |
commit | c250740e73ee35dba05200458183eaa4215252c0 (patch) | |
tree | 712602959f2d56df5259085faccde55ce540cbe3 /perllib/FixMyStreet/Map/Bromley.pm | |
parent | 4f4943d87fc418c9bc8fada34dd987e3b031fa4a (diff) | |
parent | 7e15d7dfda2e9fb10138aa63c990dd551994cc7a (diff) |
Merge branch 'issues/commercial/1005-bromley-asset-layers'
Diffstat (limited to 'perllib/FixMyStreet/Map/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Bromley.pm | 3 |
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', ] } |