aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-09-06 14:25:58 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-06 14:25:58 +0100
commita83e387de847f1544a957fa7de15bacbc5378d9e (patch)
tree2a0c6534fbd1d204e013d64785c7cf8e30591fa9 /perllib/FixMyStreet/Cobrand
parentd3ce66d0add6754dd54624f1d35efc922054ce9b (diff)
[Oxfordshire] Set map type to OSM.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand')
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm2
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');