diff options
author | Struan Donald <struan@exo.org.uk> | 2018-03-16 16:57:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-04 10:00:01 +0100 |
commit | 1131880eb9a412410321c869a0aba85f3b343fde (patch) | |
tree | 901f0665a5a483fdfb3192a4656749517ecc1a5d /perllib | |
parent | 636938bd3509a395647e00c926229f75471c8c72 (diff) |
[Bromley] extra asset layers
Adds street lights, park bins, trees, rights of way,
and TfL red route asset layers.
Diffstat (limited to 'perllib')
-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', ] } |