diff options
author | Dave Arter <davea@mysociety.org> | 2017-11-21 11:34:29 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-10 10:42:33 +0100 |
commit | cfacd7dc51ae92f593a7001f481199ee9021b17f (patch) | |
tree | ff55c5f3385d5f93b3d5ebee4c758fc7d67e5ab0 /t | |
parent | 8c135e97beb5850b116275f3a76a606a9d7a705c (diff) |
[BANES] Add BathNES map type & assets
BANES have some staff-only assets, so this adds a cobrand hook
to enable extra JS to be included on the page for staff users.
- Add custom OpenLayers build with GeoJSON support
- Add grit bins/street lights/LLPG asset layers
- Displays non-BANES street light assets in grey
- Add adopted highways to map
This means USRNs will be set for reports made by members of the public.
To keep the map simple, however, the highways layer is invisible to
non-staff users.
Diffstat (limited to 't')
-rw-r--r-- | t/map/tests.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index 3b2b072b7..e6749b813 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -3,6 +3,7 @@ use Test::More; my $requires = { 'Angus' => 'angus/js.js', + 'BathNES' => 'bathnes/js.js', 'Bing' => 'map-bing-ol.js', 'Bristol' => 'bristol/js.js', 'Bromley' => 'bromley/map.js', |