diff options
author | Struan Donald <struan@exo.org.uk> | 2020-07-06 17:03:48 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-07-06 17:03:48 +0100 |
commit | 208935e97fdaa50be69affe176028a8872395c69 (patch) | |
tree | ae3726559f6820702d27b25f55c630650fc0c11c /t/Mock/MapIt.pm | |
parent | ed9c0ebaee7f00d5e4593c75aaab4815ac296ef7 (diff) |
[Hackney] skip hackney categories for TfL red routes
Because Hackney doesn't have any matching categories for TfL red routes
skip sending the body, otherwise you get a "no contact details" message
when you click on a red route in Hackney
Diffstat (limited to 't/Mock/MapIt.pm')
-rw-r--r-- | t/Mock/MapIt.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Mock/MapIt.pm b/t/Mock/MapIt.pm index ed95e71fc..760e0ba52 100644 --- a/t/Mock/MapIt.pm +++ b/t/Mock/MapIt.pm @@ -45,6 +45,7 @@ my @PLACES = ( [ '?', 52.238827, -0.894970, 2234, 'Northamptonshire County Council', 'CTY', 2397, 'Northampton Borough Council', 'DIS' ], [ '?', 52.23025, -1.015826, 2234, 'Northamptonshire County Council', 'CTY', 2397, 'Northampton Borough Council', 'DIS' ], [ 'E8 1DY', 51.552267, -0.063316, 2508, 'Hackney Borough Council', 'LBO' ], + [ 'E8 2DY', 51.552287, -0.063326, 2508, 'Hackney Council', 'LBO' ], [ 'TW7 5JN', 51.482286, -0.328163, 2483, 'Hounslow Borough Council', 'LBO' ], [ '?', 51.48111, -0.327219, 2483, 'Hounslow Borough Council', 'LBO' ], [ '?', 51.482045, -0.327219, 2483, 'Hounslow Borough Council', 'LBO' ], |