diff options
-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; |