Use https resource for OpenCycleMap

This commit is contained in:
Andreas Hocevar
2016-10-17 22:53:19 +02:00
parent f6b2858348
commit 910c9d7c4e
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ var openCycleMapLayer = new ol.layer.Tile({
'All maps © <a href="https://www.opencyclemap.org/">OpenCycleMap</a>',
ol.source.OSM.ATTRIBUTION
],
url: 'http://{a-c}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png'
url: 'https://{a-c}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png'
})
});