aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-09-06 16:46:09 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-06 16:46:09 +0100
commitf018e7969ef5d77a3b3fac780d235dfcd3301bb2 (patch)
treeb45251f8d337f4ccaa83b840dfb4c0270ab9687a /perllib/FixMyStreet
parent072e5c37b3cf397e0b175cb48561ad4af9e3c2a0 (diff)
parenta83e387de847f1544a957fa7de15bacbc5378d9e (diff)
Merge branch 'issues/forcouncils/60-mapping-layer'
Diffstat (limited to 'perllib/FixMyStreet')
-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 8def4fb06..30240f61e 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');