diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-22 21:40:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-22 21:45:24 +0100 |
commit | c62e89da9e53ad9bb200deb64982210ced7e2768 (patch) | |
tree | dd4780fcf484a0764e15731eced8f4db18e27ddc /perllib | |
parent | acc49218f8c9daa427d5e3ca6c954a45ba355dcc (diff) |
[Zurich] Use HTTPS map tiles, update OpenLayers.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Map/Zurich.pm | 4 |
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', |