diff options
author | Matthew Somerville <matthew@mysociety.org> | 2018-02-01 12:52:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-01 16:41:27 +0000 |
commit | 7c7e9ba678a1785b34593e0295b124f2da89c101 (patch) | |
tree | a0062d94c939635864fd036b0dd178380c33a90a | |
parent | 4ad2c0028f6b5a56d3a455cd7e3f04d9bd0ea722 (diff) |
[Oxfordshire] Switch mapping style to OS.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index 23324e763..00f099278 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -15,8 +15,6 @@ sub is_council_with_case_management { return FixMyStreet->config('STAGING_SITE'); } -sub map_type { 'OSM' } - sub base_url { my $self = shift; return $self->next::method() if FixMyStreet->config('STAGING_SITE'); |