Load the examples resources with HTTPS
This commit is contained in:
@@ -12,7 +12,7 @@ goog.require('ol.style.Style');
|
||||
|
||||
var raster = new ol.layer.Tile({
|
||||
source: new ol.source.TileJSON({
|
||||
url: 'http://api.tiles.mapbox.com/v3/mapbox.world-dark.json'
|
||||
url: 'https://api.tiles.mapbox.com/v3/mapbox.world-dark.json?secure'
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user