diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-29 15:03:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-29 15:03:53 +0000 |
commit | c82b1734cd2b5f224e3d4779972e4dcdefb41c7f (patch) | |
tree | 841de531f09a02d922bc1a1a34fda2d1276f2147 | |
parent | af42a98fed07464deafef2ae21f00439a9c1a50b (diff) |
[Hounslow,IoW] Switch map type whilst server down.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hounslow.pm | 2 | ||||
-rw-r--r-- | perllib/FixMyStreet/Cobrand/IsleOfWight.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hounslow.pm b/perllib/FixMyStreet/Cobrand/Hounslow.pm index fffaf52e9..0c768db15 100644 --- a/perllib/FixMyStreet/Cobrand/Hounslow.pm +++ b/perllib/FixMyStreet/Cobrand/Hounslow.pm @@ -13,7 +13,7 @@ sub council_area { 'Hounslow' } sub council_name { 'Hounslow Highways' } sub council_url { 'hounslow' } -sub map_type { 'Hounslow' } +sub map_type { 'FMS' } sub enter_postcode_text { my ($self) = @_; diff --git a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm index a46b540ad..6b85b215c 100644 --- a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm +++ b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm @@ -27,7 +27,7 @@ sub send_questionnaires { 0 } sub report_sent_confirmation_email { 'external_id' } -sub map_type { 'IsleOfWight' } +sub map_type { 'FMS' } sub disambiguate_location { my $self = shift; |