diff options
author | Struan Donald <struan@exo.org.uk> | 2019-12-09 17:13:10 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-02-17 14:10:08 +0000 |
commit | 1b8f50e5a3ea0a08c88cc5676467743ab03741b2 (patch) | |
tree | ce76350e8510c13dbe68e0809158fd072ab9d423 /t | |
parent | 998886ee5d70151871f57147914529a5f463f37c (diff) |
base files for displaying WMS maps
Basic config and setup files for using WMS based map tiles. These still
require config in appropriate cobrand perl and javascript files
Diffstat (limited to '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 02ec4e69d..f6b4774fe 100644 --- a/t/map/tests.t +++ b/t/map/tests.t @@ -23,7 +23,7 @@ my $requires = { }; foreach (FixMyStreet::Map->maps) { - next if /WMTSBase|UKCouncilWMTS/; # Only its subclasses have JS + next if /WMTSBase|UKCouncilWMTS|WMSBase|WMXBase/; # Only its subclasses have JS my $js = $_->map_javascript; my $test_file = $js->[-1]; s/.*:://; |