diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-13 12:38:33 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-13 12:38:33 +0100 |
commit | f0020112b66a4cb1afb4d7d95e13fae9f6d84e45 (patch) | |
tree | cf1a8464a33472fdeb97c209da96a7f01bb05006 /perllib | |
parent | 6f534b802fd57b5c10cd37debe75b52dbc57b8ea (diff) |
Correct span in disambiguate_location for Oxfordshire
Related to #508
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 6c083dd7f..2cf797e9e 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -40,7 +40,7 @@ sub disambiguate_location { return { %{ $self->SUPER::disambiguate_location() }, centre => '51.765765,-1.322324', - span => '0.154963,0.24347', # NB span is not correct + span => '0.709058,0.849434', bounds => [ 51.459413, -1.719500, 52.168471, -0.870066 ], }; } |