diff options
Diffstat (limited to 'perllib/FixMyStreet/Map/BathNES.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/BathNES.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/BathNES.pm b/perllib/FixMyStreet/Map/BathNES.pm index 9c9c3c11d..45261a625 100644 --- a/perllib/FixMyStreet/Map/BathNES.pm +++ b/perllib/FixMyStreet/Map/BathNES.pm @@ -7,12 +7,14 @@ use base 'FixMyStreet::Map::OSM'; use strict; sub map_javascript { [ - '/vendor/OpenLayers/OpenLayers.bathnes.js', + '/vendor/OpenLayers/OpenLayers.wfs.js', '/vendor/OpenLayers.Projection.OrdnanceSurvey.js', '/js/map-OpenLayers.js', '/js/map-OpenStreetMap.js', + '/cobrands/fixmystreet-uk-councils/roadworks.js', '/cobrands/fixmystreet/assets.js', '/cobrands/bathnes/js.js', + '/cobrands/bathnes/assets.js', ] } -1;
\ No newline at end of file +1; |