diff options
author | Struan Donald <struan@exo.org.uk> | 2019-04-03 12:11:49 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-04-09 09:54:47 +0100 |
commit | 0e46602ffb3fa6f1b86474449972bd7d5572af61 (patch) | |
tree | fb91f7b4867205505b21249f20fbf50b5a9e9a6a /t/Mock/MapIt.pm | |
parent | 15c5006fa25799cd65ee4edd032b49b90513c839 (diff) |
[Northamptonshire] restrict title to 120 characters
Prevent people from using very long titles.
Fixes mysociety/fixmystreet-commercial#1344
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 11fa4200c..ea1f5b259 100644 --- a/t/Mock/MapIt.pm +++ b/t/Mock/MapIt.pm @@ -37,6 +37,7 @@ my @PLACES = ( [ 'LE15 0GJ', 52.670447, -0.727877, 2600, 'Rutland County Council', 'CTY'], [ 'BR1 3UH', 51.4021, 0.01578, 2482, 'Bromley Council', 'LBO' ], [ 'BR1 3UH', 51.402096, 0.015784, 2482, 'Bromley Council', 'LBO' ], + [ 'NN1 1NS', 52.236251, 0.892052, 2234, 'Northamptonshire County Council', 'CTY' ], [ '?', 50.78301, -0.646929 ], [ 'TA1 1QP', 51.023569, -3.099055, 2239, 'Somerset County Council', 'CTY', 2429, 'Taunton Deane Borough Council', 'DIS' ], [ 'GU51 4AE', 51.279456, -0.846216, 2333, 'Hart District Council', 'DIS', 2227, 'Hampshire County Council', 'CTY' ], |