diff options
Diffstat (limited to 'perllib/FixMyStreet/Map/UKCouncilWMTS.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/UKCouncilWMTS.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Map/UKCouncilWMTS.pm b/perllib/FixMyStreet/Map/UKCouncilWMTS.pm index c1a729f85..da0720f06 100644 --- a/perllib/FixMyStreet/Map/UKCouncilWMTS.pm +++ b/perllib/FixMyStreet/Map/UKCouncilWMTS.pm @@ -47,4 +47,6 @@ sub reproject_to_latlon($$$) { return ($lat, $lon); } +sub map_template { 'wmts' } + 1; |