aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Bromley.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/Bromley.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/Bromley.pm')
-rw-r--r--perllib/FixMyStreet/Map/Bromley.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/perllib/FixMyStreet/Map/Bromley.pm b/perllib/FixMyStreet/Map/Bromley.pm
index cd50cc1d1..595c83f6d 100644
--- a/perllib/FixMyStreet/Map/Bromley.pm
+++ b/perllib/FixMyStreet/Map/Bromley.pm
@@ -9,16 +9,6 @@ use base 'FixMyStreet::Map::FMS';
use strict;
-sub map_javascript { [
- '/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 {
'-', "https://%sfix.bromley.gov.uk/tilma/%d/%d/%d.png";
}