diff options
author | Dave Arter <davea@mysociety.org> | 2018-04-10 10:48:37 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:48:37 +0100 |
commit | d9fe55bcb414f5562d52a040ec27a530d812e351 (patch) | |
tree | f61a65e3fefab297c80261f6b11c5e7aedeb9290 /perllib/FixMyStreet/Map/BathNES.pm | |
parent | cae3b297d284a62f2b12145bd2328aabb04de39b (diff) | |
parent | 5526d1425629a87a3848f2a2826ecc1948800c8d (diff) |
Merge branch 'issues/commercial/795-bath-demo'
Diffstat (limited to 'perllib/FixMyStreet/Map/BathNES.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/BathNES.pm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Map/BathNES.pm b/perllib/FixMyStreet/Map/BathNES.pm new file mode 100644 index 000000000..9c9c3c11d --- /dev/null +++ b/perllib/FixMyStreet/Map/BathNES.pm @@ -0,0 +1,18 @@ +# 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.bathnes.js', + '/vendor/OpenLayers.Projection.OrdnanceSurvey.js', + '/js/map-OpenLayers.js', + '/js/map-OpenStreetMap.js', + '/cobrands/fixmystreet/assets.js', + '/cobrands/bathnes/js.js', +] } + +1;
\ No newline at end of file |