diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Map/Bristol.pm | 2 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map/Buckinghamshire.pm | 2 | ||||
-rw-r--r-- | perllib/FixMyStreet/Map/UKCouncilWMTS.pm | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Map/Bristol.pm b/perllib/FixMyStreet/Map/Bristol.pm index e32026ee4..32f5724f5 100644 --- a/perllib/FixMyStreet/Map/Bristol.pm +++ b/perllib/FixMyStreet/Map/Bristol.pm @@ -32,8 +32,6 @@ sub copyright { return '© BCC'; } -sub map_template { 'bristol' } - sub map_javascript { [ '/vendor/OpenLayers/OpenLayers.wmts.js', '/js/map-OpenLayers.js', diff --git a/perllib/FixMyStreet/Map/Buckinghamshire.pm b/perllib/FixMyStreet/Map/Buckinghamshire.pm index 0e1a7f493..d24077f70 100644 --- a/perllib/FixMyStreet/Map/Buckinghamshire.pm +++ b/perllib/FixMyStreet/Map/Buckinghamshire.pm @@ -35,8 +35,6 @@ sub copyright { return '© BCC'; } -sub map_template { 'buckinghamshire' } - sub map_javascript { [ '/vendor/OpenLayers/OpenLayers.wmts.js', '/vendor/OpenLayers.Projection.OrdnanceSurvey.js', 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; |