diff options
author | Chris Mytton <chrismytton@gmail.com> | 2019-11-27 13:45:48 +0000 |
---|---|---|
committer | Chris Mytton <chrismytton@gmail.com> | 2019-11-27 13:45:48 +0000 |
commit | 855ef20bc4f4ee6d4b0b12cd363e1fc43d16d110 (patch) | |
tree | 7250d9cde706b638724e0aca44e0c6d305a2af86 /t/map/tests.t | |
parent | 7ce3a0a38967bd5a35b20b95c38c5471d44998e4 (diff) |
[Bexley] Switch to use MasterMap map type
Now that both Peterborough and Bexley are using MasterMap data we can
combine them into a single "MasterMap" map type to reduce code
duplication.
Diffstat (limited to 't/map/tests.t')
-rw-r--r-- | t/map/tests.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index 1c5c2b64a..499447ad5 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -2,7 +2,6 @@ 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', |