aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-14 12:47:33 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-14 12:47:33 +0100
commit1eb5ff6447e3e5bcfc719d84932863a833fc4a5f (patch)
tree85dbb3857e6afd90a3921e3af41b1000d6f01a82
parent46569b9784796d6536ab17a566ebc8bcc4e9d8ec (diff)
parent8bab599167f4cf91068db54ca253dba36a764995 (diff)
Merge branch 'master' into oxfordshire-usability-recommendations
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 8c8109303..33611b219 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -39,8 +39,9 @@ sub disambiguate_location {
my $string = shift;
return {
%{ $self->SUPER::disambiguate_location() },
+ town => 'Oxfordshire',
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 ],
};
}