diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-06 16:46:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-06 16:46:09 +0100 |
commit | f018e7969ef5d77a3b3fac780d235dfcd3301bb2 (patch) | |
tree | b45251f8d337f4ccaa83b840dfb4c0270ab9687a | |
parent | 072e5c37b3cf397e0b175cb48561ad4af9e3c2a0 (diff) | |
parent | a83e387de847f1544a957fa7de15bacbc5378d9e (diff) |
Merge branch 'issues/forcouncils/60-mapping-layer'
-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 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'); |