aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Map/Zurich.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Map/Zurich.pm b/perllib/FixMyStreet/Map/Zurich.pm
index 6d9a309ff..857d8a826 100644
--- a/perllib/FixMyStreet/Map/Zurich.pm
+++ b/perllib/FixMyStreet/Map/Zurich.pm
@@ -22,8 +22,8 @@ sub tile_parameters {
my $self = shift;
my $params = {
urls => [
- 'http://www.ogc.stadt-zuerich.ch/mapproxy/wmts/',
- 'http://www.ogc.stadt-zuerich.ch/mapproxy/wmts/',
+ 'https://www.ogc.stadt-zuerich.ch/mapproxy/wmts/',
+ 'https://www.ogc.stadt-zuerich.ch/mapproxy/wmts/',
],
layer_names => [ 'LuftbildHybrid', 'Stadtplan3D' ],
wmts_version => '1.0.0',