diff options
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 22e4147f6..cd50cc1d1 100644 --- a/perllib/FixMyStreet/Map/Bromley.pm +++ b/perllib/FixMyStreet/Map/Bromley.pm @@ -10,12 +10,13 @@ use base 'FixMyStreet::Map::FMS'; use strict; sub map_javascript { [ - '/vendor/OpenLayers/OpenLayers.buckinghamshire.js', + '/vendor/OpenLayers/OpenLayers.wfs.js', '/js/map-OpenLayers.js', '/js/map-bing-ol.js', '/js/map-fms.js', '/cobrands/fixmystreet/assets.js', '/cobrands/bromley/map.js', + '/cobrands/bromley/assets.js', ] } sub map_tile_base { |