Use https resource for OpenCycleMap
This commit is contained in:
@@ -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'
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user