diff options
author | Struan Donald <struan@exo.org.uk> | 2019-12-09 17:15:21 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-02-17 14:10:08 +0000 |
commit | 26fba931b0da2ee035cb73f8288bc876d849d057 (patch) | |
tree | 06a65da95a7e5a4b0ee97dea05db7716c8c75982 /perllib | |
parent | c91e12d3e8026ea9eb1c23c1f5cfdae4cd5b5681 (diff) |
[Northamptonshire] switch to using custom map tiles
Use Northamptonshire map tiles via WMS.
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) = @_; |