diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-09-16 14:55:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-09-19 16:11:08 +0100 |
commit | cc2ca7a697e1750ef197e222a1d45c4b345e61d4 (patch) | |
tree | 7db9414a7b0905ac72eb595eb3d8195840f22b79 /t/map | |
parent | 5bf5c08a3a25c91866ce478f01fc6c4ad9d25eb6 (diff) |
[Bexley] Add new map tiles.
Diffstat (limited to 't/map')
-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 a06759a33..1b152620e 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -2,6 +2,7 @@ use FixMyStreet::Map; use Test::More; my $requires = { + 'Bexley' => 'map-bexley.js', 'Bing' => 'map-bing-ol.js', 'Bristol' => 'map-wmts-bristol.js', 'Bromley' => 'map-fms.js', |