diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-11 16:19:38 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-11 16:19:38 +0100 |
commit | c6764326687a9416c5d950ebf58456caf8ba37da (patch) | |
tree | 038bb1f002f5b2c8f34dfeb671b6622466c3849b | |
parent | e5b4e68cb0ff30f65303d85743f0baf0658b0b9e (diff) |
use OSM maps on lichfield cobrand
-rw-r--r-- | perllib/FixMyStreet/Cobrand/LichfieldDC.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/LichfieldDC.pm b/perllib/FixMyStreet/Cobrand/LichfieldDC.pm index 5c8a04681..b3dbad089 100644 --- a/perllib/FixMyStreet/Cobrand/LichfieldDC.pm +++ b/perllib/FixMyStreet/Cobrand/LichfieldDC.pm @@ -37,5 +37,9 @@ sub base_url_for_report { } } +sub map_type { + return 'OSM'; +} + 1; |