aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/Lichfield.pm7
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' ],
};
}