diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 2cf797e9e..173d5a09f 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -39,6 +39,7 @@ sub disambiguate_location { my $string = shift; return { %{ $self->SUPER::disambiguate_location() }, + town => 'Oxfordshire', centre => '51.765765,-1.322324', span => '0.709058,0.849434', bounds => [ 51.459413, -1.719500, 52.168471, -0.870066 ], |