diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-31 15:11:00 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-31 15:11:24 +0000 |
commit | 97031d8723b320e0233fcefdca08439fc79f5578 (patch) | |
tree | 3b5a14227dfdecfa49807c4b4a403af1f8a6777b | |
parent | 95f99fb5755e5d013e6cd34f81c01eb656da5890 (diff) |
[Hounslow,IoW] Revert switch of map type.
This reverts commit c82b1734cd2b5f224e3d4779972e4dcdefb41c7f.
-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 0c768db15..fffaf52e9 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 { 'FMS' } +sub map_type { 'Hounslow' } sub enter_postcode_text { my ($self) = @_; diff --git a/perllib/FixMyStreet/Cobrand/IsleOfWight.pm b/perllib/FixMyStreet/Cobrand/IsleOfWight.pm index 6b85b215c..a46b540ad 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 { 'FMS' } +sub map_type { 'IsleOfWight' } sub disambiguate_location { my $self = shift; |