diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-22 18:11:50 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-22 18:11:50 +0100 |
commit | b8fa05c1be5fbe2d61615659f7ecf09a05544d5a (patch) | |
tree | 73794990f3400b2e180389c71d9db748024b4f6e | |
parent | aa910dd5a7d8a11660eccd9a848bc98bc7cc75f5 (diff) |
disambiguate location params
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Lichfield.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Lichfield.pm b/perllib/FixMyStreet/Cobrand/Lichfield.pm index 1889e91b7..2114be46d 100644 --- a/perllib/FixMyStreet/Cobrand/Lichfield.pm +++ b/perllib/FixMyStreet/Cobrand/Lichfield.pm @@ -62,11 +62,12 @@ sub all_councils_report { return 0; } +# FIXME - need to double check this is all correct sub disambiguate_location { return { - centre => '51.612832,-0.218169', - span => '0.0563,0.09', - bounds => [ '51.584682,-0.263169', '51.640982,-0.173169' ], + centre => '52.688198,-1.804966', + span => '0.1196,0.218675', + bounds => [ '52.807793,-1.586291', '52.584891,-1.963232' ], }; } |