diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-06 14:25:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-06 14:25:58 +0100 |
commit | a83e387de847f1544a957fa7de15bacbc5378d9e (patch) | |
tree | 2a0c6534fbd1d204e013d64785c7cf8e30591fa9 | |
parent | d3ce66d0add6754dd54624f1d35efc922054ce9b (diff) |
[Oxfordshire] Set map type to OSM.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm index d127f5e13..a0dcfd54e 100644 --- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm +++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm @@ -10,6 +10,8 @@ sub council_name { return 'Oxfordshire County Council'; } sub council_url { return 'oxfordshire'; } sub is_two_tier { return 1; } +sub map_type { 'OSM' } + sub base_url { my $self = shift; return $self->next::method() if FixMyStreet->config('STAGING_SITE'); |