aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Northamptonshire.pm2
-rw-r--r--t/map/tests.t1
2 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm
index bfcbf5af0..0bc44a1f3 100644
--- a/perllib/FixMyStreet/Cobrand/Northamptonshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Northamptonshire.pm
@@ -83,7 +83,7 @@ sub is_two_tier { 1 }
sub get_geocoder { 'OSM' }
-sub map_type { 'OSM' }
+sub map_type { 'Northamptonshire' }
sub open311_config {
my ($self, $row, $h, $params) = @_;
diff --git a/t/map/tests.t b/t/map/tests.t
index f6b4774fe..f0c563c11 100644
--- a/t/map/tests.t
+++ b/t/map/tests.t
@@ -15,6 +15,7 @@ my $requires = {
'IsleOfWight' => 'map-wmts-isleofwight.js',
'OSM' => 'OpenStreetMap.js',
'MasterMap' => 'map-mastermap.js',
+ 'Northamptonshire' => 'map-wms-northamptonshire.js',
'CycleMap' => 'OpenStreetMap.js',
'MapQuest' => 'OpenStreetMap.js',
'StreetView' => 'map-streetview.js',