diff options
author | Chris Mytton <chrismytton@gmail.com> | 2019-11-28 15:02:54 +0000 |
---|---|---|
committer | Chris Mytton <chrismytton@gmail.com> | 2019-11-28 15:02:54 +0000 |
commit | c2d05c13048a89f930f76ba7d9314235d5face19 (patch) | |
tree | 9b13a64480fe877822b23b14dfcb798f6922183b /t/map/tests.t | |
parent | 9282a3bdda34787a7c80827157ba3765f7f26474 (diff) | |
parent | 855ef20bc4f4ee6d4b0b12cd363e1fc43d16d110 (diff) |
Merge branch 'peterborough-mastermap-intergration'
Diffstat (limited to 't/map/tests.t')
-rw-r--r-- | t/map/tests.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/map/tests.t b/t/map/tests.t index f1f29dc06..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', @@ -14,6 +13,7 @@ my $requires = { 'Hounslow' => 'map-wmts-hounslow.js', 'IsleOfWight' => 'map-wmts-isleofwight.js', 'OSM' => 'OpenStreetMap.js', + 'MasterMap' => 'map-mastermap.js', 'CycleMap' => 'OpenStreetMap.js', 'MapQuest' => 'OpenStreetMap.js', 'StreetView' => 'map-streetview.js', |