Use https for tiles.openseamap.org

This commit is contained in:
Tim Schaub
2016-10-16 00:55:40 -06:00
parent 0925538525
commit 626968f72e

View File

@@ -22,7 +22,7 @@ var openSeaMapLayer = new ol.layer.Tile({
ol.source.OSM.ATTRIBUTION
],
opaque: false,
url: 'http://tiles.openseamap.org/seamark/{z}/{x}/{y}.png'
url: 'https://tiles.openseamap.org/seamark/{z}/{x}/{y}.png'
})
});