diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Northamptonshire.pm | 2 |
1 files changed, 1 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) = @_; |