aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/BathNES.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-07-10 11:05:23 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-07-10 15:53:27 +0100
commit12d234639171b0965c2ce5cf0fea5a6af180cc9b (patch)
tree6e9b9823cbaab6ef2ac6236fed5071cec0c2add9 /perllib/FixMyStreet/Map/BathNES.pm
parent229d072b0a4fe438c028e9526f39bee1c8db9c40 (diff)
[UK] Make sure all asset JS in footer_extra.
This provides consistent ordering of loading, and makes it easier to change map type and maintain assets.
Diffstat (limited to 'perllib/FixMyStreet/Map/BathNES.pm')
-rw-r--r--perllib/FixMyStreet/Map/BathNES.pm20
1 files changed, 0 insertions, 20 deletions
diff --git a/perllib/FixMyStreet/Map/BathNES.pm b/perllib/FixMyStreet/Map/BathNES.pm
deleted file mode 100644
index 45261a625..000000000
--- a/perllib/FixMyStreet/Map/BathNES.pm
+++ /dev/null
@@ -1,20 +0,0 @@
-# FixMyStreet:Map::BathNES
-# More JavaScript, for street assets
-
-package FixMyStreet::Map::BathNES;
-use base 'FixMyStreet::Map::OSM';
-
-use strict;
-
-sub map_javascript { [
- '/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;